brownplt / lambda-py

Other
58 stars 10 forks source link

Aliasing #22

Closed yz83 closed 11 years ago

yz83 commented 11 years ago

It seems our current implementation does not handle object aliasing, for both built-in object like list and user-defined object. Test is at tests/bugs/test-aliasing.py. Will the new scope implementation fix it?

sumnerwarren commented 11 years ago

It's not really a scope issue. It's an issue with assignment and a pretty easy fix. I can get to this tomorrow.