FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

`it` broken in irb. Used wrong scope type field in parser. by enebo · Pull Request #8799 · jruby/jruby · GitHub

/ jruby Public

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 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 added this to the JRuby 10.0.1.0 milestone Apr 25, 2025
enebo merged commit 0e43a52 into jruby:master Apr 25, 2025
enebo deleted the topic/fix_it_3 branch April 25, 2025 19:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL