From: mame@... Date: 2019-05-22T14:20:27+00:00 Subject: [ruby-core:92785] [Ruby trunk Bug#15853] Fix readline test regression when using Readline 4.3 Issue #15853 has been updated by mame (Yusuke Endoh). @jeremyevans0 Congrats! Please wait for @hsbt's guidance. (He will ask you to send your ssh key.) ---------------------------------------- Bug #15853: Fix readline test regression when using Readline 4.3 https://bugs.ruby-lang.org/issues/15853#change-78151 * 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: