In one of my enlistments I have a fix for 8073 and it'd be trivial to back-port it to 1.1.2. I'll add it to the list. I've been meaning to open issues w/ the release set to 1.1.2 for all the bugs on CodePlex we want to backport. Unfortunately I just haven't gotten around to it yet but will soon.
I think the fix for issue 183 has one too many "=="s and one too few "in"s though. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Monday, April 28, 2008 6:37 PM To: Discussion of IronPython Subject: [IronPython] IronPython and nose nose is a popular testing framework for Python. http://code.google.com/p/python-nose/ Current SVN trunk *almost* works with IronPython 1.1.1. I filed an issue to nose project's issue tracker for remaining problems. http://code.google.com/p/python-nose/issues/detail?id=183 Then I realized that it is using os.access implemented in FePy patch, not in official IronPython. Too bad! So if any of you want to use nose with IronPython, please go vote CodePlex #8073. http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=8073 -- Seo Sanghyeon _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
