Project

General

Profile

Actions

Bug #7397

closed

Fix detection of RL_PROMPT_*_IGNORE macros

Added by zzak (zzak _) over 11 years ago. Updated about 11 years ago.

Status:
Closed
Target version:
ruby -v:
2.0.0
Backport:
[ruby-core:49561]

Description

=begin
from github: https://github.com/ruby/ruby/pull/202

((mkmf doesn't create HAVE_X definitions, so HAVE_RL_PROMPT_START_IGNORE
and HAVE_RL_PROMPT_END_IGNORE don't actually get defined by
ext/readline/extconf.rb. Instead, we should detect for
RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly.
))
=end


Files

readline_prompt_ignore_macros.patch (1.78 KB) readline_prompt_ignore_macros.patch zzak (zzak _), 11/19/2012 12:56 PM

Updated by zzak (zzak _) over 11 years ago

  • Category changed from lib to ext

Updated by usa (Usaku NAKAMURA) over 11 years ago

  • Status changed from Open to Assigned
Actions #3

Updated by shugo (Shugo Maeda) about 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r39002.
Zachary, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • ext/readline/extconf.rb, ext/readline/readline.c: check
    RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly in
    readline.c. Patch by Zachary Scott. [Bug #7397] [ruby-core:49561]
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0