ruby_parser
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| === 3.21.1 / 2024-07-09 | ||
| * 1 bug fix: | ||
| * Fix errors created when string literals are frozen. | ||
| === 3.21.0 / 2024-01-15 | ||
@@ -2,0 +8,0 @@ |
@@ -33,3 +33,3 @@ # encoding: ASCII-8BIT | ||
| module RubyParserStuff | ||
| VERSION = "3.21.0" | ||
| VERSION = "3.21.1" | ||
@@ -668,2 +668,3 @@ attr_accessor :lexer, :in_def, :in_single, :file, :in_argdef | ||
| if head.size == 2 and tail.size > 1 and tail[1].sexp_type == :str then | ||
| head[-1] = head[-1].dup if head[-1].frozen? | ||
| head.last << tail[1].last | ||
@@ -670,0 +671,0 @@ head.sexp_type = :str if head.size == 2 # HACK ? |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display