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

Have the compiler check the use of modifying verbs on Calculated roles and Properties #19

Open
joopringelberg opened this issue Sep 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@joopringelberg
Copy link
Owner

This model fragment:

thing Role
  property C = <some expression>

user U
  perspective on Role
    props (C) verbs SetPropertyValue

is invalid and causes an ugly error in Perspectives.Representation.Perspective.createModificationSummary.

Introduce a model check before applying this function and reject the model.

@joopringelberg joopringelberg added the bug Something isn't working label Sep 15, 2022
@joopringelberg joopringelberg self-assigned this Sep 15, 2022
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