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

Prohibit substitutions which modify global essential statements #144

Open
expln opened this issue Jul 22, 2023 · 0 comments
Open

Prohibit substitutions which modify global essential statements #144

expln opened this issue Jul 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@expln
Copy link
Owner

expln commented Jul 22, 2023

(an improper simultaneous substitution - when a variable appears on the left and right of a rule)

When there are global essential statements (i.e. loaded from external sources) and if an improper simultaneous substitution tries to replace a variable in one or few global essential statements this may lead to errors because global essential statements are read-only, mm-lamp doesn't modify them during the global substitution.

This should be fixed by prohibiting such substitutions.

@expln expln added the bug Something isn't working label Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant