Re: Forthcoming 2.7 beta 3
Jeff Allen <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <[email protected]> |
Goodness, it's simply raining beta releases these days. It's certainly
seems that to have a recent beta out there is creating interest and
expectation.
I have some fixes for "%f" style formatting I think it would be safe to
push. (It looks slightly lop-sided as I'm still cooking integer
formatting that will allow a consistent approach.) So I will push it if
I have no problems integrating it.
As long as there'll be another beta along in a few months there's no
need to rush in work that would be better not committed yet.
bytearry.__len__: sorry, I wrote that stuff before I properly understood
calls to types sub-classed in Python. I predict more problems, and I've
been meaning to revisit more generally.
On the stack overflow message, this seems an entirely reasonable extra
clue to offer.
Jeff Allen
On 15/05/2014 04:45, Jim Baker wrote:
> Michael,
>
> Sounds good about Indra's fix on bytearray.__len__, just need to put
> in an appropriate test and this looks great. I can readily write that
> test. (Might also be on a separate email.)
>
> Re stack.patch - this might be just the sort of thing we want to give
> a Jython user more info because Python recursion limit exceptions are
> (annoyingly) triggered differently than Java StackOverflowErrors. For
> those not looking at the patch text:
>
> - return Py.RuntimeError("maximum recursion depth exceeded");
> + return Py.RuntimeError("maximum recursion depth exceeded
> (Java StackOverflowError)");
>
> Any thoughts by other devs on why we should not do this? Otherwise I
> will add it in as well.
>
> - Jim
>
>
>
> On Wed, May 14, 2014 at 5:22 PM, Michael Büsch <[email protected]
> <mailto:[email protected]>> wrote:
>
> On Wed, 14 May 2014 14:09:57 -0700
> "[email protected] <mailto:[email protected]>"
> <[email protected] <mailto:[email protected]>> wrote:
>
> > We are planning to soft launch beta 3 this coming Friday. If
> there's a
> > bug that can be quickly fixed - ideally with a patch (or if someone
> > has a reason to delay beta 3) please tell us know!
>
> I'd like to see the bytearray __len__ fix being applied.
> This is a showstopper bug for me that is not easily worked around.
> Also, the patch seems to be pretty straightforward.
>
> The fix by Indra Talip <[email protected]
> <mailto:[email protected]>> is attached
> as bytearray_len_fix.patch
>
> My proposal to improve the exception message by making clear that this
> is not a Python stack overflow, but a Java stack overflow, is attached
> as stack.patch
>
>
> --
> Michael.
>
> ----
> Please use PGP/GPG encryption.
> Key-ID: F532BE1D908D8B0E
> --------
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing
> platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Jython-dev mailing list
> [email protected]
> <mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/jython-dev
>
>
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
>
>
> _______________________________________________
> Jython-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jython-dev
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Jython-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jython-dev