Project

General

Profile

« Previous | Next » 

Revision fbcd0652

Added by jeremyevans (Jeremy Evans) over 4 years ago

Remove support for nil::Constant

This was an intentional bug added in 1.9.

The approach taken here is to add a second operand to the
getconstant instruction for whether nil should be allowed and
treated as current scope.

Fixes [Bug #11718]