Skip to content

Fix test undef#4924

Merged
kares merged 3 commits intojruby:masterfrom
yui-knk:fix_test_undef
Jan 2, 2018
Merged

Fix test undef#4924
kares merged 3 commits intojruby:masterfrom
yui-knk:fix_test_undef

Conversation

@yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Dec 31, 2017

Fix a warning message
In MRI, this warning is

  -e:1: warning: undefining `object_id' may cause serious problems

Remove __id__ from warning targets
__id__ is not listed on warning targets in MRI.

In MRI, this warning is

```
-e:1: warning: undefining `object_id' may cause serious problems
```
By this commit `TestModule#test_undef` will be passed.
`__id__` is not listed on warning targets in MRI.
@olleolleolle
Copy link
Member

olleolleolle commented Jan 1, 2018

@kares kares merged commit 1534e7f into jruby:master Jan 2, 2018
@kares
Copy link
Member

kares commented Jan 2, 2018

makes sense - nice work, the cross-reference made it clear (wasn't sure where exactly to double check)

@kares kares added this to the JRuby 9.2.0.0 milestone Jan 2, 2018
@yui-knk yui-knk deleted the fix_test_undef branch January 2, 2018 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants