[Ironpython-users] IronPython, Daily Digest 8/18/2014

Jeff Hardy jdhardy at gmail.com
Tue Aug 19 14:48:05 CEST 2014


They always come in fine for me, other than including the HTML tags in
the comment contents. Given the CodePlex is basically abandoned I
doubt anything will be fixed anytime soon.

After 2.7.5 (looking like mid-September now) is out I'll be migrating
issues to GitHub instead, where I can use the API to produce more
useful weekly digests instead.

- Jeff

On Tue, Aug 19, 2014 at 8:34 AM, Markus Schaber <m.schaber at codesys.com> wrote:
> Hi,
>
>
>
> Does anyone else experience broken links in those "Daily Digest" mails
> coming from the codeplex tracker?
>
>
>
> Especially those cases where parts of html markup tags are mangled into the
> link?
>
>
>
> Best regards
>
> Markus Schaber
>
> CODESYS® a trademark of 3S-Smart Software Solutions GmbH
>
> Inspiring Automation Solutions
>
> ________________________________
>
> 3S-Smart Software Solutions GmbH
> Dipl.-Inf. Markus Schaber | Product Development Core Technology
> Memminger Str. 151 | 87439 Kempten | Germany
> Tel. +49-831-54031-979 | Fax +49-831-54031-50
>
> E-Mail: m.schaber at codesys.com | Web: codesys.com | CODESYS store:
> store.codesys.com
> CODESYS forum: forum.codesys.com
>
> Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade
> register: Kempten HRB 6186 | Tax ID No.: DE 167014915
>
> ________________________________
>
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received
> this e-mail in error) please notify the sender immediately and destroy this
> e-mail. Any unauthorised copying, disclosure
> or distribution of the material in this e-mail is strictly forbidden.
>
> Von: Ironpython-users
> [mailto:ironpython-users-bounces+m.schaber=codesys.com at python.org] Im
> Auftrag von CodePlex
> Gesendet: Dienstag, 19. August 2014 09:22
> An: ironpython-users at python.org
> Betreff: [Ironpython-users] IronPython, Daily Digest 8/18/2014
>
>
>
> Hi ironpython,
>
> Here's your Daily Digest of new issues for project "IronPython".
>
> In today's digest:
>
> ISSUES
>
> 1. [New comment] hashlib update really slow ↓
>
> 2. [New issue] -X:Tracing argument problem? ↓
>
> 3. [New issue] bytearray fails comparison with string value ↓
>
> ISSUES
>
> 1. [New comment] hashlib update really slow view online
>
> User paweljasinski has commented on the issue:
>
> "<p>link to mailing list:
> https://mail.python.org/pipermail/ironpython-users/2014-February/016825.html<br></p>"
>
> 2. [New issue] -X:Tracing argument problem? view online
>
> User amgraham has proposed the issue:
>
> "IronPython 2.7.5b2
>
> a = compile('2+2', '', 'eval) compiles normally
>
> However if the -X:Tracing argument is specified to ipy.exe then the above
> raises an error.
>
> SystemError: Unable to transform LambdaExpression because
> DebugInfoExpression #0 did not have a valid SymbolDocumentInfo.
>
> This seems to be due to the empty string used as the filename argument."
>
> 3. [New issue] bytearray fails comparison with string value view online
>
> User fdanny has proposed the issue:
>
> "The bytearray compared to the string with the same value fails in
> IronPython 2.7.5b3 and passes in CPython 2.7.8
>
> code snippet
>
> IronPython 2.7.5.b3
>
> x = bytearray(b'Danny')
> y = 'Danny'
> x == y
> False
>
> CPython 2.7.8
>
> x = bytearray(b'Danny')
> y = 'Danny'
> x == y
> True
>
> "
>
> You are receiving this email because you subscribed to notifications on
> CodePlex.
>
> To report a bug, request a feature, or add a comment, visit IronPython Issue
> Tracker. You can unsubscribe or change your issue notification settings on
> CodePlex.com.
>
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>


More information about the Ironpython-users mailing list