[ruby/rubygems] bin/rubocop -A
https://github.com/ruby/rubygems/commit/e3f418aa11
[ruby/rubygems] Bundler: validate more options for add sub-command
Signed-off-by: Takuya Noguchi takninnovationresearch@gmail.com
https://github.com/ruby/rubygems/commit/6ca2e28680
[ruby/rubygems] Update custom errors with Exception#full_message
The use of Exception#full_message makes more sense as it shows the cause and the backstrace.
Exception#full_message
https://github.com/ruby/rubygems/commit/62a92c3f5e
[ruby/rubygems] Fix dependency source bug in bundler
I stumbled across a bundler bug that had me scratching my head for awhile, because I hadn't experienced it before.
In some cases when changing the source in a gemfile from a Source::Gemspec to either a Source::Path or Source::Git only the...
Source::Gemspec
Source::Path
Source::Git
Support customizable rustc_flags for rustc builds.
Add rustc_flags option for configure that appends to RUSTC_FLAGS flags used when compiling with rustc for customizable build flags. It appends to existing defaults in RUSTC_FLAGS.
rustc_flags
Co-authored-by: Alan Wu XrXr@users.noreply.github.com
[ruby/mmtk] Check that a and b are valid objects in write barrier
https://github.com/ruby/mmtk/commit/350625ebb3
[ruby/mmtk] Set MMTK_DEBUG in C compiler for debug builds
https://github.com/ruby/mmtk/commit/12a3904b04
Remove in_masgn field from struct iseq_compile_data
in_masgn
struct iseq_compile_data
in_masgn has not been used since fb6e3a80009a744a4e0b75660f1ce6da65e20e6c.
[ruby/time] Add changelog URI to time.gemspec
https://github.com/ruby/time/commit/08f896ca0d
Add potential missing GC guard in iseq_data_to_ary
The iseq object might be optimized away by the compiler in iseq_data_to_ary because we mainly only use the iseq_body. With MMTk, this crash occasionally happens:
TestIseqLoad#test_stressful_roundtrip [test/-ext-/iseq_load/test_iseq_load.rb:20]:...
View all revisions | View revisions
Also available in: Atom