| Age | Commit message (Collapse) | Author |
|
Starting from ruby 2.7.0, there's no longer a connection between the hexadecimal
number that #inspect shows and the object's ID.
Notes:
Merged: https://github.com/ruby/ruby/pull/2797
|
|
|
|
|
|
Minitest has the released tags now.
Notes:
Merged: https://github.com/ruby/ruby/pull/2801
|
|
TestRelineAsReadline#test_input_metachar passes on MinGW
|
|
The phrase "[doing X] is now warned" is not grammatically correct in
English as it is lacking an object. We can make these sentences read
better by switching to "[doing X] will now display a warning" instead.
|
|
|
|
|
|
like "{platform} / make ({make target}, ...)"
|
|
|
|
in favor of #2791
|
|
* MinGW - skip spec in spec/ruby/optional/capi/thread_spec.rb
C-API Thread function rb_thread_call_without_gvl
-- runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO
stops/freezes spec tests
See https://bugs.ruby-lang.org/issues/16265
* MinGW - skip test test/resolv/test_dns.rb
Test times out in CI (both AppVeyor & Actions), cannot repo locally
* MinGW - skip test test/ruby/test_thread_queue.rb
* Add Actions mingw.yml
|
|
This reverts commit 75e8dd58f69c190c9698d0133942032903fb2f07.
We seem to randomly hit another issue these days:
https://github.com/ruby/ruby/runs/368756135
https://github.com/ruby/ruby/runs/368756191
|
|
Needed for `UNALIGNED_MEMBER_ACCESS` using `COMPILER_WARNING_`*
macros.
Notes:
Merged: https://github.com/ruby/ruby/pull/2799
|
|
[Bug #16406]
|
|
|
|
* Deciding lambdaness of (f << g) using g
* Use version guards for spec changes
Notes:
Merged-By: XrXr
|
|
|
|
|
|
|
|
[Misc #11712][ruby-core:71565]
|
|
https://github.com/ruby/io-console/commit/baaf929041
|
|
For the most common cases of `rotate!` one place to the right or to the
left, instead of doing some reversals of the array we just keep a single
value in a temporary value, use memmove and then put the temporary
value where it should be.
Notes:
Merged: https://github.com/ruby/ruby/pull/2710
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2785
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2792
|
|
|
|
|
|
The use of RUBY_WERROR_FLAG causes this test to fail on OpenBSD
platforms that use the binutils linker (ld.bfd) instead of the
llvm linker (ld.lld), due to warnings added to the binutils linker
in OpenBSD.
Removing the RUBY_WERROR_FLAG would probably also fix it, but that
would affect other platforms.
This should also be backported to Ruby 2.7.
Analysis and similar fix recommended by George Koehler.
Notes:
Merged: https://github.com/ruby/ruby/pull/2790
|
|
|
|
We don't find it useful anymore, because notifications from many other
CIs are mixed.
|
|
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
|
|
|
|
OpenBSD is the only platform that uses this support by default,
and it did not work because while OpenBSD supports alloca, it does
not include alloca.h.
This should be backported to Ruby 2.7.
From George Koehler
|
|
|
|
|
|
|
|
|
|
|
|
[Bug #16437]
|
|
This is for 8a705245e55575d4d310a2e956b89a36a5931971.
|
|
|
|
|
|
OpenBSD's <sys/endian.h> has its own swap32() etc. We have to avoid
name conflicts.
See also https://rubyci.org/logs/rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20191226T210011Z.log.html.gz#miniruby
|
|
|
|
|
|
|
|
http://ci.rvm.jp/results/trunk-theap-asserts@silicon-docker/2525210
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
Noticed that internal/stdbool.h and addr2line.c are the only two place
where missing/stdbool.h is included. Why not delete the file so that
we can merge internal/stdbool.h and missing/stdbool.h into one.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|