daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Class walker #82

Closed JakeAlbee closed 9 years ago

JakeAlbee commented 9 years ago

This is NOT working. I have no idea if the scoping and namespace things are right, I believe that the namespace is but I'm not sure how the scoping works and I can't get it to work correctly.

I've been looking at this same problem for a few days now and I haven't found any new solutions. I have no idea what's going on here

daviis commented 9 years ago

I think there might need to be a subclass of ScopeLevelBean made for classes with an extra dictionary of self. variables. But lets try pair programing this during the meeting Tuesday.

JakeAlbee commented 9 years ago

I was afraid to make a subclass of scope level because I wasn't sure how you were using the scope beans elsewhere and didn't want to break them or send you a bean you couldn't do anything with

JakeAlbee commented 9 years ago

I spent most of the weekend trying to track down why recursiveClone keeps getting an empty value and I have no idea why it keeps happening. I followed the debugger all the way through and it had values the whole way and then it disappears suddenly. Not sure what's going on