abrom (Andrew Bromwich)
- Login: abrom
- Registered on: 01/22/2020
- Last sign in: 01/22/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/22/2020
-
04:58 AM Ruby Bug #16520: Brackets ignored over multi-line
- mame (Yusuke Endoh) wrote:
> ```
> ...
Ok, thanks @mame -
04:57 AM Ruby Bug #16520: Brackets ignored over multi-line
- Note when running the above code through the parser it's pretty clear why it's breaking, and to be honest i'm not sure if there would be a way to 'fix' it either.. hmmm
```ruby
require 'parser/current'
=> true
code = <<-RUBY
(1
+... -
04:43 AM Ruby Bug #16520 (Rejected): Brackets ignored over multi-line
- I was refactoring some code in a gem and noticed some test failures. It appears to be a bug in the tests masked by what I believe is a bug in the Ruby parser/interpreter. I've been able to boil the issue down to the following simple exam...