Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | Correct another bug with instantiated types | Björn Gustavsson | |
a1260b2ffa60581ce3af0728320b593cca3fd7b0 fixed a problem with expansion of parameterized types, but it didn't go all the way. The compiler would still crash if we attempted to define a value using the instantiated type. | |||
2015-01-12 | Fix instantiation of an inlined type in a value definition | Björn Gustavsson | |
2015-01-12 | Use recursive get_referenced_type to get classdef directly | Dan Gudmundsson | |
To be sure that indirect references to classes are solved. | |||
2014-09-01 | Correct expansion of parameterized types | Björn Gustavsson | |
Attempting to compile: SomeType{SOME-CLASS-NAME, SOME-CLASS-NAME:SomeSet} ::= ... SEQUENCE { something SOME-CLASS-NAME.&id({SomeSet}) } would crash the compiler, because the actual parameter for SOME-CLASS-NAME was not substituted into the governor for the SomeSet parameter. While we are at it, combine the functionality of is_class/2 and get_class_def/2 (eliminating is_class/2). Most callers call both function. | |||
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. |