adgar (Michael Edgar)
- Login: adgar
- Email: michael.j.edgar@dartmouth.edu
- Registered on: 03/05/2010
- Last sign in: 10/01/2011
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 10 | 11 |
Activity
09/09/2011
- 11:38 PM Ruby master Bug #5303 (Closed): parse.y relies on $$ = $1 before action routines [PATCH]
- In perusing parse.y, I came across this pair of action routines:
bv_decls : bvar
/*%c%*/
/*%c
...
08/02/2011
- 04:54 PM Ruby master Feature #5123: Alias Hash 1.9 as OrderedHash
- As a corollary, for a few months I had one portion of my code which used Sets, and relied on the fact that Sets in 1....
07/31/2011
- 04:35 PM Backport193 Backport #5124 (Closed): foo = [*bar] implies foo.equal?(bar)
- I just ran into this as a result of some slightly sloppy coding, but it did disagree with my internal assumptions.
...
07/10/2011
- 09:22 AM Ruby master Feature #3845: "in" infix operator
- I personally believe `in` belongs as an operator, it should match natural, mathematical, set-inclusion notation, and ...
- 06:12 AM Ruby master Feature #5009: Bang method (!) consistency in Ruby 2 API
- This is a common misconception about the use of bang methods in Ruby. Bang does not indicate that a method mutates it...
- 04:55 AM Ruby master Bug #5002: Ripper fails to distinguish local vars from vcalls [PATCH]
- Ack - I missed how nil/self would be caught as vcalls there.
As you note, splitting the variable node is necessary...
07/09/2011
- 12:55 PM Ruby master Feature #4935: Quoted Label Form for 1.9 Hashes
- With the feature freeze coming up in a couple days, is there a chance this sees 1.9.3? It doesn't break any old synta...
- 12:24 PM Ruby master Bug #5002 (Closed): Ripper fails to distinguish local vars from vcalls [PATCH]
- Ripper always parses the `variable` grammar production (which includes identifiers, {i,c,g}vars, nil, __FILE__, etc) ...
07/03/2011
- 12:18 PM Ruby master Bug #4716: Ripper orders rescue_mod subnodes inconsistently [PATCH]
- I feel this merits inclusion in Ruby 1.9.3. Otherwise, Ripper will have known user-facing bugs for another point rele...
- 05:02 AM Ruby master Feature #4965: The problem of "print line if line = DATA.gets"
- Some technical background: the current issue stems from how the parser must differentiate between local variables and...
Also available in: Atom