Re: [Ironpython-users] _weakref.cs fixes

2015-05-05 Thread Jeff Hardy
Hi Kuno, Thanks for looking into it! The usual workflow is to send a pull request (PR) [1], which creates a single spot for discussion, with nice commenting abilities. If you don't mind doing that, I'll take a look at the changes [2] in the meantime. - Jeff [1] https://help.github.com/articles/cr

Re: [Ironpython-users] weakref random "SystemError" and "ValueError" exception (affecting _weakrefset.py and abc.py)

2015-05-05 Thread Andres Sommerhoff
Great Kuno and Jeff! Thank you for helping with a solution for the issue with _weakrefset.py (reported on 13th Abril). Looking forward to seeing Kuno's changes in the next IronPython release! Jeff, is it there a schedule for next IronPython stable release? (...not pushing, just kindly asking if yo

Re: [Ironpython-users] _weakref.cs fixes

2015-05-05 Thread Kuno Meyer
Jeff Hardy writes: > Hi Kuno, > Thanks for looking into it! The usual workflow is to send a pull > request (PR) [1], which creates a single spot for discussion, with > nice commenting abilities. Done: https://github.com/IronLanguages/main/pull/1198 Thanks for the link to [1]. Kuno __