From: Jim B. <jim...@py...> - 2016-01-12 01:41:28
|
Here's my current triage list for beta 3, which are issues that high or urgent in this shortened link: bit.ly/jython-triage-2_7_1: 2350 Installer errors on ensurepip <http://bugs.jython.org/issue2350> 2434 zlib module has different flush behaviour than CPython and PyPy <http://bugs.jython.org/issue2434> 2441 sys.executable is None on standalone install, thus causing a setup() install/build to fail <http://bugs.jython.org/issue2441> 2391 read-only attr wrongly reported <http://bugs.jython.org/issue2391> This is *my* triage list - feel free to respond here if you think there are bugs that should be resolved in beta 3. In parallel work, Darjus has a branch that should resolve setuptools issues in http://bugs.jython.org/issue2360. We will be testing that shortly. I believe that change also has a dependency, via urllib3, on http://bugs.jython.org/issue2434, so I have bumped that priority to urgent (= blocking) accordingly. Except for #2434, we have proposed fixes for all issues above. But #2434 is also quite straightforward. So I expect that in the next week or less we will have everything we need for beta 3. The remaining issues that are listed as normal in the triage list are ones we might get done in beta 3; or possibly in the RC - they seem low risk bug fixes. Otherwise we can address in 2.7.2. Crossing fingers! - Jim |
From: Darjus L. <da...@gm...> - 2016-01-13 22:01:52
|
2350 and 2391 should now be cleared. Almost there! On Tue, Jan 12, 2016 at 12:42 PM Jim Baker <jim...@py...> wrote: > Here's my current triage list for beta 3, which are issues that high or > urgent in this shortened link: bit.ly/jython-triage-2_7_1: > > 2350 > > Installer errors on ensurepip <http://bugs.jython.org/issue2350> > > 2434 > > zlib module has different flush behaviour than CPython and PyPy > <http://bugs.jython.org/issue2434> > > 2441 > > sys.executable is None on standalone install, thus causing a setup() > install/build to fail <http://bugs.jython.org/issue2441> > > 2391 > > read-only attr wrongly reported <http://bugs.jython.org/issue2391> > > > > > This is *my* triage list - feel free to respond here if you think there > are bugs that should be resolved in beta 3. > > In parallel work, Darjus has a branch that should resolve setuptools > issues in http://bugs.jython.org/issue2360. We will be testing that > shortly. I believe that change also has a dependency, via urllib3, on > http://bugs.jython.org/issue2434, so I have bumped that priority to > urgent (= blocking) accordingly. > > Except for #2434, we have proposed fixes for all issues above. But #2434 > is also quite straightforward. So I expect that in the next week or less we > will have everything we need for beta 3. > > The remaining issues that are listed as normal in the triage list are ones > we might get done in beta 3; or possibly in the RC - they seem low risk bug > fixes. Otherwise we can address in 2.7.2. > > Crossing fingers! > > - Jim > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |
From: Jim B. <jim...@py...> - 2016-01-13 23:21:47
|
Agreed about almost being there! After further investigation, the zlib fixes look straightforward; these fixes will also include support for the gzip compression, which is tested as part of the urllib3 test suite. There was some recent activity on http://bugs.jython.org/issue2401 It was interesting to be writing up commentary about this on the Netty Google Group thread while Netty was simultaneously releasing a bug fix... We should have that tested soon using Netty from source, and based on Netty's release schedule, I expect we would have new Netty (4.0.34) jars before a RC, maybe even before beta 3. - Jim On Wed, Jan 13, 2016 at 3:01 PM, Darjus Loktevic <da...@gm...> wrote: > 2350 and 2391 should now be cleared. Almost there! > > > > On Tue, Jan 12, 2016 at 12:42 PM Jim Baker <jim...@py...> wrote: > >> Here's my current triage list for beta 3, which are issues that high or >> urgent in this shortened link: bit.ly/jython-triage-2_7_1: >> >> 2350 >> >> Installer errors on ensurepip <http://bugs.jython.org/issue2350> >> >> 2434 >> >> zlib module has different flush behaviour than CPython and PyPy >> <http://bugs.jython.org/issue2434> >> >> 2441 >> >> sys.executable is None on standalone install, thus causing a setup() >> install/build to fail <http://bugs.jython.org/issue2441> >> >> 2391 >> >> read-only attr wrongly reported <http://bugs.jython.org/issue2391> >> >> >> >> >> This is *my* triage list - feel free to respond here if you think there >> are bugs that should be resolved in beta 3. >> >> In parallel work, Darjus has a branch that should resolve setuptools >> issues in http://bugs.jython.org/issue2360. We will be testing that >> shortly. I believe that change also has a dependency, via urllib3, on >> http://bugs.jython.org/issue2434, so I have bumped that priority to >> urgent (= blocking) accordingly. >> >> Except for #2434, we have proposed fixes for all issues above. But #2434 >> is also quite straightforward. So I expect that in the next week or less we >> will have everything we need for beta 3. >> >> The remaining issues that are listed as normal in the triage list are >> ones we might get done in beta 3; or possibly in the RC - they seem low >> risk bug fixes. Otherwise we can address in 2.7.2. >> >> Crossing fingers! >> >> - Jim >> >> >> >> >> ------------------------------------------------------------------------------ >> Site24x7 APM Insight: Get Deep Visibility into Application Performance >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >> Monitor end-to-end web transactions and take corrective actions now >> Troubleshoot faster and improve end-user experience. Signup Now! >> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 >> _______________________________________________ >> Jython-dev mailing list >> Jyt...@li... >> https://lists.sourceforge.net/lists/listinfo/jython-dev >> > |
From: Darjus L. <da...@gm...> - 2016-01-13 23:40:33
|
Wow, really nice read regarding #2401 ! On Thu, Jan 14, 2016 at 10:21 AM Jim Baker <jim...@py...> wrote: > Agreed about almost being there! After further investigation, the zlib > fixes look straightforward; these fixes will also include support for the > gzip compression, which is tested as part of the urllib3 test suite. > > There was some recent activity on http://bugs.jython.org/issue2401 It was > interesting to be writing up commentary about this on the Netty Google > Group thread while Netty was simultaneously releasing a bug fix... We > should have that tested soon using Netty from source, and based on Netty's > release schedule, I expect we would have new Netty (4.0.34) jars before a > RC, maybe even before beta 3. > > - Jim > > On Wed, Jan 13, 2016 at 3:01 PM, Darjus Loktevic <da...@gm...> wrote: > >> 2350 and 2391 should now be cleared. Almost there! >> >> >> >> On Tue, Jan 12, 2016 at 12:42 PM Jim Baker <jim...@py...> wrote: >> >>> Here's my current triage list for beta 3, which are issues that high or >>> urgent in this shortened link: bit.ly/jython-triage-2_7_1: >>> >>> 2350 >>> >>> Installer errors on ensurepip <http://bugs.jython.org/issue2350> >>> >>> 2434 >>> >>> zlib module has different flush behaviour than CPython and PyPy >>> <http://bugs.jython.org/issue2434> >>> >>> 2441 >>> >>> sys.executable is None on standalone install, thus causing a setup() >>> install/build to fail <http://bugs.jython.org/issue2441> >>> >>> 2391 >>> >>> read-only attr wrongly reported <http://bugs.jython.org/issue2391> >>> >>> >>> >>> >>> This is *my* triage list - feel free to respond here if you think there >>> are bugs that should be resolved in beta 3. >>> >>> In parallel work, Darjus has a branch that should resolve setuptools >>> issues in http://bugs.jython.org/issue2360. We will be testing that >>> shortly. I believe that change also has a dependency, via urllib3, on >>> http://bugs.jython.org/issue2434, so I have bumped that priority to >>> urgent (= blocking) accordingly. >>> >>> Except for #2434, we have proposed fixes for all issues above. But #2434 >>> is also quite straightforward. So I expect that in the next week or less we >>> will have everything we need for beta 3. >>> >>> The remaining issues that are listed as normal in the triage list are >>> ones we might get done in beta 3; or possibly in the RC - they seem low >>> risk bug fixes. Otherwise we can address in 2.7.2. >>> >>> Crossing fingers! >>> >>> - Jim >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Site24x7 APM Insight: Get Deep Visibility into Application Performance >>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >>> Monitor end-to-end web transactions and take corrective actions now >>> Troubleshoot faster and improve end-user experience. Signup Now! >>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 >>> _______________________________________________ >>> Jython-dev mailing list >>> Jyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/jython-dev >>> >> > |