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
Well I had solving engines that were only available if I ran AA before running EA for instance.
Perhaps just not using the Alloy default foler would be enough, event if it's not a new name each time.
As of now, AA creates a temporary directory with always the same name for a given user. EA inherited from this.
It would be far better to use a fresh directory name at each time, otherwise interferences do happen.
It is set here:
Electrum/electrum/src/main/java/edu/mit/csail/sdg/alloy4whole/SimpleGUI.java
Line 590 in 085f5f0
Apparently, the Java standard API proposes a method for this since Java 1.7.
The text was updated successfully, but these errors were encountered: