Results 34 issues of Alex Earl

_From @cglessner on October 14, 2012 7:30_ I've a project called "IronSP" where I host the DLR (.net 2.0) and IronRuby in SharePoint/ASP.NET. During a load test I found a...

_From @bennidhamma on July 31, 2012 0:21_ Hey guys, I'm working on adding min_by (I would like to have it for a project.) Forked here, with my crude attempt: https://github.com/bennidhamma/ironLanguages/commit/4d261233d21a230573552b083237240ee74032f2...

_From @rickmark on August 5, 2011 23:41_ ``` ruby ["one"].grep { $1 } # => [ "one" ] on MRI and [ nil ] on IronRuby ``` _Copied from original...

_From @soend on March 19, 2011 12:3_ When i add require "rubygems" to my project i get a LoadError: no such file to load -- etc.so _Copied from original issue:...

_From @slide on March 14, 2017 15:48_ Mono seems to put in a different value for [Optional] parameters than MS.NET, need to debug why and file a mono issue if...

mono
Test Failure

_From @slozier on October 30, 2016 23:58_ This works with CPython. IronPython fails with `ValueError: I/O operation on closed file`. ``` Python import os with open("temp.txt", "wb+") as f: f.write("test")...

_From @felixonmars on December 12, 2015 10:40_ When running with Mono under Linux, the `distutils.sysconfig.get_python_lib()` method returns wrong path that doesn't exist. My IronPython installation is under /usr/lib/ipy folder, and...

mono

_From @slide on March 14, 2017 15:51_ _Copied from original issue: IronLanguages/main#1599_

mono
Test Failure

_From @slide on April 5, 2017 11:51_ test_unicode_error is causing the following, needs debug to see if there is something we need to do in IronPython to work around it,...

mono
Test Failure

_From @slide on March 14, 2017 22:37_ _Copied from original issue: IronLanguages/main#1606_

mono
Test Failure