-
This reproduces on 3.1.0 branch and the latest master.
```console
$ ./bin/mruby -e '::MyClass = Class.new'
-e:1: unknown lhs
$ ./bin/mruby -e '::MyConst = 7'
-e:1: unknown lhs
```
-
Our jruby multiverse suites are still running on 18.04. All of our other test jobs are running on 20.04, so it would be great to get jruby updated to also run on 20.04. And now that 22.04 is out, we m…
-
Vulnerable Library - puma-3.11.4.gem
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production e…
-
TruffleRuby
(Started with `docker run --rm -it -v $(pwd):/app -w /app ghcr.io/flavorjones/truffleruby:nightly-slim bash`, it said `Digest: sha256:97f4726094dee47d3e516c36f2bc0bf3980243017f0aa3d32fa…
-
Vulnerable Library - puma-3.12.0.gem
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production e…
-
Docker hub offers `3.1.2` but not `3.1.0`, which means that official docker ruby image and github actions here cannot be supported at the same time for mature `ruby 3` versions.
-
### Environment
* JRuby version (`jruby -v`) and command line (flags, JRUBY_OPTS, etc):
```
jruby 9.2.7.0 (2.5.3) 2019-04-09 8a269e3 Java HotSpot(TM) 64-Bit Server VM 25.172-b11 on 1.8.0_172-b1…
-
Looks like occasionally, rarely, we hit an error in CI on Ractor bootstrap tests.
Example: https://github.com/ruby/ruby/runs/6863158408?check_suite_focus=true
Looks like it's happening on a YJIT…
-
**Environment Information**
Provide at least:
* jruby 9.3.6.0
* Windows
**Expected Behavior**
https://github.com/jruby/jruby/commit/b5b635180e16c6812f009e3c04fb647caa9e0ee0 introduced usi…
-
This is a regression I noticed from 2.2.2 to 2.3.0.
There is code that attempts to [prevent calling `#close` on STDIO appenders](https://github.com/TwP/logging/blob/master/lib/logging/appenders/io.…