| Age | Commit message (Collapse) | Author |
|
|
|
because commit info are not necessary in env.
|
|
|
|
|
|
because foo.rb in build directory breaks test-bundler
https://github.com/ruby/ruby/runs/343168046#step:20:125
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2736
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2736
|
|
related https://bugs.ruby-lang.org/issues/16177
Notes:
Merged: https://github.com/ruby/ruby/pull/2736
|
|
* Make it correctly handle lambdas
* Make it iterate over the block if block is given
The original implementation was flawed, based on lazy_set_method
instead of lazy_add_method.
Note that there is no implicit map when passing a block, the return
value of the block passed to with_index is ignored, just as it
is for Enumerator#with_index. Also like Enumerator#with_index,
when called with a block, the return value is an enumerator without
the index.
Fixes [Bug #16414]
Notes:
Merged: https://github.com/ruby/ruby/pull/2742
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2738
|
|
|
|
|
|
|
|
Co-Authored-By: Sutou Kouhei <kou@cozmixng.org>
Notes:
Merged: https://github.com/ruby/ruby/pull/2735
|
|
On cross-compilation, compiled binary can no be created because
compiled binary should be created by same interpreter (on cross-
compilation, host ruby is used to build ruby (BASERUBY)).
So that cross-compilation system loads required scripts in text.
It is same as miniruby.
Notes:
Merged: https://github.com/ruby/ruby/pull/2735
|
|
prelude.c is an automatically generated file by template/prelude.c.tmpl.
However it does not contain any required functions. So remove it from
dependency.
Also miniprelude.c is included by mini_builtin.c and does not need
to make miniprelude.o.
Notes:
Merged: https://github.com/ruby/ruby/pull/2735
|
|
`gem_prelude.rb` is not compiled yet. This patch compile it to
compiled binary.
Notes:
Merged: https://github.com/ruby/ruby/pull/2735
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2735
|
|
This matches the documentation for `Enumerable::inject` and `Enumerable::reduce` which are also aliases.
|
|
|
|
|
|
|
|
|
|
https://github.com/ruby/logger/commit/d6c01cc652
|
|
https://github.com/ruby/logger/commit/bcd7e227e8
|
|
Fixes Ruby Bug 16349.
https://github.com/ruby/logger/commit/b1b6d06f2d
|
|
Consider 'now' and 'everytime' as valid values for the previous
behavior of rotating everytime.
Fixes Ruby Bug 15977
https://github.com/ruby/logger/commit/f92979a376
|
|
https://github.com/ruby/logger/commit/7365c995bf
|
|
54072e329cab7207fba133caba4fc12b45add8f9
|
|
|
|
|
|
|
|
|
|
|
|
It produced a warning about type cast in LLP64 (i.e., windows).
|
|
|
|
|
|
|
|
https://github.com/ruby/io-console/commit/ae5c72e481
|
|
function
https://github.com/ruby/io-console/commit/21338ab287
|
|
https://github.com/ruby/io-console/commit/499ff3de48
|
|
|
|
* lib/base64.rb: avoid unnecessary memory allocations
|
|
|
|
and add more stop_pool after stop_service
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2734
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2734
|
|
... like we do so for struct timeval at several hundreds of lines above.
Depending on OS/Compiler, this can be the first place for the struct to
appear. To make sure the struct is global, we need a forward
declaration at this point.
|
|
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20191210T003005Z.log.html.gz
```
.../test/ruby/test_keyword.rb:2711: warning: `*' interpreted as argument prefix
```
|
|
Because the test fails under HTTP proxy settings.
https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20191210T000004Z.fail.html.gz
```
1) Failure:
TestNetHTTPS#test_get_SNI_failure [/export/home/users/chkbuild/cb-gcc/tmp/build/20191210T000004Z/ruby/test/net/http/test_https.rb:81]:
[OpenSSL::SSL::SSLError] exception expected, not #<Net::HTTPServerException: 403 "Forbidden">.
```
The new SNI feature introduced at 54072e329c may need to be improved for
HTTP proxy environment.
|