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

Query specification inferrer ignores linking status parameter #151

Open
ujhelyiz opened this issue Mar 20, 2024 · 0 comments
Open

Query specification inferrer ignores linking status parameter #151

ujhelyiz opened this issue Mar 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Query Issues related to the query component of VIATRA, including runtime or pattern language issues.

Comments

@ujhelyiz
Copy link
Contributor

While looking for an issue in the internals, we have noticed that the class org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer ignores its isPrelinkingPhase parameter, which is problematic as it could result in issues with cross-file resolutions (in pre-linking phase these references cannot be resolved), and the generation could be faster if these unnecessary steps wouldn't be attempted in that phase.

@ujhelyiz ujhelyiz added bug Something isn't working Query Issues related to the query component of VIATRA, including runtime or pattern language issues. labels Mar 20, 2024
@ujhelyiz ujhelyiz added this to the 2.9.0 milestone Mar 20, 2024
@ujhelyiz ujhelyiz self-assigned this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Query Issues related to the query component of VIATRA, including runtime or pattern language issues.
Projects
None yet
Development

No branches or pull requests

1 participant