Summary

Compiler ignores nonexistent modules when generating import libraries

Metadata

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.

Changes and comments

[2015-08-27 09:24:21 UTC] sjamaan changed milestone from someday to 4.11.0

[2015-08-27 09:24:21 UTC] sjamaan wrote:

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

[2016-01-01 10:45:33 UTC] evhan changed status from new to closed

[2016-01-01 10:45:33 UTC] evhan set resolution to fixed

[2016-01-01 10:45:33 UTC] evhan wrote:

See 7cdf0eb, d63741b.