Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
ef0a0b92
Commit
ef0a0b92
authored
Sep 13, 2017
by
Sarah Grebing
Browse files
Bug fix for case merge
parent
4d8c19c8
Pipeline
#13605
failed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
rt/src/main/java/edu/kit/iti/formal/psdbg/interpreter/Interpreter.java
View file @
ef0a0b92
...
...
@@ -488,7 +488,7 @@ public class Interpreter<T> extends DefaultASTVisitor<Object>
goalNode
.
enterScope
(
va
);
State
<
T
>
s
=
newState
(
goalNode
);
caseStmts
.
accept
(
this
);
popState
(
s
);
//
popState(s);
//This may be incorrect-> Bug? -> Cases Statement needs to pop, as goals need to be collected
exitScope
(
caseStmts
);
return
s
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment