Ticket #355 (closed defect: fixed)
Internal error with -namespace option
Reported by: | nerdzero | Owned by: | Charles |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.6 |
Keywords: | internal error, args, namespace | Cc: |
Description
An internal compiler error is triggered when the -namespace option is used and the value has the same name as a declaration in the source code.
@args -namespace:Program class Program def main print 'hola!'
error: COBRA INTERNAL ERROR / Exception / In (global) there is a already non-namespace declaration named "Program"
Change History
Note: See
TracTickets for help on using
tickets.