Ticket #119 (closed defect: fixed)
-ref: throws exceptions in some cases where the reference cannot be located
Reported by: | Chuck | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | Cobra 0.9 |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
This is normal:
> cobra -ref:badname hello error: Cannot locate assembly reference "badname.dll".
But all of the following throw an exception instead of giving an error message:
cobra -ref:"C:\badname" hello cobra -ref:C:\badname hello cobra -ref:\badname hello
Attachments
Change History
Note: See
TracTickets for help on using
tickets.