Skip to content

it broken in irb. Used wrong scope type field in parser.#8799

Merged
enebo merged 1 commit into
jruby:masterfrom
enebo:topic/fix_it_3
Apr 25, 2025
Merged

it broken in irb. Used wrong scope type field in parser.#8799
enebo merged 1 commit into
jruby:masterfrom
enebo:topic/fix_it_3

Conversation

@enebo

@enebo enebo commented Apr 25, 2025

Copy link
Copy Markdown
Member

Fixes #8796

There is a magic function dyna_in_block and it was using the hard containing lexiical scope (scopeType) and not the actual current scope (type). Very confusing naming to the point I melded these two fields into only being a single field.

@enebo enebo added this to the JRuby 10.0.1.0 milestone Apr 25, 2025
@enebo enebo merged commit 0e43a52 into jruby:master Apr 25, 2025
@enebo enebo deleted the topic/fix_it_3 branch April 25, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jruby 10.0: it is not working in REPL (irb/pry)

1 participant