Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-parser
From: Takahiro Kambe
Date: 2022-12-04 17:46:24
Message id: 20221204164624.27C7CFA90@cvs.NetBSD.org
Log Message:
devel/ruby-parser: update to 3.19.2
3.19.2 (2022-12-03)
5 Bug fixes:
* Fixed bug parsing array patterns using %w, %i, etc.
* Fixed dedenting when heredoc has only empty line and interpolation. (mvz)
* Fixed dsym unescaping. (mvz)
* Fixed vars in pattern matching that should be lasgn, not lvar.
* find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.
Files: