Changelog for
ruby3.3-rubygem-parser-3.3.0.5-1.3.i586.rpm :
* Fri Jan 26 2024 Mykola Krachkovsky
- updated to version 3.3.0.5 v3.3.0.5 (2024-01-21) - -------------------- API modifications:
* Bump 3.2 branch to 3.2.3 (#993) (Koichi ITO) v3.3.0.4 (2024-01-15) - -------------------- Features implemented:
* Register a Ruby 3.4 parser (#991) (Jean byroot Boussier) v3.3.0.3 (2024-01-12) - -------------------- Bugs fixed:
* lexer.rl: accept tabs before closing heredoc delimiter (#990) (Ilya Bylich) v3.3.0.2 (2024-01-07) - -------------------- Bugs fixed:
* Fix an error when using heredoc with non-word delimiters (#987) (Koichi ITO) v3.3.0.1 (2024-01-06) - -------------------- Bugs fixed:
* Supports Ruby 2.0+ runtime (#986) (Koichi ITO) v3.3.0.0 (2024-01-05) - -------------------- API modifications:
* current.rb: mark 3.3 branch as stable (#984) (Ilya Bylich)
* ruby33.y: extract string_dend (#969) (Ilya Bylich)
* lexer.rl: treat numparams as locals (#968) (Ilya Bylich)
* ruby33.y: extract words_sep (#967) (Ilya Bylich)
* literal.rb: match heredoc identifier from end of line (#965) (Ilya Bylich)
* ruby33.y: extract {endless_command,endless_arg} rules (#964) (Ilya Bylich)
* Bump Racc to 1.7.3 (#954) (Koichi ITO) Features implemented:
* ruby33.y: reject ambiguous anonymous arguments (#983) (Ilya Bylich)
* ruby33.y: extract arg_splat rule. (#981) (Ilya Bylich)
* builder.rb: warn `it` in a block with no ordinary params. (#980) (Ilya Bylich)
* builder.rb: extract named captures only from static regexes. (#979) (Ilya Bylich)
* ruby33.y: accept expr_value in sclass definition. (#978) (Ilya Bylich)
* ruby33.y: extract p_in_kwarg (#977) (Ilya Bylich)
* ruby33.y: extract p_assoc and p_in rules (#976) (Ilya Bylich)
* ruby33.y: reject invalid gvar as symbol (#974) (Ilya Bylich)
* ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973) (Ilya Bylich)
* builder.rb: reject multi-char gvar names starting with 0 (#972) (Ilya Bylich)
* ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971) (Ilya Bylich)
* ruby33.y: parse qualified const with brace block as a method call (#970) (Ilya Bylich)
* Wed Oct 11 2023 Mykola Krachkovsky - updated to version 3.2.2.4 v3.2.2.4 (2023-10-04) - -------------------- API modifications:
* bump Racc to 1.7.1 (#930) (Koichi ITO) Bugs fixed:
* Fix an error for flip-flop with beginless or endless ranges (#946) (Koichi ITO)
* Sat Sep 02 2023 Mykola Krachkovsky - updated to version 3.2.2.3 v3.2.2.3 (2023-06-08) - -------------------- API modifications:
* Add Racc to runtime dependencies (#929) (Koichi ITO) v3.2.2.2 (2023-06-08) - -------------------- API modifications:
* bump racc to 1.7.0 (#928) (Ilya Bylich) v3.2.2.0 (2023-04-01) - -------------------- API modifications:
* Bump maintenance branches to 3.2.2, 3.1.4, 3.0.6, and 2.7.8 (#920) (Koichi ITO) v3.2.1.1 (2023-03-08) - -------------------- API modifications:
* bump racc to 1.6.2 (#916) (Ilya Bylich)
* backport tests for mixed usage of anonymous kwarg/kwrestarg and forwarded-arguments (#915) (Ilya Bylich)
* add tests for kwopt+kwrest arguments and forwarded_kwrestarg. (#913) (Ilya Bylich) Bugs fixed:
* builders/default: allow forwarded_kwrestarg with additional kwargs (#912) (Owen Stephens) v3.2.1.0 (2023-02-09) - -------------------- API modifications:
* Bump maintenance branches to 3.2.1 (#908) (Koichi ITO)
* lexer.rl: extract strings lexing to lexer-strings.rl (#905) (Ilya Bylich) Features implemented:
* Ruby 3.3 support (#904) (Ole Friis Østergaard) v3.2.0.0 (2023-01-03) - -------------------- API modifications:
* lexer.rl: extract `extend_string_escaped` to a separate method (#893) (Ilya Bylich)
* bump Racc to 1.6.1 (#890) (Koichi ITO) Features implemented:
* lexer.rl: use Ragel -F0 on non-CRuby (#894) (Benoit Daloze)
* ruby32.y: Allow optional newlines before closing parenthesis (#892) (Koichi ITO) Bugs fixed:
* ruby32.y: fix a parse error when using forwarded argument with restarg (#889) (Koichi ITO)
* Wed Dec 07 2022 Stephan Kulow updated to version 3.1.3.0 no changelog found
* Fri Aug 26 2022 Manuel Schnitzer - updated to version 3.1.2.1 Bugs fixed:
* ruby31.y: fix preparing the state for one-line patterns without braces (#864) (Vladimir Dementyev)
* Thu Apr 28 2022 Stephan Kulow updated to version 3.1.2.0 no changelog found
* Thu Mar 03 2022 Stephan Kulow updated to version 3.1.1.0 no changelog found
* Tue Jan 25 2022 Stephan Kulow updated to version 3.1.0.0 no changelog found
* Sat Dec 25 2021 Manuel Schnitzer - updated to version 3.0.3.2 v3.0.3.2 (2021-12-08) - -------------------- Bugs fixed:
* dedenter.rb: fix an encoding/squiggly heredoc regression (#836) (hmdne) v3.0.3.1 (2021-11-29) - -------------------- Features implemented:
* ruby31.y: parse anonymous block argument. (#833) (Ilya Bylich)
* ruby31.y: parse forward argument without parentheses (#832) (Ilya Bylich) v3.0.3.0 (2021-11-25) - -------------------- API modifications:
* Bump maintenance branches to 3.0.3, 2.7.5, and 2.6.9 (#829) (Koichi ITO) Features implemented:
* lexer.rl: parse meta-control-hex chars in regexes starting from 3.1 (#828) (Ilya Bylich)
* builder.rb: warn on duplicate hash key literals. (#827) (Ilya Bylich)
* ruby31.y: Allow value omission in Hash literals (#818) (Svyatoslav Kryukov)
* ruby31.y: Allow omission of parentheses in one line pattern matching (#816) (Koichi ITO)
* ruby31.y: Add pattern matching pin support for instance/class/global variables (#813) (Koichi ITO) Bugs fixed:
* ruby31.y: handle local variables as hash labels with omitted values (#820) (Ilya Bylich)
* lexer.rl: Fix handling of beginless ranges at start of line (#822) (Matijs van Zuijlen)
* dedenter.rb: Fix squiggly heredoc line continuation handling (#819) (Matijs van Zuijlen)
* lexer.rl: fix incompatible delimiters on percent literal (#808) (Masataka Pocke Kuwabara)
* Sun Jul 11 2021 Manuel Schnitzer - updated to version 3.0.2.0 API modifications:
* Bump maintenance branches to 3.0.2, 2.7.4, and 2.6.8 (#805) (Koichi ITO) Features implemented:
* lexer.rl: reject `\\u` after control/meta escape chars. (#807) (Ilya Bylich)
* ruby31.y: allow \"command\" syntax in endless method definition (#801) (Koichi ITO)
* Fri May 14 2021 Manuel Schnitzer - updated to version 3.0.1.1 Features implemented:
* Add `associate_by_identity` as an alternate to `associate` (#798) (Marc-André Lafortune)
* ruby31.y: pin operator with expression (#797) (Ilya Bylich)
* ruby31.y: branch parser (#792) (Koichi ITO) Bugs fixed:
* fix a false positive for endless method definition (#796) (Koichi ITO)
* Sun Apr 11 2021 Manuel Schnitzer - updated to version 3.0.1.0 API modifications:
* Bump maintenance branches to 3.0.1, 2.7.3, 2.6.7, and 2.5.9 (#791) (Koichi ITO) Features implemented:
* `Source::TreeRewriter#inspect` [#728] (#788) (Marc-André Lafortune)
* `Source::Buffer#inspect` [#728] (#787) (Marc-André Lafortune)
* Fri Jan 22 2021 Stephan Kulow updated to version 3.0.0.0 v3.0.0.0 (2020-12-25) - -------------------- API modifications:
* current.rb: bump default branch to parser/ruby30. (#782) (Ilya Bylich)
* do not emit truncated parts of squiggly heredoc (#774) (Ilya Bylich)
* Optimize `SourceBuffer` line and column handling (#755) (Marc-André Lafortune) Features implemented:
* ruby30.y: reintroduce `expr in pat` (#777) (Ilya Bylich)
* builder: emit implicit hash passed to a method call as kwargs (#769) (Ilya Bylich)
* lexer.rl: use more specific warning for ambiguous slash. (#768) (Ilya Bylich)
* ruby30.y: allow endless method without arglist. (#765) (Ilya Bylich)
* ruby30.y: use `=>` for one-line pattern matching. (#760) (Ilya Bylich)
* ruby30.y: reject setters in all endless method defs. (#758) (Ilya Bylich) Bugs fixed:
* lexer.rl: don\'t perform lookahead after tASSOC. (#764) (Ilya Bylich) v2.7.2.0 (2020-10-06) API modifications:
* Bump 2.7 branch to 2.7.2 (#748) (Koichi ITO)