Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack overflow for cyclic error library extension #1392

Closed
joeseibel opened this issue Jul 20, 2018 · 0 comments
Closed

Stack overflow for cyclic error library extension #1392

joeseibel opened this issue Jul 20, 2018 · 0 comments
Assignees
Milestone

Comments

@joeseibel
Copy link
Contributor

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

@joeseibel joeseibel self-assigned this Jul 20, 2018
@ghost ghost added the in progress label Jul 20, 2018
@ghost ghost added review and removed in progress labels Jul 20, 2018
@lwrage lwrage added this to the 2.3.5 milestone Jul 23, 2018
@ghost ghost removed the review label Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants