Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2314 closed defect (fixed)

No source info for duplicate enumeration literal error

Reported by: Per Östlund Owned by: somebody
Priority: normal Milestone: 1.9.0
Component: Frontend Version: trunk
Keywords: Cc:

Description

OMC gives an error when you have duplicate enumeration literals, such as:

type E = enumeration(one, two, three, two);

But for some reason it doesn't print out any source info, which shouldn't be hard to fix.

Change History (2)

comment:1 by Per Östlund, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r17049.

comment:2 by Martin Sjölund, 11 years ago

Milestone: 2.0.01.9.0

BatchModify: Updating milestone since this ticket was closed in time for the 1.9.0 release

Note: See TracTickets for help on using tickets.