Accepting request 114094 from openSUSE:Tools:Unstable
OBS-URL: https://build.opensuse.org/request/show/114094 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 18:41:31 UTC 2012 - coolo@suse.com
|
||||
|
||||
- update to 2.3.1
|
||||
|
||||
* Fixed line numbers at end of special var+whitespace (larsch)
|
||||
* Holy crap I was smokin' something good... Fixed 1.9.3 warning
|
||||
* Add -g flag to parser compile if DEBUG
|
||||
* Lexer now embeds line number in yacc_value for keywords, helping fix up line numbers
|
||||
* Fix method line numbers when no args and no parens (quix)
|
||||
* Fixed line numbers on return/break/next w/ result expr. (pjnz)
|
||||
* Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. (invernizzi)
|
||||
* Moved Keyword, Environment, and StackState inside of RubyParser
|
||||
* Added proper dsym and dsym->sym support.
|
||||
* Added extra (failing) tests for call/iter line number checking (quix)
|
||||
* Fixed line numbers for certain call/iter edge cases
|
||||
* Fixed parsing of: alias :"<<" :">>".
|
||||
* Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
|
||||
* Awesome cleanup: Replaced call to append_block by block_append. (Confusion)
|
||||
* Fixed handling last line of =begin/=end. (raybaxter)
|
||||
* Fixed source line numbers after heredocs. (jbarreneche)
|
||||
* Switched to hoe's racc plugin to clean up rakefile and builds
|
||||
* Fixed empty =begin/end.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 15:09:44 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user