Apple Silicon support#1
Open
CarlosCD wants to merge 24 commits into
Open
Conversation
- Use Ruby from env - Fix credits gen script
Clang 15 crashes when compiling this code because the size of the array does not match the initializer. This is fixed in clang 16, but Apple clang version 14.0.3 (clang-1403.0.22.14.1) which is currently shipped in Ventura is still affected by this. See llvm/llvm-project#56016 for the upstream report of this problem. Signed-off-by: Clemens Lang <cal@macports.org>
* Initial plan * Add comprehensive copilot instructions for TextMate development Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> * Move --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> Co-authored-by: Geremia Taglialatela <tagliala.dev@gmail.com>
… trigger (#2) * Initial plan * Implement GitHub Actions workflow for building TextMate package with manual trigger Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
…flow (#5) * Initial plan * Add cache support for homebrew and intermediate compile in build workflow Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
#6) * Initial plan * Fix build workflow warnings and artifact collection - Update dependency installation to check each package individually to avoid "already installed" warnings - Modify artifact collection to only include TextMate.app instead of all .app files - Rename artifact to be more specific (TextMate-app instead of textmate-package) Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
Copilot + GPT-5
* Initial plan * Update deployment target to macOS 14.0 and remove compatibility code Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> * Remove more @available checks for APIs always available on macOS 14.0+ Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
* Initial plan * Modernize ERB usage in bin/gen_html and bin/gen_test to eliminate deprecation warnings Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
Make it more similar to old version
Close #15
Prevent an annoying "update" modal to appear
* .a -> .dylib * Test for either .dylib or .a libs
* Initial plan * Fix tab item vertical centering Agent-Logs-Url: https://github.com/tagliala/textmate/sessions/55e501c3-42b2-4558-b93a-bac1e6c06787 Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tagliala <556268+tagliala@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fork from https://github.com/tagliala/textmate/tree/develop