tt (Troels Thomsen)
- Login: tt
- Registered on: 09/14/2017
- Last sign in: 09/14/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/14/2017
-
09:21 PM Ruby Bug #13898: Block parsing regression
- `let(:foo) { nil }` and `let :foo do nil end` (and `let(:foo) do nil end`) works.
-
09:18 PM Ruby Bug #13898 (Rejected): Block parsing regression
- Upgrading to Ruby 2.4.2p198 from Ruby 2.4.1p111 introduces the following regression:
irb(main):001:0> def let(x, &b); end
=> :let
irb(main):002:0> let :foo { nil }
SyntaxError: (irb):2: syntax error, unexpected '{',...