Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/rdoc/commit/3fb03bf399
|
|
|
|
* Ignore Merge commit from the commit lists before trying to
pick commit.
* Show the commits list at first.
|
|
|
|
|
|
obj_info() has a routine to show SPECIAL_CONST_P() objects so
we don't need to check it here.
|
|
|
|
Also Homebrew is up-to-date and "Updating Homebrew" takes less
than one minute.
|
|
Run test suites explicitly instead of auto-running, to get rid of
failures when simplecov is not installed but COVERAGE is set.
|
|
As `struct vm_throw_data::throw_state` is initialized as `VALUE`
by rb_imemo_new, extended MSW part is assigned to it on LP64
big-endian platforms.
Fix up 1feda1c2b091b950efcaa481a11fd660efa9e717
|
|
|
|
As `make test-tool` does not use gems, and no Rubygems stuffs is
needed, so moved such things to test/runner.rb. Also no longer
nees `--test-target-dir` option.
|
|
|
|
|
|
Moved NoMemoryError hook from AutoRunner.run to Runner#run, so
it will work even in non-autorunning mode.
|
|
|
|
|
|
|
|
https://github.com/ruby/io-console/commit/bc77f46391
|
|
For ruby 2.6 and earlier.
https://travis-ci.org/ruby/psych/jobs/562435717#L245-L248
```
../../../../ext/psych/psych_parser.c: In function ‘make_exception’:
../../../../ext/psych/psych_parser.c:87:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
VALUE ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError"));
^
```
https://github.com/ruby/psych/commit/aa457443b8
|
|
In verbose mode, `test_delegator` in `test/psych/visitors/test_yaml_tree.rb` shows following warning.
https://travis-ci.org/ruby/psych/jobs/562435717#L268
```
/home/travis/build/ruby/psych/test/psych/visitors/test_yaml_tree.rb:10: warning: instance variable @obj not initialized
```
This is because `Psych.load` bypasses #initialize with the #init_with method.
https://github.com/ruby/psych/commit/f99523388f
|
|
https://github.com/ruby/psych/commit/0414982ffd
|
|
ref. https://github.com/ruby/bigdecimal/pull/149
https://github.com/ruby/psych/commit/25ae263252
|
|
https://github.com/ruby/psych/commit/939754237f
|
|
[Bug #12230]
|
|
|
|
From djellemah (John Anderson).
Fixes [Bug #12252]
|
|
|
|
Fixes [Bug #12090]
|
|
|
|
|
|
|
|
|
|
because it failed again https://travis-ci.org/ruby/ruby/jobs/563026412
even after 676df311d90990a4666adb5b1db4c7aa6b080e57.
|
|
|
|
https://github.com/rubygems/rubygems/commit/955174658f
|
|
`Dir.pwd` may differ from the source path. Test directories and
files should be resolved from test file paths.
https://github.com/rubygems/rubygems/commit/e18e7c81b4
|
|
|
|
|
|
|
|
exec_hooks_postcheck() clean executed hook_list if it is needed.
list_exec is freed if there are no events and this list is local
event (connected to specific iseq). However, iseq keeps to point
this local hook_list, freed list. To prevent this situation,
do not free hook_list here even if it has no events.
This issue is reported by @joker1007.
https://twitter.com/joker1007/status/1153649170797830144
|
|
Coverity Scan found this.
|
|
Fixes [Bug #10901]
|
|
|
|
|
|
|
|
* lib/net/http/header.rb: show the caller's location instead of
the current lines.
|
|
This was the historical behavior, it was modified unintentionally
by 097c3e9cbbf23718371f08c24b2d2297b039f63f, which started storing
these flags in a different global variable.
Also, include the incflags when logging, and document that the
method modifies $INCFLAGS.
Fixes [Bug #10651]
|
|
|
|
Often checked out files are in the future on OSX image.
|