Skip to content

Stack overflow for cyclic error library extension #1392

Closed
@joeseibel

Description

@joeseibel

Typing this model in the editor results in a stack overflow:

package MyEL
public
  annex EMV2 {**
    error types extends MyEL with
      t: type extends ErrorLibrary::AboveRange;
    end types;
  **};
end MyEL;

The problem is in ErrorModelUtil.getAllErrorTypes and ErrorModelUtil.getAllTypesets

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions