General

Profile

ag4ve (shawn wilson)

  • Login: ag4ve
  • Registered on: 04/07/2016
  • Last sign in: 11/13/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

11/13/2016

03:14 PM Ruby master Feature #12929 (Rejected): ternary should look ahead w/in a block (and not care about newlines)
```ruby
foo = (bar ? 0 : 1) # works
foo = (bar ?
0 : 1) # works
foo = (bar
? 0
: 1) # doesn't work
```
ag4ve (shawn wilson)

04/07/2016

08:51 AM Ruby master Bug #12256 (Closed): multiline regex parses '/' in a comment
line 41
```ruby
line =~ /
foo # bar/baz
/x
```
Should not parse beyond a bare '#' or the limitation shoul...
ag4ve (shawn wilson)

Also available in: Atom