ironpythonbot

Results 85 comments of ironpythonbot

On _2012-01-10 20:40:44 UTC_, **slide_o_mix** commented: Currently the pyexpat module is not implemented for IronPython, there is an implementation of pyexpact for FePy that can be found at fepy.sf.net. I...

On _2009-08-18 01:34:09 UTC_, **unknown user** commented: Error message should be the same as CPython too: E:\vslrgrs\Merlin\Main\Languages\IronPython\Tests>26 -c "'.'."  File "", line 1    '.'.       ^SyntaxError: invalid syntax E:\vslrgrs\Merlin\Main\Languages\IronPython\Tests>ipyd -c "'.'." ...

On _2009-09-23 06:12:18 UTC_, **dinov** commented: The error message now only differs by the reported span. We report it as being 1,5 and CPython reports it as 1,4

On _2007-11-01 04:48:22 UTC_, **sborde** commented: Its a negative scenario

On _2009-05-22 10:29:03 UTC_, **unknown user** commented: We now report "unknown encoding type"

On _2009-10-30 04:02:21 UTC_, **dfugate** commented: Not fixed. The correct error message is "SyntaxError: encoding problem: with BOM".

On _2009-10-30 04:05:28 UTC_, **dfugate** commented: No dev added test and not fixed.

On _2011-01-28 06:19:13 UTC_, **rjnienaber** commented: This seems fixed in 2.6.2 and 2.7b1 on .NET 4.0.30319. I think the error message just needs to be the same as Python's one:...

On _2014-01-06 03:09:44 UTC_, **paweljasinski** commented: workaround: https://github.com/paweljasinski/IronLanguages/commit/365933a00d1a1b65e7bc06ee6dec660f07d9923d

On _2014-04-01 22:04:43 UTC_, **robden** commented: I just hit this yesterday. Not being able to easily use unicode strings for json seems like a big usability issue. To get around...