-
you can't use gets in tryruby.
ghost updated
14 years ago
-
I'm seeing intermittent crashes in a number of scenarios when running with `optLevel=warm` regarding the method entry definition being non-null, but also not dereferenceable. The stack traces are alwa…
-
sorry if this is the wrong forum for questions - I'm trying to constrain an app to use > ruby 1.9.3p0 and was wondering if there's any reason that RedCard doesn't support this yet.
Cheers -
Dave
-
Hello again!
I'm using `Thread#backtrace_locations` and noticed several differences between MRI and JRuby.
I'll report them separately because they may have different fixes, but feel free to mar…
-
Hello again!
I'm using `Thread#backtrace_locations` and noticed several differences between MRI and JRuby.
I'll report them separately because they may have different fixes, but feel free to mar…
-
Hello,
There is a disparity between JRuby and MRI dealing with dates close to the calendar reform in Italy (i.e. 4th October of 1582). Using JRuby 1.7.13 and MRI 2.1.2:
``` ruby
>> require 'date'
=>…
-
Have you considered adding `erruby` to `rvm`? It seems to me that it would get some additional eyes and attention towards your effort here...
-
In the Comparisons tab, sometimes reading the chart is difficult when there are a lot of entries in the legend. It's hard to tell the difference between all the different shades of green and mapping t…
-
Several of our build targets in rake depend on 'ant' library, for example to exec a subprocess JVM for test runs. This is an additional build dependency above and beyond Maven, and ideally we'd get ri…
-
Running the specs on JRuby on Github Actions, we see the following message and failing spec:
```
...
logname: no login name
...
1)
Etc.getlogin returns the name associated with the current log…