ironruby icon indicating copy to clipboard operation
ironruby copied to clipboard

Results 10 ironruby issues
Sort by recently updated
recently updated
newest added

_From @amiralles on July 15, 2016 23:59_ Hi guys, I been trying to build ironruby using this command: ``` xbuild /p:configuration=Release Solutions/Ruby.sln ``` And got this error: "...Builtins/RubyModule.cs(1767,21): error CS1570:...

When attempting to create a Fiber in IronRuby, I get an undefined constant error for the name Fiber. I've tried searching, and made sure to load the threading library in...

_From @LonghronShen on January 5, 2013 7:36_ I'm a user of IronRuby. And I'm porting my project to WinRT. I'm the coordinator of the Runa Engine project which is a...

_From @Taritsyn on August 24, 2014 11:21_ The current version of the [`rational18.rb`](https://github.com/IronLanguages/main/blob/master/Languages/Ruby/StdLib/ruby/1.9.1/rational18.rb) does not support of Rational with floating point or real values. This feature is needed to work...

_From @wilfrem on April 6, 2013 8:4_ Hello. When I executing rubygems, I find a bug around FileUtils.mkdir_p. OS: Ubuntu 12.10 C#: mono 3.0.7 $ ruby --version IronRuby 1.1.3.0 on...

_From @mcandre on January 27, 2013 15:52_ When I try to build my project, I get several errors and warnings related to lack of DLR support. http://stackoverflow.com/q/14541631/350106 _Copied from original...

_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:...