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

irb 1.13.1 only logging IRB::Statement::Expression rather than actual lines #110

Closed
bockets opened this issue May 7, 2024 · 1 comment · Fixed by #114
Closed

irb 1.13.1 only logging IRB::Statement::Expression rather than actual lines #110

bockets opened this issue May 7, 2024 · 1 comment · Fixed by #114

Comments

@bockets
Copy link

bockets commented May 7, 2024

Bug coincides with upgrade to IRB. I've confirmed that rolling back to 1.12.0 causes the issue to disappear.

-    irb (1.12.0)
-      rdoc
+    irb (1.13.0)
+      rdoc (>= 4.0.0)

This causes all statements/commands to be logged as: <IRB::Statement::Expression> rather than the actual command:

image

@bockets bockets changed the title Only logging IRB::Statement::Expression rather than actual lines irb 1.13.1 only logging IRB::Statement::Expression rather than actual lines May 7, 2024
@rosa rosa closed this as completed in #114 May 22, 2024
@bockets
Copy link
Author

bockets commented May 23, 2024

Thank you @rosa !

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 a pull request may close this issue.

1 participant