Forum: Ruby-core [Backport 200 - Backport #7963][Assigned] backport r39507: tool/mkconfig.rb: reconstruct comma separ

Posted by Nobuyoshi Nakada (nobu)
on 2013-02-26 07:50
(Received via mailing list)
Issue #7963 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Backport #7963: backport r39507: tool/mkconfig.rb: reconstruct comma 
separated list values
https://bugs.ruby-lang.org/issues/7963

Author: nobu (Nobuyoshi Nakada)
Status: Assigned
Priority: Normal
Assignee: nagachika (Tomoyuki Chikanaga)
Category:
Target version:


We didn't know that batch file command line is split by commas and
semicolons, not only by spaces and equal signs.

This make --with-out-ext option not working with multiple pattern,
e.g. --with-out-ext=curses,*dbm generates --without-ext=curses=*dbm in
rbconfig.rb.

This should be needed by 1.9.3 too.
Posted by Nobuyoshi Nakada (nobu)
on 2013-02-26 07:51
(Received via mailing list)
Issue #7963 has been updated by nobu (Nobuyoshi Nakada).

Description updated


----------------------------------------
Backport #7963: backport r39507: tool/mkconfig.rb: reconstruct comma 
separated list values
https://bugs.ruby-lang.org/issues/7963#change-37083

Author: nobu (Nobuyoshi Nakada)
Status: Assigned
Priority: Normal
Assignee: nagachika (Tomoyuki Chikanaga)
Category:
Target version:


=begin
We didn't know that batch file command line is split by commas and
semicolons, not only by spaces and equal signs.

This make ((%--with-out-ext%)) option not working with multiple pattern,
e.g. ((%--with-out-ext=curses,*dbm%)) generates 
((%--without-ext=curses=*dbm%)) in
rbconfig.rb.

This should be needed by 1.9.3 too.
=end
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.