Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/Releases/Query/NewAndNoteWorthy0.7.2"

 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Known issues affecting version 0.7.1 =
+
= Fixed issues in 0.7.2 =
  
 
== Issues with corresponding Bugzilla entry ==
 
== Issues with corresponding Bugzilla entry ==
Line 7: Line 7:
 
* {{bugstrike|420934}} Engine fails during variable unification for convoluted pattern
 
* {{bugstrike|420934}} Engine fails during variable unification for convoluted pattern
 
* {{bugstrike|420935}} Pattern validator trips on convoluted pattern with  many == constraints
 
* {{bugstrike|420935}} Pattern validator trips on convoluted pattern with  many == constraints
 +
* {{bugstrike|417303}} Query specification registry should give information on which extension point failed to load
 +
* {{bugstrike|422775}} Support "run once" query evaluation over non well-behaving derived features
 +
* {{bugstrike|398828}} Duplicate extension entries in plugin.xml
 +
* {{bugstrike|420303}} Make the invocation of XBaseEvaluator.init() conditional
 +
* {{bugstrike|425735}} Query explorer does not refresh match descriptions on model changes
 +
* {{bugstrike|423298}} Query is not entirely updated when resource is reloaded (bug fixed, issue not closed yet)
 +
* {{bugstrike|428015}} IncQuery builder unnecessarily runs multiple times
  
 
== Viewers issues ==
 
== Viewers issues ==
  
* label updates, arrow styles, viewer initialization, disposal
+
* label updates, viewer initialization, disposal
  
 
== Compatibility issues ==
 
== Compatibility issues ==
  
* Due to changes in GEF4 Zest API, versions 0.1.0.201310190205 or later are required
+
* Due to changes in GEF4 Zest API, versions 0.1.0.201310190205 or later are used for the extra, Zest-based visualizations (not included in the main update site)
  
 
== Other issues ==
 
== Other issues ==
  
 
* Logger output for query-based features when query violates multiplicity contracts
 
* Logger output for query-based features when query violates multiplicity contracts

Latest revision as of 03:06, 28 February 2016

Fixed issues in 0.7.2

Issues with corresponding Bugzilla entry

  • bug 419439 [Viewers] edges disappear if the source or target item is changed
  • bug 419985 GMF dependency in viewers.runtime.zest
  • bug 420934 Engine fails during variable unification for convoluted pattern
  • bug 420935 Pattern validator trips on convoluted pattern with many == constraints
  • bug 417303 Query specification registry should give information on which extension point failed to load
  • bug 422775 Support "run once" query evaluation over non well-behaving derived features
  • bug 398828 Duplicate extension entries in plugin.xml
  • bug 420303 Make the invocation of XBaseEvaluator.init() conditional
  • bug 425735 Query explorer does not refresh match descriptions on model changes
  • bug 423298 Query is not entirely updated when resource is reloaded (bug fixed, issue not closed yet)
  • bug 428015 IncQuery builder unnecessarily runs multiple times

Viewers issues

  • label updates, viewer initialization, disposal

Compatibility issues

  • Due to changes in GEF4 Zest API, versions 0.1.0.201310190205 or later are used for the extra, Zest-based visualizations (not included in the main update site)

Other issues

  • Logger output for query-based features when query violates multiplicity contracts

Back to the top