|
From: Jeff A. <ja...@fa...> - 2022-07-13 07:45:53
|
Further to the off-repo experimental work (VSJ) Jim references, as I became reasonably sure of the implementation approach, I migrated code to the "main" (not "master") branch of the Jython repo,. We will make "main" the default when Jython 3 is viable (agreed on jython-dev). See https://github.com/jython/jython/tree/main Where possible, the migration is a graft into prior work moved from Jython 2. For this reason, a lot of Jython 2 code waits unchanged on this branch in ~/src, but this folder is not referenced in the build. (~/core is where it's at.) I'm re-using even the core built-ins, but the problem of "new patch, old garment" means there is not much original but the shape, by the end of the replacement. As Jim says, I expect to re-use increasingly, with change only at the detailed level. I took a break to release 2.7.3, so as to honour the contributions people had made since 2.7.2,. I hope the beta is nearly adequate, so I can work mostly on VSJ and 3.8. Jeff On 11/07/2022 15:25, Jeff Mitchell wrote: > Any update on Jython3? Every once in awhile I do a quick check and it > seems pretty dead, but maybe I'm looking in the wrong git etc? > > https://github.com/jython/jython3 is years old .. just an experiment I > gather > > The main git is https://github.com/jython/jython it appears; not sure > if theres python 3 stuff mixed in there somewhere? > > > On Sun, Jul 10, 2022 at 8:47 PM Yaqiang Wang <yaq...@gm...> > wrote: > > Thanks for your work on the Jython project and so it's great to > see the new version of Jython! Hope Jython 3 will come soon! > > Regards > Yaqiang > > On Mon, Jul 11, 2022 at 3:31 AM Jeff Allen <ja...@fa...> wrote: > > The Jython Project is pleased to announce the availability of > the first beta release of Jython 2.7.3, at Sonatype. > (https://search.maven.org/search?q=g:org.python) > > This is a maintenance release that incorporates a number of > bug-fixes, some kindly offered as PRs by users. Please try it > out and report problems on the issue tracker > (https://github.com/jython/jython/issues). > > If there are no show-stoppers, a 2.7.3rc1 will follow in no > less than 4 weeks and hopefully a 2.7.3 release by the end of > August. > > We are no longer inviting bugs at bugs.jython.org > <http://bugs.jython.org>, which in due course will become > read-only (as it's python.org <http://python.org> equivalent > did this year). Bugs on the old tracker, whilst not entirely > ignored, will not be migrated en masse to GitHub: if you care > about one particularly, it would help us if you could raise it > on GitHub, with a link to the b.j.o. entry. > > -- > > Jeff Allen > The Jython Project > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users > > > > -- > ************************************************* > Dr. Yaqiang Wang > Chinese Academy of Meteorological Sciences (CAMS) > 46, Zhong-Guan-Cun South Avenue > Beijing, 100081 > China > > yaq...@gm... > > www.meteothink.org <http://www.meteothink.org> > ************************************************** > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users > > > > -- > > Jeff Mitchell > > jef...@za... > > Zayo | Our Fiber Fuels Global Innovation > > 1821 30th Street | Unit A | Boulder, CO 80301 > > > This communication is the property of Zayo and may contain > confidential or privileged information. If you have received this > communication in error, please promptly notify the sender by reply > e-mail and destroy all copies of the communication and any attachments. > > He who dies with the best barbecue sauce, wins. > -- Jeff Allen |