From: merch-redmine@... Date: 2019-05-17T16:23:05+00:00 Subject: [ruby-core:92702] [Ruby trunk Bug#15853] Fix readline test regression when using Readline 4.3 Issue #15853 has been updated by jeremyevans0 (Jeremy Evans). mame (Yusuke Endoh) wrote: > @jeremyevans0 I think you should have a commit bit. If you don't mind, I'll commend you to a committer and ask matz at the next developers' meeting. What do you think? I would be very honored to be a ruby committer. If matz approves, I will definitely accept a commit bit. Thank you. ---------------------------------------- Bug #15853: Fix readline test regression when using Readline 4.3 https://bugs.ruby-lang.org/issues/15853#change-78060 * Author: jeremyevans0 (Jeremy Evans) * Status: Open * Priority: Normal * Assignee: aycabta (aycabta .) * Target version: * ruby -v: * Backport: 2.4: DONTNEED, 2.5: DONTNEED, 2.6: DONTNEED ---------------------------------------- commit:c754e979d3eeca51f1b13778f19f347df3da656e removed the check for Readline 4.3 in a test. Previously, the whole test was skipped on Readline 4.3. However, it turns out that Readline 4.3 runs the test correctly if you skip the same assertion that is skipped when Reline is used. The attached patch skips that assertion when `Readline::VERSION` is 4.3. We may want to consider dropping this assertion completely, it seems to be readline implementation and version dependent behavior. ---Files-------------------------------- fix-readline-4.3-test-regression.patch (1.3 KB) fix-readline-4.3-test-regression-v2.patch (1.28 KB) fix-readline-4.3-test-regression-v3.patch (1.33 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: