You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
EReferences are not in use in the metamodel, because of legacy choices :
[Xtext] For scalability reasons we want to exploit modularity and decompose POOSL models in multiple textual files. After consultation of Itemis at XTextCon’15, we are using the indexer and rely on the NodeModelUtils to get the textual value of a reference. To avoid loading many files into memory when opening just one file, we have to make sure not to perform a get-operation on an EReference-attribute (e.g., to get the textual name of the referred element).
[Sirius] Repeatedly experiencing problems with serialization from Sirius (beta users were regularly unable to save their models after editing).
It will lead us to serious maintenance issues, whether the Sirius/XText bridge could help on this issue should be investigated.
The use of the org.eclipse.poosl.xtext.custom.PooslCacheEntry cache should be avoided.
The text was updated successfully, but these errors were encountered:
EReferences are not in use in the metamodel, because of legacy choices :
[Xtext] For scalability reasons we want to exploit modularity and decompose POOSL models in multiple textual files. After consultation of Itemis at XTextCon’15, we are using the indexer and rely on the NodeModelUtils to get the textual value of a reference. To avoid loading many files into memory when opening just one file, we have to make sure not to perform a get-operation on an EReference-attribute (e.g., to get the textual name of the referred element).
[Sirius] Repeatedly experiencing problems with serialization from Sirius (beta users were regularly unable to save their models after editing).
It will lead us to serious maintenance issues, whether the Sirius/XText bridge could help on this issue should be investigated.
The use of the org.eclipse.poosl.xtext.custom.PooslCacheEntry cache should be avoided.
The text was updated successfully, but these errors were encountered: