← Back to index
|
Original Bugzilla link
Bug 11635 – RDMD eats the -op flag when it should just pass through
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-28T13:40:00Z
Last change time
2013-12-17T09:18:29Z
Assigned to
nobody
Creator
spam
Comments
Comment #0
by spam — 2013-11-28T13:40:30Z
RDMD eats the -op flag when it should just pass through to DMD. This was done in an attempt to fix throwing an exception when the flag was encountered.
https://d.puremagic.com/issues/show_bug.cgi?id=10435
Comment #1
by spam — 2013-11-28T13:50:59Z
Pull request sent.
https://github.com/D-Programming-Language/tools/pull/90
Comment #2
by github-bugzilla — 2013-11-28T14:08:18Z
Commits pushed to master at
https://github.com/D-Programming-Language/tools
https://github.com/D-Programming-Language/tools/commit/8052bc111ecaf265d0b0b123716aac435683622f
Fixed Issue 11635 - RDMD should let -op flag pass through.
https://github.com/D-Programming-Language/tools/commit/c2a578bb30101328a084d97d1e67c99065e2ad0c
Merge pull request #90 from nomad-software/master Fixed Issue 11635 - RDMD should let -op flag pass through.