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.scha...@codesys.com<mailto:m.scha...@codesys.com> | Web: 
codesys.com<http://www.codesys.com> | CODESYS store: 
store.codesys.com<http://store.codesys.com>
CODESYS forum: forum.codesys.com<http://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....@python.org] Im Auftrag 
von CodePlex
Gesendet: Dienstag, 19. August 2014 09:22
An: ironpython-users@python.org
Betreff: [Ironpython-users] IronPython, Daily Digest 8/18/2014


Hi ironpython,

Here's your Daily Digest of new issues for project 
"IronPython<http://ironpython.codeplex.com/>".

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<http://ironpython.codeplex.com/workitem/34022>

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<https://mail.python.org/pipermail/ironpython-users/2014-February/016825.html%3cbr%3e%3c/p>>"
2. [New issue] -X:Tracing argument problem? view 
online<http://ironpython.codeplex.com/workitem/35469>

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<http://ironpython.codeplex.com/workitem/35470>

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<http://ironpython.codeplex.com/workitem/list/basic>. You can 
unsubscribe or change your issue notification 
settings<http://ironpython.codeplex.com/subscriptions/workitem/project/edit> on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to