General

Profile

adamdunson (Adam Dunson)

  • Login: adamdunson
  • Email: adam@cloudspace.com
  • Registered on: 09/26/2013
  • Last sign in: 11/20/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

10/12/2013

12:16 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
Adding another patch with tests for no-comma hashes, arrays, and method arguments. adamdunson (Adam Dunson)

10/10/2013

02:04 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
sawa,
Could you elaborate? I still find that expression to be ambiguous. Here's another example that works with ru...
adamdunson (Adam Dunson)
12:24 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
Hi sawa,
> Another case where similar syntax might be relevant is `| |` inside a block. ... should go together wit...
adamdunson (Adam Dunson)

10/02/2013

05:08 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
I should also mention that this patch does not apply to method definitions, so these still require commas (at least, ... adamdunson (Adam Dunson)
04:47 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
Sorry, the previous patch was incorrect (add-method-arg-support.patch). Please use the attached version instead. adamdunson (Adam Dunson)
04:05 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
Adding a patch for method argument support. For example, this allows the following syntaxes:
~~~ruby
Hash[
:fo...
adamdunson (Adam Dunson)

10/01/2013

05:53 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
I've attached a patch for array support (only between square brackets). I've also renamed the `assoc_seperator` rule ... adamdunson (Adam Dunson)

09/28/2013

12:12 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
Thanks for the patch, nobu. That was easier than I thought it would be; I was looking in the wrong place entirely.
...
adamdunson (Adam Dunson)

09/27/2013

02:11 AM Ruby master Feature #8956: Allow hash members delimited by \n inside of {}
I feel the need to mention that at this time, my changes do not include Ruby 1.9 style symbol hashes. These still req... adamdunson (Adam Dunson)

09/26/2013

11:54 PM Ruby master Feature #8956 (Rejected): Allow hash members delimited by \n inside of {}
Currently, hashes require members to be delimited by commas (`,`), even inside curly braces. E.g.,
~~~ruby
some_h...
adamdunson (Adam Dunson)

Also available in: Atom