Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlatools
Commits
45be506d
Commit
45be506d
authored
5 years ago
by
Markus Alexander Kuppe
Browse files
Options
Downloads
Patches
Plain Diff
Location and name of tlaps/tlapm repository has changed.
[Documentation][Toolbox]
parent
97b29498
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.lamport.tla.toolbox.tool.prover/src/org/lamport/tla/toolbox/tool/prover/job/ProverJob.java
+2
-2
2 additions, 2 deletions
...rc/org/lamport/tla/toolbox/tool/prover/job/ProverJob.java
with
2 additions
and
2 deletions
org.lamport.tla.toolbox.tool.prover/src/org/lamport/tla/toolbox/tool/prover/job/ProverJob.java
+
2
−
2
View file @
45be506d
...
@@ -497,13 +497,13 @@ public class ProverJob extends Job {
...
@@ -497,13 +497,13 @@ public class ProverJob extends Job {
&&
proverProcess
.
getExitValue
()
!=
1
)
&&
proverProcess
.
getExitValue
()
!=
1
)
{
{
return
new
Status
(
IStatus
.
ERROR
,
ProverUIActivator
.
PLUGIN_ID
,
return
new
Status
(
IStatus
.
ERROR
,
ProverUIActivator
.
PLUGIN_ID
,
"Error running tlapm. Report a bug with the error code to the developers at https://
tlaplus.codeplex.com/workite
m/
l
is
t/basic
."
"Error running tlapm. Report a bug with the error code to the developers at https://
github.com/tlaplus/tlap
m/is
sues
."
+
"\n \n Error code: "
+
proverProcess
.
getExitValue
());
+
"\n \n Error code: "
+
proverProcess
.
getExitValue
());
}
}
}
catch
(
DebugException
e
)
}
catch
(
DebugException
e
)
{
{
return
new
Status
(
IStatus
.
ERROR
,
ProverUIActivator
.
PLUGIN_ID
,
return
new
Status
(
IStatus
.
ERROR
,
ProverUIActivator
.
PLUGIN_ID
,
"Error getting exit code for tlapm process. This is a bug. Report it to the developers at https://
tlaplus.codeplex.com/workite
m/
l
is
t/basic
"
);
"Error getting exit code for tlapm process. This is a bug. Report it to the developers at https://
github.com/tlaplus/tlap
m/is
sues
"
);
}
}
// successful termination
// successful termination
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment