Opened 9 years ago

Closed 8 years ago

#1188 closed defect (fixed)

Compiler ignores nonexistent modules when generating import libraries

Reported by: sjamaan Owned by:
Priority: minor Milestone: 4.11.0
Component: compiler Version: 4.10.x
Keywords: import libraries Cc:
Estimated difficulty:

Description

If you do csc -j nonexistent, it will simply not generate the import library for the nonexistent module. Instead, it should stop with an error that the specified module does not exist.

Change History (2)

comment:1 Changed 9 years ago by sjamaan

Milestone: someday4.11.0

The workload for 4.11 is increasing, but maybe, just maybe I'll be able to take a look at it

comment:2 Changed 8 years ago by evhan

Resolution: fixed
Status: newclosed

See 7cdf0eb, d63741b.

Note: See TracTickets for help on using tickets.