Closed ahelwer closed 9 months ago
Doesn't the last commit make it impossible for Toolbox users to import the models? According to our community survey, about half of our users use the Toolbox.
What files do the toolbox users need to import a model? I had added the missing modules in the toolbox model style in a previous commit, but all the duplicated modules were messing with the lists of modules to skip proof testing on.
The 3Values
model for a Consensus
spec would need the following three files:
Consensus.toolbox/.project
Consensus.toolbox/.settings/org.lamport.tla.toolbox.prefs
Consensus.toolbox/Consensus___3Values.launch
So the copied .tla files and MC.tla/.cfg files don't need to be present in the Consensus.toolbox/3Values
directory?
IIRC, the Toolbox will copy them from the spec's root folder.
WIP Models added for:
Closes #107