-
So, this issue can be closed just fine - it is mostly a question.
I have been following natalie on and off for a while, as a casual observer.
Obviously the primary goal is to have a working ruby…
-
### Environment
* JRuby: `jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 OpenJDK 64-Bit Server VM 25.71-b00 on 1.8.0-internal-jenkins_2017_07_04_16_04-b00 [linux-x86_64]`
* Kernel: `Linux maruhime 4.13.…
-
ActveRecord bug, or rubinius bug?
I'm using rbx with Puma, so there are threads involved.
```
ArgumentError - A copy of ActiveRecord::PredicateBuilder has been removed from the module tree but is st…
-
There are a number of tracing updates in Ruby 2.6. We consider them a low-priority item, but I want to track the spec/test excludes.
-
**Describe the bug**
`cargo spellcheck reflow` produces bad comments.
**To Reproduce**
Steps to reproduce the behaviour:
1. A file containing:
```rust
use std::any::Any;
use std::…
-
On my local machine about 1 out of 5 times I get this error:
```
11: from spec/core/file/new_spec.rb:4:in `'
10: from /home/tim/pp/natalie/test/support/spec.rb:1469:in `block in b…
-
I was trying this on ruby/spec and I got this error:
```
$ cd rubyspec
$ git remote add eregon git@github.com:eregon/rubyspec.git
$ git checkout parser-yarp
$ bundle exec ruby -rparser/yarp/ruboc…
-
For `String` and `Symbol` Unparser [uses](https://github.com/mbj/unparser/blob/main/lib/unparser/emitter/primitive.rb#L18) `#inspect` for serialization back to Ruby-code. Which makes sense. But appare…
-
```
$ bundle exec irb -r regexp_parser
irb(main):001:0> Regexp::Parser.parse("\\99")
/home/mutant-dev/.gem/ruby/3.2.2/gems/regexp_parser-2.8.1/lib/regexp_parser/parser.rb:592:in `block in assign_re…
-
```
irb(main):002:0> /(a)(?('01'))/
=> /(a)(?('01'))/
irb(main):003:0> Regexp::Parser.parse("(a)(?('01'))")
/home/mutant-dev/.gem/ruby/3.2.2/gems/regexp_parser-2.8.2/lib/regexp_parser/parser.rb:29…