forked from pool/rubygem-parser
update OBS-URL: https://build.opensuse.org/request/show/353780 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-parser?expand=0&rev=12
160 lines
4.9 KiB
Plaintext
160 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 15 05:46:05 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 2.3.0.1
|
|
see installed CHANGELOG.md
|
|
|
|
v2.3.0.0 (2016-01-14)
|
|
---------------------
|
|
|
|
Features implemented:
|
|
* parser/current: update for released 2.3. (whitequark)
|
|
* parse.y: "\<\<~HEREDOC": implement dedenting heredocs (fixes #228). (whitequark)
|
|
|
|
v2.3.0.pre.6 (2015-12-20)
|
|
-------------------------
|
|
|
|
API modifications:
|
|
* parser/current: update 2.2 warning to 2.2.4. (whitequark)
|
|
* ruby{22,23}.y: "1 ? p do end : 0". (whitequark)
|
|
* lexer.rl: "{%'a':1}": %-string cannot be a label. (whitequark)
|
|
* parser/current: update 2.1 warning to 2.1.8. (whitequark)
|
|
|
|
Features implemented:
|
|
* ruby-parse: add --emit-ruby option. (whitequark)
|
|
|
|
Bugs fixed:
|
|
* lexer.rl: "f(a ? 'a':1)": disallow quoted label at expr_value. (whitequark)
|
|
|
|
v2.3.0.pre.5 (2015-12-16)
|
|
-------------------------
|
|
|
|
API modifications:
|
|
* Source::Diagnostic: output ^^^^^ instead of ^~~~~ (like clang). (whitequark)
|
|
|
|
v2.3.0.pre.4 (2015-11-26)
|
|
-------------------------
|
|
|
|
Bugs fixed:
|
|
* ruby23.y: add generated grammar to gemspec. (whitequark)
|
|
|
|
v2.3.0.pre.3 (2015-11-25)
|
|
-------------------------
|
|
|
|
API modifications:
|
|
* builders/default: introduce a (lambda) node (fixes #212). (whitequark)
|
|
* lexer.rl: do not override argument variable. (Keiji, Yoshimi)
|
|
* lexer.rl: rename variable names from lit to current_literal. (Keiji, Yoshimi)
|
|
* lexer.rl: use Regexp to match string. (Keiji, Yoshimi)
|
|
* lib/parser/source/buffer: reduce respond_to?(:bsearch) (Keiji, Yoshimi)
|
|
* lexer.rl: reduce String literal allocations (Keiji, Yoshimi)
|
|
* lexer.rl: reduce respond_to?(:encode) method call on #advance (Keiji, Yoshimi)
|
|
* lexer.rl: reduce Stirng.length method call on #advance (Keiji, Yoshimi)
|
|
* lexer.rl: reduce .class method call on #advance (Keiji, Yoshimi)
|
|
|
|
Features implemented:
|
|
* lexer.rl, ruby23.y: "a&.b": implement "safe navigation operator" (fixes #209). (whitequark)
|
|
* ruby23.y: fork grammar. (whitequark)
|
|
|
|
Bugs fixed:
|
|
* lexer.rl: never let EOF token location point past EOF. (whitequark)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 9 04:30:51 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.3.0
|
|
see installed CHANGELOG.md
|
|
|
|
v2.2.3.0 (2015-10-08)
|
|
---------------------
|
|
|
|
Bugs fixed:
|
|
* lexer.rl: "-> a: {}": state after -> is ENDFN, not END (fixes #203). (whitequark)
|
|
* ruby{21,22}.y: "p -> { :hello }, a: 1 do end": lexpop cmdarg. (whitequark)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 1 04:30:55 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.6
|
|
see installed CHANGELOG.md
|
|
|
|
v2.2.2.6 (2015-06-30)
|
|
---------------------
|
|
|
|
API modifications:
|
|
* parser/current: link to README from syntax deviation warning. (whitequark)
|
|
|
|
Bugs fixed:
|
|
* lexer.rl: "[/()\1/, ?#]": fixes #198. (whitequark)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 28 04:31:49 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.5
|
|
see installed CHANGELOG.md
|
|
|
|
v2.2.2.5 (2015-05-25)
|
|
---------------------
|
|
|
|
API modifications:
|
|
* Source::Comment::Associator: rework entirely; fixes #194 (Oleg Zubchenko)
|
|
|
|
Features implemented:
|
|
* Source::Map: add last_line, last_column delegation (Oleg Zubchenko)
|
|
* Source::Range: add last_line, last_column methods (Oleg Zubchenko)
|
|
|
|
Bugs fixed:
|
|
* AST::Processor: add missing on_block_pass (fixes #196) (whitequark)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 18 04:29:41 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.3
|
|
see installed CHANGELOG.md
|
|
|
|
v2.2.2.3 (2015-05-17)
|
|
---------------------
|
|
|
|
API modifications:
|
|
* lexer.rl: "a?? 1 : 0": squelch "invalid character syntax" warning. (whitequark)
|
|
|
|
Bugs fixed:
|
|
* Source::Map: do not include :node in to_hash. (whitequark)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 29 04:30:31 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.2
|
|
see installed CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 19 04:30:13 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 04:30:20 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 14 05:30:59 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.0.3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 10 18:13:46 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.2.0.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 13 18:32:12 UTC 2014 - coolo@suse.com
|
|
|
|
- adapt to new rubygem packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 16:14:30 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Initial version 2.1.4
|
|
|