🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ruby_parser

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby_parser - rubygems Package Compare versions

Comparing version
3.21.0
to
3.21.1
+6
-0
History.rdoc

@@ -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 @@

+2
-1

@@ -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