[Issue 16966] New: rdmd: AssertError at rdmd.d(489): should have been created by compileRootAndGetDeps
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 11 08:14:47 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16966
Issue ID: 16966
Summary: rdmd: AssertError at rdmd.d(489): should have been
created by compileRootAndGetDeps
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: ag0aep6g at gmail.com
test.d:
----
void main() {}
----
Run with rdmd, then try --build-only:
----
rdmd test.d
rdmd --build-only test.d
----
Output:
----
core.exception.AssertError at rdmd.d(489): should have been created by
compileRootAndGetDeps
----
I'm working on a PR.
--
More information about the Digitalmars-d-bugs
mailing list