- updated to version 3.0.4
* 1 bug fix: * RPStringScanner#lineno was still using byte offset, not char offset. (brynary) * 1 minor enhancement: * Improved error output on invalid char in expression. * 1 bug fix: * Fixed lexing of no-name ivars. (whitequark) 52 down makes 99.9767% or 3.7σ. 130 files failed to parse out of 558k. * 4 minor enhancements: * Added RP_TIMEOUT env var to override default timeout of 10 seconds. * Minor optimization to RubyLexer#parse_number * Only output parseerror output to stderr if $DEBUG. * ruby_parse_extract_error modified to include 'it' blocks in its search. * 7 bug fixes: * 1.9: Fixed args in dot-call forms (eg f.(...)). * 1.9: Fixed lexing stabby lambda w/ do/end * Deal better with DOS files. Ugh. * Fix line number of production after heredoc. * Fixed RubyParser#process to reuse parser instances across calls. * Fixed line numbers for several productions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
8d32611714
commit
79b449a226
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rubygem-ruby_parser
|
||||
Version: 3.0.1
|
||||
Version: 3.0.4
|
||||
Release: 0
|
||||
%define mod_name ruby_parser
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
||||
Reference in New Issue
Block a user