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

VIATRA/DeveloperMeetingMinutes/Meeting20181018

< VIATRA‎ | DeveloperMeetingMinutes
Revision as of 06:42, 7 November 2018 by Zoltan.ujhelyi.incquerylabs.com (Talk | contribs) (Created page with "== Topics == * {{VIATRA-Status}} * Release status ** VIATRA 2.1.0 M3 on 17th October * What to do with MoDisco integration? ** Limited uses ** https://www.eclipse.org/lists/vi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Topics

Minutes

  • M3 contributed to 2018-12
    • 2 more 3-week feature cycles before RC phase
    • 2.0.3 planned with a few bug fixes already marked for backporting
  • MoDisco integration will be removed as there are no known users
  • Generics in xform rule builder

N** ew create method and constructor added as short term workaround

    • Decision: deprecate old method and constructor
  • Concurrent modification exception
    • Thrown when metamodel is only in target platform and there is a race condition with target platform updating
    • Workarounds:
      • Install metamodel in host
      • Enable experimental target platform caching
      • Disable Manifest.mf and plugin.xml generation
    • No easy solution (internal Xtext and PDE behavior would need to be changed)
      • PDE: not thread-safe plugin model retrieval
      • Xtext: no way to control when it triggers target platform update
  • Merging tooling.ui plugins (emf.ui, tooling.ui, tooling.ui.browser, migrator)
  • New runtime.ui plugin to contain IModelConnector
    • Sphinx: Balázs will look at Sphinx usage

Back to the top