[DOC] Pathname glob doc
[ruby/prism] feat: add start_line, end_line, start_column, end_column, and chop methods for Location
start_line
end_line
start_column
end_column
chop
Location
https://github.com/ruby/prism/commit/4258b2ad7e
Co-Authored-By: Kevin Newton kddnewton@gmail.com
Git ignore dump_ast if you are doing an in-place build
[ruby/prism] Expose parse options to Rust
https://github.com/ruby/prism/commit/0f1500ce92
[ruby/prism] Make it possible to lazily deserialize DefNode in Loader.java
<%-#
Bump timeout for TestGC#test_finalizer_not_run_with_vm_lock
This test should be redesigned, but increasing the timeout should probably be good enough for now to not see CI failures related to it. I can see how this could timeout after 10s.
Failing test after 10s timeout:...
Fix use-after-poison in compile.c and prism_compile.c
Prevent GC from accidentally collecting
Speed up memmem on Apple
Apple's libc implementation of memmem is super slow (it is a forked version of freebsd's that never got vectorized). Instead, we should fall back to the rolling hash on Apple. In the attached benchmark, I'm seeing 1.07% slower to 30.34% slower, depending on the...
Use Prism for mk_builtin_loader.rb
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.68.26 to 2.68.27
taiki-e/install-action
View all revisions | View revisions
Also available in: Atom