wilzbach / tools-test

1 stars 0 forks source link

rdmd --eval ignores flags #110

Closed wilzbach closed 10 years ago

wilzbach commented 10 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#13344 From: Nils <nilsbossung@googlemail.com> Reported version: D2 CC: hsteoh@quickfur.ath.cx

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>

was issue 13290


rdmd -debug '--eval=debug {} else assert(false);'

core.exception.AssertError@ /tmp/.rdmd-1000/eval.ED67B51406C6E567FF8177C457A624FE.d(18): Assertion failure

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>

https://github.com/D-Programming-Language/tools/pull/143

wilzbach commented 10 years ago

Comment author: hsteoh@quickfur.ath.cx

Pull has been merged, please verify.

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>

confirmed fixed