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

More streamlined syntax for path expressions #9

Open
eclipse-viatra-bot opened this issue Mar 11, 2024 · 7 comments
Open

More streamlined syntax for path expressions #9

eclipse-viatra-bot opened this issue Mar 11, 2024 · 7 comments
Labels
bugzilla Issues migrated from Eclipse bugzilla. Query Issues related to the query component of VIATRA, including runtime or pattern language issues.
Milestone

Comments

@eclipse-viatra-bot
Copy link

| --- | --- |
| Bugzilla Link | 398788 |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Jan 22, 2013 12:13 EDT |
| Modified | May 27, 2019 07:46 EDT |
| Version | oldinquery |
| Reporter | Zoltan Ujhelyi |

Description

Cloned from: 109: More streamlined syntax for path expressions
http://github.com/ujhelyiz/EMF-IncQuery/issues/issue/109

We could have an easier syntax for path expressions. Suggestions: instead of

SomeClass.someEdge.otherEdge(SRC,TRG);

we could have

SomeClass(SRC).someEdge.otherEdge(TRG);

or even

SRC.someEdge.otherEdge(TRG);

We should discuss these.

@eclipse-viatra-bot eclipse-viatra-bot added bugzilla Issues migrated from Eclipse bugzilla. legacy Query Issues related to the query component of VIATRA, including runtime or pattern language issues. labels Mar 11, 2024
@eclipse-viatra-bot
Copy link
Author

By Istvan Rath on May 20, 2013 04:33

I'm moving these issues to the 0.8.x series as they are not essential for the 0.7 release.

@eclipse-viatra-bot
Copy link
Author

By Istvan Rath on Apr 08, 2014 18:02

Moving this feature to post-0.8.

@eclipse-viatra-bot
Copy link
Author

By Istvan Rath on Apr 24, 2014 04:25

I'm expecting this to be addressed for 0.9.

@eclipse-viatra-bot
Copy link
Author

By Abel Hegedus on Apr 19, 2016 05:25

Updating to correct milestone.

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on Oct 04, 2017 05:26

Moving potential tasks from future to 2.0.

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on Feb 08, 2018 07:21

Postponing to a future release.

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on May 27, 2019 07:46

Postponing tickets to FUTURE until effort is allocated to fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from Eclipse bugzilla. Query Issues related to the query component of VIATRA, including runtime or pattern language issues.
Projects
None yet
Development

No branches or pull requests

2 participants