From: <fwi...@gm...> - 2015-05-07 17:06:13
|
On Thu, May 7, 2015 at 8:35 AM, Jim Baker <jim...@py...> wrote: > Suggestion: let's move https://hg.python.org/sandbox/jython3/ to > https://github.com/jython/jython3 - we have enough commits going on here > that it's best to move out of the sandbox and to an easier place to manage > long term. I'd love to move to git, but I don't think moving jython3 ahead alone would make sense for me, at least for now. Right now I'm still doing "hg pull ssl:hg...@hg.../jython whenever I see changes go into the default branch. The wacky part is that I'm maintaining a 2.7 compatible version in https://github.com/jython/jy3k. You should probably not look at the horrible things I'm doing in the grammar to keep 2.7 and 3.5 sort of parsing at the same time :) -Frank |