Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-11-16 b7c3cc2) (Java HotSpot(TM) Client VM 1.6.0_24) [Windows 7-x86-java]
-
Testcase included:yes
-
Number of attachments :
Description
>> $-v = nil
>> A = 3
>> A = 3
should not give warnings (MRI doesn't). But does ![]()
ref: https://github.com/jimmyz/ruby-fs-stack/blob/master/lib/ruby-fs-stack/warning_suppressor.rb
Am I missing something?
At any rate, it appears that we are missing a few predefined globals: $-v, $-w, $-W.