
|
If you were logged in you would be able to see more operations.
|
|
|
|
We recently noticed different handling of $VERBOSE for #warn that was fixed in 4744, due to a misunderstanding of the meaning. $VERBOSE can apparently take true, false, or nil values, and they all mean slightly different things. Checking uses of $VERBOSE in the code base should be done to ensure we're doing the same thing as MRI.
|
|
Description
|
We recently noticed different handling of $VERBOSE for #warn that was fixed in 4744, due to a misunderstanding of the meaning. $VERBOSE can apparently take true, false, or nil values, and they all mean slightly different things. Checking uses of $VERBOSE in the code base should be done to ensure we're doing the same thing as MRI. |
Show » |
|