17
0
Files
rubygem-ruby_parser/rubygem-ruby_parser.changes
Stephan Kulow df5222af07 - updated to version 3.2.2
* 5 bug fixes:
 
   * 1.9/2.0: fixed assocs in return args. (presidentbeef)
   * Fixed handling of parse error when class is nested in multiple defs. (whitequark)
   * Fixed lexing of %w[] w/ funny whitespace separators. (whitequark)
   * Fixed more call nodes that have trailing comma syntax. (presidentbeef)
   * Fixed more call_args slippage.
 
 === 3.2.1 / 2013-07-03
 
 * 1 bug fix:
 
   * 1.9/2.0: Trailing assocs were being munged into arrays. (presidentbeef)
 
 === 3.2.0 / 2013-07-02
 
 * 1 major enhancement:
 
   * Added (rough draft) 2.0 support. Still missing some small / rare things.
 
 * 12 minor enhancements:
 
   * Added %i(symbol-names...) support. (%I too)
   * Added 140 more tests, jumping test count from 1376 to 2143. Yay for test reuse!
   * Added RubyLexer#brace_nest.
   * Added compare20 rake task to diff the grammar architecture against MRI.
   * Added lpar_beg and paren_nest to lexer to track state of parens in stabbies
   * Added shadow nodes for scoped block args.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=28
2013-07-30 20:36:43 +00:00

7.3 KiB