md1961 (Naoyuki Kumagai)
- Login: md1961
- Registered on: 10/02/2017
- Last sign in: 10/02/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/02/2017
-
05:51 AM Ruby Bug #13964 (Closed): [BUG] Stack consistency error
- You get "[BUG] Stack consistency error" when you run attached 'bug_repro.rb'.
If you change line 44 in the script
option_draw&.weight *= 2
to
option_draw.weight *= 2 if option_draw
you get no error.
Also if you ...