Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
74299a1a
Commit
74299a1a
authored
Jun 16, 2017
by
Sylvain Dailler
Browse files
Focus on proofattempt actually focus on the parent.
parent
01d600d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/itp_server.ml
View file @
74299a1a
...
...
@@ -1171,8 +1171,13 @@ end
|
Get_first_unproven_node
ni
->
notify_first_unproven_node
d
ni
|
Focus_req
nid
->
let
d
=
get_server_data
()
in
let
s
=
d
.
cont
.
controller_session
in
let
any
=
any_from_node_ID
nid
in
focused_node
:=
Some
any
(
match
any
with
|
APa
pa
->
focused_node
:=
Some
(
APn
(
Session_itp
.
get_proof_attempt_parent
s
pa
))
|
_
->
focused_node
:=
Some
any
)
|
Unfocus_req
->
focused_node
:=
None
|
Remove_subtree
nid
->
...
...
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