mkmf: grep all occurrences in cpp output
Apple clang aborts if cpp output is closed in middle, and leaves the preprocessed source and reproduction shell script.
mkmf: Redirect egrep command input
mkmf: cpp_command in C++ mode
Bump taiki-e/install-action
Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.
Updates taiki-e/install-action from 2.75.0 to 2.75.1
taiki-e/install-action
ZJIT: Guard an array is not frozen before popping from it
ZJIT: Guard that an array is not frozen before modifying it
ArrayPush calls out to the fast-path, not checking for frozen-ness. In debug mode, this leads to crashes. In release mode, silent erroneous modifications.
ZJIT: Suggest correct command in bisect script
ZJIT: Detect bad configuration in make command in bisect script
ZJIT: Require Ruby 3.4+ in bisect script
ZJIT: Load immediate into register before masking (#16677)
This otherwise causes a crash on e.g. https://github.com/ruby/ruby/pull/15220:
thread '<unnamed>' (18071) panicked at zjit/src/codegen.rs:2511:21: internal error: entered unreachable code: with_num_bits should not be used for: Value(VALUE(19239180))...
View all revisions | View revisions
Also available in: Atom