| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-29 | sync_default_gems.rb: Continue if files added to the toplevel removed | Nobuyoshi Nakada | |
| 2023-08-29 | sync_default_gems.rb: Split `sync_default_gems_with_commits` | Nobuyoshi Nakada | |
| 2023-08-29 | Lrama v0.5.5 | yui-knk | |
| Notes: Merged: https://github.com/ruby/ruby/pull/8308 | |||
| 2023-08-28 | Add yarp/yarp_compiler.c (#8042) | Jemma Issroff | |
| * Add yarp/yarp_compiler.c as stencil for compiling YARP This commit adds yarp/yarp_compiler.c, and changes the sync script to ensure that yarp/yarp_compiler.c will not get overwritten * [Misc #119772] Create and expose RubyVM::InstructionSequence.compile_yarp This commit creates the stencil for a compile_yarp function, which we will continue to fill out. It allows us to check the output of compiled YARP code against compiled code without using YARP. Notes: Merged-By: jemmaissroff | |||
| 2023-08-28 | sync_default_gems.rb: convert keys of REPOSITORIES to strings | Nobuyoshi Nakada | |
| Referencing always after conversion to a symbol, and yielded gem name is always converted to a string. | |||
| 2023-08-28 | Revert racc auto-sync support | Takashi Kokubun | |
| It's no longer a default gem actually. Fixed the webhook side instead https://github.com/ruby/git.ruby-lang.org/commit/3c27d860b4e39d10d63280b59d4db2cec518ae13. | |||
| 2023-08-28 | Ignore test/regress/ for racc | Takashi Kokubun | |
| 2023-08-28 | Add missing racc support to sync_default_gems | Takashi Kokubun | |
| 2023-08-28 | Sort repository names in sync_default_gems | Takashi Kokubun | |
| 2023-08-25 | Fix sync script for YARP | Kevin Newton | |
| Notes: Merged: https://github.com/ruby/ruby/pull/8298 | |||
| 2023-08-25 | Update sync script to handle yarp/version.h | Kevin Newton | |
| 2023-08-24 | Sync YARP to c175f712522cc315f45cd2da308768b90f324dd0 | Kevin Newton | |
| 2023-08-24 | Escape non-ascii characters in prelude C comments | Nobuyoshi Nakada | |
| Non-ASCII code are often warned by localized compilers. Notes: Merged: https://github.com/ruby/ruby/pull/8276 | |||
| 2023-08-24 | Fix support for dynamic keys. (#8273) | Samuel Williams | |
| * Skip RBS test. Notes: Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2023-08-23 | Improve comments in sync_default_gems | Takashi Kokubun | |
| 2023-08-23 | Use https for remotes by default | Takashi Kokubun | |
| I was testing this script on git.ruby-lang.org to use its git version, but it did not work because the server's default user doesn't have SSH keys. https works for everyone, so it's a safer default. You shouldn't need to push to that remote from ruby/ruby anyway. | |||
| 2023-08-23 | Ignore more files for other gems as well | Takashi Kokubun | |
| e.g. bin/ for reline that was included in its last commit. | |||
| 2023-08-23 | Avoid sync rule duplication between YARP and others | Takashi Kokubun | |
| 2023-08-23 | tool/lib/output.rb: Make `--color` option like GNU coreutils | Nobuyoshi Nakada | |
| 2023-08-23 | tool/lib/output.rb: Add `--create-only` and `--overwrite` options | Nobuyoshi Nakada | |
| 2023-08-23 | tool/lib/output.rb: Add `--no-color` option | Nobuyoshi Nakada | |
| 2023-08-22 | Render YARP templates into the build directory (#8266) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-08-21 | Place -a in the correct location [ci skip] | Takashi Kokubun | |
| It doesn't use optparse, so the location is not flexible. | |||
| 2023-08-21 | Add a forgotten default value for ignored_paths | Takashi Kokubun | |
| 2023-08-21 | Skip commits that are empty after conflict resolution | Takashi Kokubun | |
| 2023-08-21 | Exclude docs/ from YARP sync | Takashi Kokubun | |
| 2023-08-21 | Fix YARP sync | Kevin Newton | |
| 2023-08-18 | Revert "Fix tool/update-deps for YARP files" | Takashi Kokubun | |
| This reverts commit 6fff5c5ba23a2790c9d189de82e157c9fa986f96. Revert "Use $(top_srcdir) entries for mswin (#8244)" This reverts commit e327bf32bdfa610a0f1834048bb1422de992c073. Revert "Update dependencies" This reverts commit aba26a88040c322a188292447fd18a2b9c76c713. Revert "Use {$(VPATH)} for OpenBSD" This reverts commit 2046e054bc811fd6a8e30c926aa6c9c4a5884262. --- None of those revisions actually worked for both mswin and OpenBSD at the same time. I need more time to build something that works for both. | |||
| 2023-08-18 | Fix tool/update-deps for YARP files | Takashi Kokubun | |
| 2023-08-17 | Attempt to recover from YARP sync failures | Takashi Kokubun | |
| 2023-08-17 | Attempt to explain what sync_default_gems_with_commits does [ci skip] | Takashi Kokubun | |
| 2023-08-17 | Fix the scope of rubygems conflict resolution | Takashi Kokubun | |
| The `git reset` and `rm_rf` are not necessary because `bundler/` is considered as a `toplevels` and removed from the commit when there's no conflict. For conflict cases, it's useful to remove them from the conflict targets before moving on to fix other paths. | |||
| 2023-08-17 | Document the existence of sync_default_gems.rb -a [ci skip] | Takashi Kokubun | |
| 2023-08-17 | Remove obsoleted yp_-renaming logic | Takashi Kokubun | |
| This has not been relevant since https://github.com/ruby/yarp/pull/1199. | |||
| 2023-08-17 | Render YARP templates in the build process (#8228) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-08-17 | YARP: Ignore Rust sync failures | Takashi Kokubun | |
| 2023-08-17 | Refactor YARP_IGNORE_FILE_PATTERN | Takashi Kokubun | |
| `.git.*` covers those two cases. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> | |||
| 2023-08-17 | Lrama v0.5.4 | yui-knk | |
| Notes: Merged: https://github.com/ruby/ruby/pull/8236 | |||
| 2023-08-16 | Move the PC regardless of the leaf flag (#8232) | Takashi Kokubun | |
| Co-authored-by: Alan Wu <alansi.xingwu@shopify.com> Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-08-16 | Fix a regexp error | Takashi Kokubun | |
| 2023-08-16 | Avoid synchronizing GitHub Actions from YARP | Takashi Kokubun | |
| 2023-08-16 | Revert an unintended revert | Takashi Kokubun | |
| 2023-08-16 | Resync YARP | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/8226 | |||
| 2023-08-16 | Sync script updates | Jemma Issroff | |
| Notes: Merged: https://github.com/ruby/ruby/pull/8226 | |||
| 2023-08-16 | Resync Lrama v0.5.3 | yui-knk | |
| Previous sync included unrelated files and missed template file update. Notes: Merged: https://github.com/ruby/ruby/pull/8229 | |||
| 2023-08-15 | Use `::` form workflow commands | Nobuyoshi Nakada | |
| 2023-08-13 | Prohibit copying to `fixtures` and dot-direcotry just under `test` | Nobuyoshi Nakada | |
| Do not add directories which would let chkbuild fires accidentally, to just under `test`. The "fixtures" directory is often used to place test stuffs. Notes: Merged: https://github.com/ruby/ruby/pull/8214 | |||
| 2023-08-13 | Move test files of ruby/set under `test/set` | Nobuyoshi Nakada | |
| Chkbuild fires accidentally on `test/fixtures` directory. Notes: Merged: https://github.com/ruby/ruby/pull/8214 | |||
| 2023-08-08 | YJIT: Compile exception handlers (#8171) | Takashi Kokubun | |
| Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2023-08-08 | Add message for `--ruby` option [ci skip] | Nobuyoshi Nakada | |
