Activity
From 07/12/2022 to 07/18/2022
07/18/2022
-
09:06 PM Revision 85ea4673 (git): Separate TS_IVC and TS_ICVARC in is_entries buffers
- This allows us to treat cvar caches differently than ivar caches.
- 07:46 PM Revision 3ac9956d (git): [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/custom_name
- Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.19 to 0.9.20.
- [Release notes](https://github.com/oxid... -
07:44 PM Revision ecff3349 (git): Extract vm_ic_entry API to mimic vm_cc behavior
- 05:49 PM Revision f240e28d (git): * 2022-07-19 [ci skip]
- 05:49 PM Revision c6fe11cf (git): [rubygems/rubygems] Bump rb-sys
- Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.19 to 0.9.20.
- [Release notes](https://github.com/oxid... -
02:49 PM Revision a1c0aa77 (git): Remove unused variable in array.c
- vshared is no longer used.
-
02:24 PM Revision fd0902bf (git): [rubygems/rubygems] Move fileutils require to be even more lazy
- If directories are already created (the common case), fileutils won't be
required at all.
https://github.com/rubygem... -
01:36 PM Revision dd362a78 (git): [ruby/rdoc] Fix call-seq for aliased method with similar names
- deduplicate_call_seq has a bug that skips call-seq for methods where the
alias is a prefix of the method name. For ex... -
12:18 PM Bug #18922: Time at 24:00:00 UTC is not normalized
- As a record: the behavior I found was about Time#inspect, which was clearly wrong.
```
$ ruby -ve 'p Time.new(200... -
10:07 AM Revision a74634de (git): [rubygems/rubygems] Fix upgrading RubyGems with a customized `Gem.default_dir`
- https://github.com/rubygems/rubygems/commit/16d01f9486
-
10:07 AM Revision 01560e1c (git): [rubygems/rubygems] Improve error message when gems cannot be found
- Include the source of each gem.
https://github.com/rubygems/rubygems/commit/a0bed2fb79
07/17/2022
-
08:42 PM Misc #18924 (Open): lstrlen and lstrcat still in use
- In practice, as-used, this is probably benign, but is a Terrible Idea.
There are several places where someone's st... -
08:33 PM Bug #18923 (Open): Dir.glob Errno::ENAMETOOLONG - Caused by outdated logic in open_dir_handle (win32.c)
- This bug - as do most of my bug reports - started out while dealing with something productive and completely unrelate...
-
04:00 PM Bug #18922 (Closed): Time at 24:00:00 UTC is not normalized
- Applied in changeset commit:git|68903df6f6fc548f3bf68fb09ee8b2495dcd28f0.
----------
[Bug #18922] Normalize time at ... -
03:08 PM Bug #18922: Time at 24:00:00 UTC is not normalized
- `Time.new(2000, 1, 1, 24, 0, 0, "Z").to_a[0, 6]` returns `[0, 0, 24, 1, 1, 2000]` since 2.7.
It seems to be a much o... -
01:41 PM Bug #18922 (Closed): Time at 24:00:00 UTC is not normalized
- Reported by @mame.
```shell-session
$ ruby3.0 -e 'p Time.new(2000, 1, 1, 24, 0, 0, "-00:00").to_a[0, 6]'
[0, 0, ... - 03:59 PM Revision 82add06f (git): * 2022-07-18 [ci skip]
-
03:59 PM Revision 68903df6 (git): [Bug #18922] Normalize time at 24:00:00 UTC
-
10:57 AM Revision 64cff780 (git): `Gem.unpack` extracts gems so able to execute
- Creates simple bin stubs to load the extracted executable files.
After only extracted under `gems` directory, the gem... -
10:44 AM Revision fab8f3bd (git): [rubygems/rubygems] Stop using `/dev/null` for silent ui for WASI platform
- WASI doesn't guarantee that `/dev/null` is present.
So without this patch, we needed to mount host's `/dev` directory... - 09:27 AM Revision 5081d0dd (git): [rubygems/rubygems] bundler: fix typo in inline RuboCop config
- Signed-off-by: Takuya Noguchi <[email protected]>
https://github.com/rubygems/rubygems/commit/e11f5a143b -
08:47 AM Revision ef2d6730 (git): [rubygems/rubygems] Show a proper error if extension dir is not writable
- Instead of showing the bug report template.
https://github.com/rubygems/rubygems/commit/0c8b6f7dd5 -
08:47 AM Revision 3cfc3fcf (git): [rubygems/rubygems] Unify some common code
- https://github.com/rubygems/rubygems/commit/972e8ff965
-
08:47 AM Revision 14f52cfc (git): [rubygems/rubygems] Don't call `#build_extensions` at all if there are no extensions
- https://github.com/rubygems/rubygems/commit/5ecc0e0b31
-
01:30 AM Revision d20886dd (git): Create build-only gemspec files only if having an extension
-
01:18 AM Revision d010eba2 (git): Fix tests for ABI incompatible binary error messags
- 12:02 AM Revision efa557cb (git): * 2022-07-17 [ci skip]
-
12:01 AM Revision 50cfecd0 (git): Show ABI incompatible binary path
07/16/2022
-
03:52 PM Misc #18921 (Open): Remove workaround for some fixed bug (llvm.4898 & 38095)?
- I notice a workaround for llvm.4898 in constant_p.h:
https://github.com/ruby/ruby/blob/master/include/ruby/internal/... -
10:57 AM Bug #18920 (Closed): Documentation on ARGF.inplace_mode and ARGF.inplace_mode= is wrong
- The file extension is appended to a copy of the original file and not to the modified file.
Cf. man page for ruby. -
10:47 AM Bug #18909: ARGF.readlines reads more than current file
- Eregon (Benoit Daloze) wrote in #note-11:
> My two cents, options like `-i`/`-n`/`-p` shouldn't be used, I think the... -
10:25 AM Bug #18909: ARGF.readlines reads more than current file
- austin (Austin Ziegler) wrote in #note-10:
...
In your link it is clear that e.g. in the case of read, `ARGF` concate... -
10:06 AM Bug #18909: ARGF.readlines reads more than current file
- My two cents, options like `-i`/`-n`/`-p` shouldn't be used, I think they are vestigial legacy flags inherited from P...
-
10:33 AM Revision 5ae83151 (git): [rubygems/rubygems] Drop support for old `Gem::Specification` versions
- `specification_version` method was added before RubyGems 1.0, and
`add_runtime_dependency` method was before 1.2. Th... -
08:58 AM Revision 6c1d7dab (git): Fix conversion from absolute path to relative path
-
07:38 AM Revision c093e7d6 (git): Avoid to symlink under symlink
-
06:28 AM Revision 5101671c (git): Disable parallel built in test-bundled-gems
-
03:19 AM Feature #18885: End of boot advisory API for RubyVM
- This is a really nice idea. My current implementation uses `GC.compact` during prefork stage, and it shows a big adva...
-
02:26 AM Revision b536ac2c (git): test-bundled-gems.rb needs `+` with GNU make
- This script runs `make` internally, and sub-`make`s need the
environment variable for the job server when compiling i... -
01:11 AM Revision 78d2be69 (git): Move copying/linking extra files to Makefile so removed by `clean`
07/15/2022
-
10:07 PM Feature #18919 (Assigned): Ractor: can't share #Method objects
- The following is not shareable:
```ruby
> meth = ::Kernel.method(:BigDecimal)
=> #<Method: Kernel.BigDecimal(*)>... -
08:39 PM Revision f375280d (git): Add benchmarks for setting / getting ivars on generics
-
07:17 PM Bug #18909: ARGF.readlines reads more than current file
- JohanJosefsson (Johan Josefsson) wrote in #note-9:
> There is nothing in the introductory paragraphs on ARGF that sa... -
06:48 PM Bug #18909: ARGF.readlines reads more than current file
- But this "documented API" was not implemented in the way it was described. From my limited viewpoint I would have pre...
-
05:51 PM Bug #18909: ARGF.readlines reads more than current file
- JohanJosefsson (Johan Josefsson) wrote in #note-7:
> Yes, ARGF can work with a concatenated pseudo file in several w... -
05:36 PM Bug #18909: ARGF.readlines reads more than current file
- Yes, ARGF can work with a concatenated pseudo file in several ways but this idea collides squarely with the idea of i...
-
05:30 PM Bug #18909 (Closed): ARGF.readlines reads more than current file
- Applied in changeset commit:git|280b805d040fa537d5a459b40d4bfa6d49700905.
----------
[DOC] Fix documentation for ARG... -
03:53 PM Bug #18909: ARGF.readlines reads more than current file
- Moreover, it is documented that `ARGF` works this way in general: https://ruby-doc.org/core-3.1.0/ARGF.html
> You ca... -
02:28 PM Bug #18909: ARGF.readlines reads more than current file
- This is how it's designed to work, as specified in the [Ruby spec](https://github.com/ruby/spec/blob/master/core/argf...
-
06:33 AM Bug #18909: ARGF.readlines reads more than current file
- Hm…if I understand it correctly, this just changed the documentation to conform to a strange behavior. Strange in the...
- 05:52 PM Revision aed1539e (git): YJIT: Add send unit tests (#6143)
- Add send unit tests for YJIT
- 05:30 PM Revision 77ec1cd4 (git): * 2022-07-16 [ci skip]
-
05:30 PM Revision 36ca0e58 (git): [ruby/reline] Use color name instead of code (integer) in dialog color APIs
- As pointed out in the
[comment](https://github.com/ruby/reline/pull/413#issuecomment-1168033973),
the code is actuall... -
04:32 PM Bug #18914: Segmentation fault during Ruby test suite execution
- > The crash is happening when a certain object gets garbage collected. The object will only get collected when the GC...
-
03:57 PM Bug #18914: Segmentation fault during Ruby test suite execution
- jprokop (Jarek Prokop) wrote in #note-2:
> Thanks, the response gave the much-needed push to get to the correct tick... -
03:22 PM Feature #18918 (Open): Can't compile ruby master with AFL ASAN
- On ubuntu 20.04, I want to compile ruby on master branch with AFL's afl-clang-fast but I got ASAN error
```sh
$ r... -
02:30 PM Revision 280b805d (git): [DOC] Fix documentation for ARGF#readlines
- [Bug #18909]
-
02:29 PM Revision c5343929 (git): Fixes ivar benchmarks to not depend on object allocation
- Prior to this change, we were measuring object allocation as well
as setting instance variables within ivar benchmark... -
01:21 PM Revision 7424ea18 (git): Implement Objects on VWA
- This commit implements Objects on Variable Width Allocation. This allows
Objects with more ivars to be embedded (i.e.... -
01:11 PM Bug #18917 (Feedback): Crash on jekyll -v
- Thank you for the bug report, however Ruby 2.6 has been EOL as of March 31, 2022. Please upgrade to at least Ruby 2.7...
-
12:51 PM Bug #18917 (Feedback): Crash on jekyll -v
- Hi there,
I have encountered a crash during the jekyll -v command on MacOS Terminal.
Steps to reproduce:
1. ... - 09:45 AM Revision 7fda741f (git): [rubygems/rubygems] Use https protocol for URLs for config mirror
- example.org is used mirror URL as an example, not to make access to
a (potential) third-party domain.
Signed-off-by:... - 08:32 AM Revision 8e451d10 (git): [rubygems/rubygems] Fix wrong information about default RubyGems source
- Also fix regression from rubygems/rubygems PR 3056
https://my.diffend.io/gems/rubygems-update/1.3.5/1.3.6/page/4#d2h... -
05:54 AM Revision 6c2cad83 (git): MJIT: Share rb_mjit_unit through mjit_unit.h
- mjit_compile.c should be able to access this more easily.
-
04:14 AM Revision ed8c21bb (git): Ensure symlinks to bundled gem with exts have parent dir
- When configuring with `--disable-rpath` and `--static-linked-ext` (e.g.
building for WASI), `extmk.rb` doesn't build ... -
03:34 AM Revision 439d31bc (git): MJIT: Merge mjit_worker.c back to mjit.c (#6138)
- Since #6006, we no longer avoid executing GC on mjit_worker.c and thus
there's no need to carefully change how we wri... -
12:10 AM Revision 736fe48b (git): Remove GitHub Actions bundled_gems workflow in stable branch.
07/14/2022
-
09:12 PM Revision 3f962a20 (git): Avoid SEGV on capture_cc_entries
-
08:47 PM Bug #18909: ARGF.readlines reads more than current file
- Thank you for the report. I opened [a pull request](https://github.com/ruby/ruby/pull/6137) that fixes this issue.
-
08:37 PM Revision c8748942 (git): [DOC] Fix typo in documentation for IO#readlines
-
08:30 PM Bug #18887 (Closed): documentation for protected methods
- Applied in changeset commit:git|4813443837d76e27eb293f1928bda7a47b9e8f3f.
----------
Fix language describing protect... -
08:27 PM Bug #18887: documentation for protected methods
- I don't think it is correct before or after the change, though after comes closer.
Before:
```
When calling a ... -
08:28 PM Revision 48134438 (git): Fix language describing protected methods
- Fixes [Bug #18887]
-
08:00 PM Bug #18883: parse.y: trailing comma cannot coexist with star
- zverok (Victor Shepelev) wrote in #note-1:
> As far as I understand, trailing comma is an equivalent of `*_` (unpack... -
04:59 PM Revision b8247a16 (git): Correct comment explaining env flags [ci skip]
- We use 4 values for env flags now, which also shifted over the frame
flags by one bit. -
04:55 PM Bug #18914: Segmentation fault during Ruby test suite execution
- Thanks, the response gave the much-needed push to get to the correct tickets :).
Ok, I think this is close-able as... -
03:56 PM Bug #18914: Segmentation fault during Ruby test suite execution
- Looks like a problem with libffi. Both C backtraces point at `ext/fiddle/closure.c:32`:
```
#4 0x00007ffff41910... -
10:20 AM Bug #18914 (Closed): Segmentation fault during Ruby test suite execution
- On Fedora, we sometimes observe segfault in the Ruby test suite, it seems to be GC related and happens more often in ...
- 04:39 PM Revision 509d0a92 (git): [ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)
- https://github.com/ruby/psych/commit/6c56700fb2
- 03:25 PM Revision a5471b61 (git): * 2022-07-15 [ci skip]
-
03:25 PM Revision 1df9b6c3 (git): Get the insns_address_table from the vm_exec_core module table...
-
02:43 PM Misc #18916 (Closed): Windows mswin builds - should gmp be used?
- Currently, Windows mswin builds are using packages from microsoft/vcpkg. The following packages are used:
libffi ... -
01:39 PM Feature #18915 (Open): New error class: NotImplementedYetError or scope change for NotImplementedError
- # Abstract
Introduce `NotImplementedYetError` exception that should be used in case when the codepath has not been... -
12:02 PM Revision 67375932 (git): [ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex`
- These are used to see only if `RRATIONAL` and `RCOMPLEX` are
available, however, these two are macros and can be chec... -
08:31 AM Feature #18913: Add object name to the NoMethodError error message: undefined method `_method_' for `_class_' in `_object_name_'
- I don't understand what you mean by "object name", but did you try Ruby 3.1? It shows a code snippet that caused Name...
-
08:04 AM Feature #18913 (Rejected): Add object name to the NoMethodError error message: undefined method `_method_' for `_class_' in `_object_name_'
Hi
I think the `NoMethodError` error message is missing the object name. The object name is already present in `...-
08:13 AM Revision 8b64e8f2 (git): [ruby/set] Get rid of use of `Gem::Version`
- When retrying in ruby's test, it seems possible that `Gem` is not
loaded.
```
1) Error:
TC_Set_Builtin#test_to_set... -
08:12 AM Bug #18911: Process._fork hook point is not called when Process.daemon is used
- Thanks @mame for the awesomely quick reply :)
> @ivoanjo (Ivo Anjo) Do you have difficulties due to this behavior ... -
05:48 AM Bug #18911: Process._fork hook point is not called when Process.daemon is used
- @nobu said that this is because `Process.daemon` does not call [fork(2)](https://man7.org/linux/man-pages/man2/fork.2...
-
01:07 AM Bug #18911: Process._fork hook point is not called when Process.daemon is used
- @ivoanjo Do you have difficulties due to this behavior in terms of ddtrace? Or you were just "surprised"? The motivat...
-
12:59 AM Bug #18911: Process._fork hook point is not called when Process.daemon is used
- @akr suggested special treatment for `Process.daemon`, and I followed him when implementing it. So this is by design....
-
07:26 AM Revision 02567756 (git): [ruby/un] Support `FileUtils.cp_lr`
- https://github.com/ruby/un/commit/e976ad8a7c
-
07:21 AM Revision 7c58c55c (git): [ruby/timeout] gemspec: Drop unused directives "executables"
- This gem exposes no executables.
https://github.com/ruby/timeout/commit/70be2bd48a -
06:06 AM Revision 76de7a92 (git): [rubygems/rubygems] Fix misleading error if compact index cannot be copied
- Previously if `~/.bundle/cache/compact_index/rubygems.org.*/version`
were owned by root with read-only access, `bundl... -
05:40 AM Bug #18912 (Closed): Build failure with Xcode 14 and macOS 13 (Ventura) Beta
- TL;DR: We fixed this issue at Ruby 2.7-3.1 and master branch. But the stable versions are not released yet.
* Opti... -
01:07 AM Misc #18836: DevMeeting-2022-07-21
- * [Bug #18911] Process._fork hook point is not called when Process.daemon is used (mame)
* akr, why should `Proces... -
12:00 AM Revision 9d900620 (git): Set `GEM_PATH` environment variable in runruby.rb
-
12:00 AM Revision 416cba90 (git): Try to install also gemspec files under gem directories
- Gemspec files having extension libraries are placed under each gem
directories now. -
12:00 AM Revision b2491783 (git): Install gems `lib` directory to build path
-
12:00 AM Revision a2c66f52 (git): Make dependency-free gemspec files
- The default gems have not been installed yet in the build directory,
bundled gems depending on them can not work. As... -
12:00 AM Revision e1a4e44f (git): Extract gemspec files to each gem directories
- Since extension libraries can not be built in the source directory,
rubygems warns gems have extension libraries as t...
07/13/2022
-
07:47 PM Revision 8c74eaa0 (git): [rubygems/rubygems] Fix `gem update --system` crash while regenerating binstubs
- Since a few commits ago, we no longer call `Gem::Specification.reset`
after each invocation of `Gem::Installer#instal... -
05:39 PM Revision 664c23db (git): GVL Instrumentation: remove the EXITED count assertion
- It's very flaky for some unknown reason. Something we have
an extra EXITED event. I suspect some other test is causin... -
04:00 PM Feature #14564: `dig` opposite method
- Instead of different `dig` and `bury` tools, a 'lens' abstraction could combine the two.
```ruby
deep_hash = {a: ... - 03:44 PM Revision 13d2ae6d (git): * 2022-07-14 [ci skip]
-
03:44 PM Revision 081bd061 (git): [DOC] Correct call-seq directive in string.c (#6131)
- Correct call-seq directive in string.c
-
02:16 PM Bug #18911 (Closed): Process._fork hook point is not called when Process.daemon is used
- Hello there! I'm working at Datadog [on the `ddtrace` gem](https://github.com/DataDog/dd-trace-rb), and we need to ho...
-
01:33 PM Feature #18910 (Closed): Improve maintainability of LLDB helpers
- **[Github PR: #6129](https://github.com/ruby/ruby/pull/6129)**
## Summary
`lldb_cruby.py` manages lldb custom c... -
01:14 PM Revision d5c5fcb8 (git): Bundled gem extensions are out of scope of update-deps
-
01:00 PM Bug #18909 (Closed): ARGF.readlines reads more than current file
- The docuentation says that ARGF.readlines: *Reads ARGF's current file in its entirety* , but this is what happens:
... -
12:16 PM Revision 8290d766 (git): [ruby/timeout] Give a name to the background thread
- https://github.com/ruby/timeout/commit/5594ae2f4d
-
12:13 PM Revision 26826968 (git): thread/test_instrumentation_api: cleanup all existing threads in setup
- We saw the following failure:
```
TestThreadInstrumentation#test_thread_instrumentation [/tmp/ruby/v3/src/trunk-rando... -
11:53 AM Revision ce1621b9 (git): Update bundled gem debug-1.6.1.
-
07:09 AM Revision c4e29737 (git): Fix a typo (thanks @Maumagnaguagno !)
-
07:09 AM Revision 1fe6c926 (git): Specify usable escape sequences in Exception#detailed_message
- An error message is primarily rendered in a terminal emulator, but is
also shown in a browser by converting it to a H... - 06:46 AM Revision 1052ad4e (git): Update bundled gems list at 156da55c164e5463edf15bae05021b [ci skip]
-
06:46 AM Revision 156da55c (git): debug.gem 1.6.1
-
05:11 AM Revision 437a5ae9 (git): Merge RubyGems and Bundler master
-
03:32 AM Revision 94ed94bf (git): Update bundled gem debug-1.6.0.
-
01:49 AM Revision e3a988a2 (git): [DOC] Revisions for call-seq in doc guidelines (#6121)
- Splits certain guidelines for singleton and instance method.
Calls for instance method to not prefix anything (li...
07/12/2022
-
11:08 PM Bug #18816 (Closed): Ractor segfaulting MacOS 12.4 (aarch64 / M1 processor)
- Applied in changeset commit:git|de51bbcb544651fb499dd4cc757a2bf6f3b439cf.
----------
Use VM Lock when mutating waiti... -
11:07 PM Revision de51bbcb (git): Use VM Lock when mutating waiting threads list
- `rb_thread_wait_for_single_fd` needs to mutate the `waiting_fds` list
that is stored on the VM. We need to delete th... - 08:40 PM Revision 59c6b7b7 (git): Speed up --yjit-trace-exits code (#6106)
- In a small script the speed of this feature isn't really noticeable but
on Rails it's very noticeable how slow this c... - 06:48 PM Revision 8c180815 (git): Fix some UBSAN false positives (#6115)
- * Fix some UBSAN false positives.
* ruby tool/update-deps --fix -
06:21 PM Revision 8309b136 (git): [DOC] Enhanced RDoc for Time (#6118)
- Treats:
::utc
::local
#to_i
#to_f
#to_r
#usec
#nsec
#subsec
#<=>
#eql? -
06:10 PM Feature #14564: `dig` opposite method
- Often my team needs to modify deep hash structures and we created another implementation of the `bury` method.
We... - 03:01 PM Revision 71aec685 (git): * 2022-07-13 [ci skip]
-
03:00 PM Revision dcbb94d5 (git): Move timestamps directory for bundled gems
-
02:49 PM Misc #18836: DevMeeting-2022-07-21
- - [Feature #18885] Long lived fork advisory API (potential Copy on Write optimizations) (byroot)
- We have some ide... -
01:57 PM Revision 3aee94fb (git): [ruby/date] [DOC] Enhanced RDoc (https://github.com/ruby/date/pull/63)
- Treats:
#next
#<<
#>>
#next_month
#prev_month
#next_year
#prev_year
#step
#upto
... -
12:50 PM Feature #18901 (Closed): Support cross size pool movement for T_ARRAY
- Applied in changeset commit:git|214ed4cbc6f33675230602dd09268b436da96f7d.
----------
[Feature #18901] Support size p... -
12:50 PM Revision 067a5f1a (git): [Feature #18901] Don't run size pool move tests without VWA
-
12:50 PM Revision 214ed4cb (git): [Feature #18901] Support size pool movement for Arrays
- This commit enables Arrays to move between size pools during compaction.
This can occur if the array is mutated such ... -
10:43 AM Revision 0f8a0c5f (git): Refactor tests for ThreadInstrumentation counters
- * Extracted some assertions.
* Assert counter values should be positive. -
10:43 AM Revision a6e2f3fd (git): Use `IO.popen` to fork and exit the child process without cleanup
-
08:58 AM Bug #18908 (Closed): Allow username and password to be extracted from the http_proxy variable on Windows
- According to #12921 only Linux, FreeBSD and Darwin (macOS) provides environment variables that are "multi-user" safe....
-
08:13 AM Revision 8b98b9e2 (git): Check only whether `RUBY_DEVEL` is defined
-
07:07 AM Revision ba8f3d2c (git): MJIT: Add assertions for mjit_capture_cc_entries
- to investigate SEGVs in it
- 07:03 AM Revision e99e1f0f (git): Update bundled gems list at 2022-07-12
-
06:49 AM Revision cbcc92f7 (git): MJIT: s/assert/VM_ASSERT/
- include/ruby/assert.h sets NDEBUG by default.
As MJIT CI uses -DVM_CHECK_MODE, using only VM_ASSERT might be more
hel... -
05:11 AM Feature #18438: Add `Exception#additional_message` to show additional error information
- The following PR adds a guideline about usable escape sequences in `Exception#detailed_message`.
https://github.co...
Also available in: Atom