UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Model not resolving properly without resolveAll #16

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

When switching to using defs/ imports, I realised that the transitive named imports of a RoboChart package weren't being calculated correctly. It seems like the issue is that the models relating to the imports aren't being properly resolved. While I've papered over the problem by adding a EcoreUtils2.resolveAll(resourceSet) onto the top-level generator, it seems like this shouldn't be needed when running the setup within Eclipse?