[IronPython] PyYAML on IronPython

Dino Viehland dinov at exchange.microsoft.com
Mon Feb 4 17:22:10 CET 2008


This is a great suggestion - coming up in March we're planning on spending some time looking at app compat so this would be a good time for us to do this.  It also looks like it's under a license that would allow us to look at it.  It's great to see that we've already fixed 1 problem from 1.1 :)

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Saturday, February 02, 2008 6:57 PM
To: Discussion of IronPython; yaml-core at lists.sourceforge.net
Subject: [IronPython] PyYAML on IronPython

Hello the IronPython list and yaml-core list,

Some of you may want to investigate PyYAML on IronPython test
failures, performance, etc.

$ svn co http://svn.pyyaml.org/pyyaml/trunk pyyaml
$ cd pyyaml

$ PYTHONPATH=lib python tests/test_yaml.py # Python 2.4
Ran 1210 tests in 4.638s
OK
$ IRONPYTHONPATH=lib ipy tests/test_yaml.py # IronPython 1
Ran 1210 tests in 36.698s
FAILED (failures=8, errors=57)
$ IRONPYTHONPATH=lib ipy2 tests/test_yaml.py # IronPython 2
Ran 1210 tests in 61.871s
FAILED (failures=7, errors=57)

--
Seo Sanghyeon
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list