Summary
Compiler ignores nonexistent modules when generating import libraries
Metadata
- Id: b160509b126eb8fb36c7239619bc0e7e0d4cb480
- Trac id: 1188
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.11.0
- Version: 4.10.x
- Changetime: 2016-01-01 10:45:33 UTC
- Created: 2015-05-03 13:29:33 UTC
- Keywords: import libraries
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.