Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | Rewrite checking of ENUMERATED | Björn Gustavsson | |
Clean up the checking of ENUMERATED and modernize the error reporting. Also eliminate the unused constraints argument for check_enumerated(). | |||
2014-02-13 | Correct subtyping of extensible ENUMERATED | Björn Gustavsson | |
Attempting to subtype an extensible ENUMERATED like this: BaseType ::= { foo, bar, ... } SubType ::= BaseType ( foo ) would fail to compile with a message that 'foo' was undefined. Reported-by: Morten Nygaard Åsnes | |||
2013-06-08 | Test ENUMERATED with many extended values | Björn Gustavsson | |
2013-05-31 | Improve tests of ENUMERATED | Björn Gustavsson | |
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. |