console1984 icon indicating copy to clipboard operation
console1984 copied to clipboard

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

Open bockets opened this issue 9 months ago • 0 comments

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 avatar May 07 '24 14:05 bockets