ruby/prism
Hiroshi SHIBATA 7dbd9c2636
Revert "[ruby/prism] Clear flags on interpolated strings"
This reverts commit a495e6a44c.

This break extension builds:

```
/Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:321:in 'String#replace': can't modify frozen String: "$(SDKROOT)$(prefix)/include" (FrozenError)
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:321:in 'RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:314:in 'block in RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'String#gsub'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:314:in 'block in RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'String#gsub'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:314:in 'block in RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'String#gsub'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:307:in 'RbConfig.expand'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:325:in 'block in <module:RbConfig>'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:324:in 'Hash#each_value'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:324:in '<module:RbConfig>'
        from /Users/hsbt/Documents/github.com/ruby/ruby/rbconfig.rb:11:in '<top (required)>'
        from ./ext/extmk.rb:42:in 'Kernel#require'
        from ./ext/extmk.rb:42:in '<main>'
make[1]: *** [ext/configure-ext.mk:70: ext/json/exts.mk] Error 1
```
2025-07-22 09:07:04 +09:00
..
templates [ruby/prism] Improve error handling for missing parentheses after 'not' in command calls 2025-07-16 15:48:09 +00:00
util [ruby/prism] Use a locale-insensitive version of tolower 2025-02-28 00:28:24 +00:00
api_pack.c [ruby/prism] Fix up minimal build setting 2024-03-25 11:54:20 -04:00
config.yml [ruby/prism] Improve error handling for missing parentheses after 'not' in command calls 2025-07-16 15:48:09 +00:00
defines.h [ruby/prism] Increase value of PRISM_DEPTH_MAXIMUM to 10000 2025-01-16 01:47:46 +00:00
encoding.c [ruby/prism] Provide options for reducing size 2024-03-20 17:32:03 -04:00
encoding.h [ruby/prism] Provide options for reducing size 2024-03-20 17:32:03 -04:00
extension.c [ruby/prism] Mark Prism as ractor-safe 2025-03-19 21:11:57 +00:00
extension.h [ruby/prism] Bump to v1.4.0 2025-03-18 19:06:34 +00:00
node.h [ruby/prism] Remove various unused memsize infra 2024-05-24 17:19:34 +00:00
options.c [ruby/prism] Support forwarding flags on scopes 2025-01-14 20:31:38 +00:00
options.h [ruby/prism] Support forwarding flags on scopes 2025-01-14 20:31:38 +00:00
pack.c [ruby/prism] Provide options for reducing size 2024-03-20 17:32:03 -04:00
pack.h [ruby/prism] Fix up minimal build setting 2024-03-25 11:54:20 -04:00
parser.h [ruby/prism] Fix up multi target parsing 2024-10-04 16:22:21 +00:00
prettyprint.h [ruby/prism] Fix up minimal build setting 2024-03-25 11:54:20 -04:00
prism.c Revert "[ruby/prism] Clear flags on interpolated strings" 2025-07-22 09:07:04 +09:00
prism.h [ruby/prism] Rename fgets parameter to fix NetBSD 2025-03-02 18:14:36 +00:00
regexp.c [ruby/prism] Enable implicit fall-through errors 2025-01-11 19:09:05 -05:00
regexp.h [ruby/prism] Properly support parsing regexp in extended mode 2024-07-01 14:42:10 +00:00
static_literals.c [ruby/prism] Use isinf on non-mingw windows 2024-12-12 01:10:13 +00:00
static_literals.h [ruby/prism] Remove Debug::static_inspect 2024-05-24 17:19:33 +00:00
version.h [ruby/prism] Bump to v1.4.0 2025-03-18 19:06:34 +00:00