Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
5c39bc2a
Commit
5c39bc2a
authored
Sep 11, 2017
by
Alexander Weigl
Browse files
fixes for new key version
parent
34685c33
Pipeline
#13549
failed with stage
in 2 minutes and 31 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
rt-key/src/main/java/edu/kit/iti/formal/psdbg/interpreter/Execute.java
View file @
5c39bc2a
...
...
@@ -54,7 +54,7 @@ public class Execute {
.
addProofScripts
(
ast
)
.
scriptSearchPath
(
new
File
(
"."
));
pa
.
getProof
().
getProofIndependentSettings
().
getGeneralSettings
().
setOneStepSimplification
(
false
);
//
pa.getProof().getProofIndependentSettings().getGeneralSettings().setOneStepSimplification(false);
Interpreter
<
KeyData
>
inter
=
interpreterBuilder
.
build
();
KeyData
keyData
=
new
KeyData
(
root
.
getProofNode
(),
pa
.
getEnv
(),
pa
.
getProof
());
...
...
rt-key/src/main/java/edu/kit/iti/formal/psdbg/interpreter/KeYProofFacade.java
View file @
5c39bc2a
...
...
@@ -132,7 +132,7 @@ public class KeYProofFacade {
.
macros
()
.
scriptCommands
()
.
scriptSearchPath
(
new
File
(
"."
));
getProof
().
getProofIndependentSettings
().
getGeneralSettings
().
setOneStepSimplification
(
false
);
//
getProof().getProofIndependentSettings().getGeneralSettings().setOneStepSimplification(false);
return
interpreterBuilder
;
}
...
...
rt-key/src/main/resources/edu/kit/iti/formal/psdbg/taclets.properties.xml
0 → 100644
View file @
5c39bc2a
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment