Ticket #57 (closed defect: fixed)
Don't try and make a module that doesn't include main
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Compilation Driver | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
Added by Jared:
The easiest way to reproduce this is to compile a file other than Main.ds with the -m flag. After ld fails to find _main, ddc panics.
ddc: PANIC in Main.Link
invokeLinker: link failed
objects:
It then lists all the object files in the standard library and advisees to report the panic.
Change History
Note: See
TracTickets for help on using
tickets.
