From: Pekka K. <pe...@ik...> - 2020-03-12 11:22:30
|
Hi, We run Robot Framework's (https://github.com/robotframework/robotframework/) acceptance tests with 2.7.2rc1 both on Linux and Windows with Java 8 and results look very good. On Linux there were no failures and on Windows the only regression we encountered was change to `sys.stdxxx.encoding` in some special cases (https://bugs.jython.org/issue2868). I personally don't consider that a release blocker as the bug only occurs if outputs are redirected and we could argue that the value has always been wrong. With Python 2 the encoding is `None` in this case and with Python 3 you get the encoding of the created file. We also run tests with Java 11, but due to illegal reflective access warnings logged to the console (https://github.com/jythontools/jython/issues/171) all tests validating console output fail and it's hard to tell are there real failures. Being able to disable these warnings would be great but I wouldn't post-pone the great looking release due to that. Cheers, .peke to 5. maalisk. 2020 klo 22.12 Jeff Allen (ja...@fa...) kirjoitti: > > Now published. See: https://www.jython.org/download > > Are we all content for this to go out with our names on it? I've tried > to arrange we make only safe changes between beta and rc, but it would > be good to try it on as many platforms as we have amongst us. > > I built and it on Windows 10 and ran on Java 8 and 11 there. I also > downloaded (the -install version) on Ubuntu with Java 11. > > How long an interval would you like? Precedents run from 2 days to we're > still waiting, but I was thinking a week or two. Then I might try > migrating to GitHub as we have said previously that we would. > > The CI does a good job, but of course does not install the way a user might. > > Jeff Allen > > On 02/03/2020 08:23, Jeff Allen wrote: > > On 23/02/2020 21:50, Jeff Allen wrote: > >> It's beginning to look like we might be ready for a release > >> candidate. Does anyone object? Have I missed a treasured patch? > > ... > >> Bit busy this week, so probably this will be late in the week, and > >> appear over next weekend. > >> > > As we were all content, Jython 2.7.2rc1 is now staged at: > > > > https://oss.sonatype.org/service/local/repo_groups/staging/content/org/python/jython-installer/2.7.2rc1/jython-installer-2.7.2rc1.jar > > > > > > Other 3 jars at corresponding URLs. This this is the temporary > > location, "pre-publication", although publicly accessible. > > > > Jeff > > > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev -- Agile Tester/Developer/Consultant :: http://eliga.fi Lead Developer of Robot Framework :: http://robotframework.org |