[Issue 4831] Optlink rejects paths with invalid characters based on HPFS filesystem instead of NTFS

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 16 16:42:11 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=4831


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|pull                        |


--- Comment #8 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-16 16:42:09 PST ---
(In reply to comment #7)
> https://github.com/DigitalMars/optlink/pull/1

Now that thanks to Reiner I can build Optlink, I can see this pull was wrong.
Optlink uses '+' on the commandline as an argument separator, but it should not
reject such a path when it's e.g. enclosed in quotes. So both of these should
work:

link kernel32.lib+phobos.lib

link kernel32.lib+phobos.lib+"some/path++/to"

The same holds true for "," and ";", and maybe some other special characters.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list