[Scons-dev] Switching the Node class to __slots__

2014-12-05 Thread anatoly techtonik
On Tue, Nov 25, 2014 at 11:37 PM, Dirk Bächle tshor...@gmx.de wrote: switching the Node class to __slots_ Are there any SCons plugins that extend Node with their own properties? Won't it be the major compatibility break? -- anatoly t. ___ Scons-dev

Re: [Scons-dev] Switching the Node class to __slots__

2014-12-05 Thread Gary Oberbrunner
It might; that's why we want to introduce it gently, to see what the impact will be. Note that people currently setting arbitrary properties directly on the Node can use Node.attributes for this (and could/should be doing so already). On Fri, Dec 5, 2014 at 5:12 AM, anatoly techtonik

Re: [Scons-dev] Contribution to SCons development.

2014-12-05 Thread Gary Oberbrunner
On Thu, Dec 4, 2014 at 4:39 PM, Shreedhar Manek shreedharma...@gmail.com wrote: I need help with adapting tests. Hi! I change the integer the equivalent string in chmod.py (eg. 0444 to S_IRWXU and S_IRWXG and S_IRWXO) but there is problem ahead into the program and the test fails at this