snoble (Steven Noble)
- Login: snoble
- Email: steven.noble@gmail.com
- Registered on: 12/24/2012
- Last sign in: 02/23/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/22/2013
-
04:46 AM Ruby Bug #7615: assignment to context variable changes the precedence order of function call with followed by ' (' (whitespace-bracket)
- is this result not extremely surprising to anyone else? I would expect `a` and `b` to be assigned the same value
12/24/2012
-
03:18 PM Ruby Bug #7615 (Closed): assignment to context variable changes the precedence order of function call with followed by ' (' (whitespace-bracket)
- this is similar to http://bugs.ruby-lang.org/issues/1801 but it wasn't pointed out then that ruby will use two different parsings at different times
note that in this code `a` and `b` have the same assignment code but are assigned dif...