Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct preferred_dialog_height's caller #638

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Correct preferred_dialog_height's caller #638

merged 1 commit into from
Jul 12, 2023

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Jul 12, 2023

The caller should be the dialog itself, not Reline.

Fixes #637

The caller should be the dialog itself, not Reline.
@st0012 st0012 added the bug Something isn't working label Jul 12, 2023
@st0012 st0012 requested a review from a team July 12, 2023 19:45
@tompng tompng merged commit 418c2b9 into master Jul 12, 2023
47 checks passed
@tompng tompng deleted the fix-#637 branch July 12, 2023 19:55
matzbot pushed a commit to ruby/ruby that referenced this pull request Jul 12, 2023
(ruby/irb#638)

The caller should be the dialog itself, not Reline.

ruby/irb@418c2b945e
st0012 added a commit that referenced this pull request Jul 12, 2023
Without these tests, we don't have any coverage on autocompletion's rdoc
dialog, which is what caused #638 to happen.
tompng pushed a commit that referenced this pull request Jul 13, 2023
* Unpend rdoc dialog tests

Without these tests, we don't have any coverage on autocompletion's rdoc
dialog, which is what caused #638 to happen.

* Pull ri doc on CI for the doc dialog test

* Assert different screen result on CI and local machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Exception: undefined method `preferred_dialog_height' for Reline:Module (NoMethodError)
2 participants