[Issue 15374] [internal] Nothing should import ddmd.mars

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/b8655054d09c4a451b2aef4fc68118a6883f7f89
fix Issue 15374 - Move genCmain into Compiler struct.

https://github.com/dlang/dmd/commit/11573d214097d3fcb7eeb388eba0f6ddf8335694
Merge pull request #7534 from ibuclaw/issue15374

fix Issue 15374 - Move genCmain into Compiler struct.
merged-on-behalf-of: Iain Buclaw 

--


[Issue 15374] [internal] Nothing should import ddmd.mars

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15374] [internal] Nothing should import ddmd.mars

2017-11-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374

--- Comment #3 from Iain Buclaw  ---
Only ddmd.func remains in the original list.

Need to find a new home for genCmain.

--


[Issue 15374] [internal] Nothing should import ddmd.mars

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374

David Nadlinger  changed:

   What|Removed |Added

 CC||c...@klickverbot.at

--- Comment #1 from David Nadlinger  ---
Yep, we (LDC) define our own main() too.

--


[Issue 15374] [internal] Nothing should import ddmd.mars

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374

Iain Buclaw  changed:

   What|Removed |Added

 CC||ibuc...@gdcproject.org

--- Comment #2 from Iain Buclaw  ---
Thanks for clarifying,

Raised PR here.  Feel free to direct your opinion on how things should be
handled.

https://github.com/D-Programming-Language/dmd/pull/5282

--