Closed statisfactions closed 4 years ago
Expected behavior is that the global environment variable, n
, is ignored by gen()
.
@jkbye could you write a unit test for this?
@jkbye -- never mind, I'm working on this now and am writing several unit tests including the one I requested.
The current implementation of metaparameters fails when there is an object in the global environment that is the same as the metaparameter.
Yields the following errors & warnings:
There is a variable scoping mess here and there likely needs to be a serious rewriting of the metaparameter implementation.