Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
f05392e8
Commit
f05392e8
authored
Jun 27, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into itp
parents
a465e9b2
6f79556b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/driver/prove_client.ml
src/driver/prove_client.ml
+4
-2
No files found.
src/driver/prove_client.ml
View file @
f05392e8
...
...
@@ -104,8 +104,10 @@ let connect_internal () =
Buffer
.
clear
recv_buf
;
let
cwd
=
Unix
.
getcwd
()
in
Unix
.
chdir
(
Filename
.
get_temp_dir_name
()
);
let
socket_name
=
Filename
.
concat
(
Unix
.
getcwd
()
)
(
"why3server."
^
string_of_int
(
Unix
.
getpid
()
)
^
".sock"
)
in
let
socket_name
=
(* Filename.concat (Unix.getcwd ())
("why3server." ^ string_of_int (Unix.getpid ()) ^ ".sock") *)
Filename
.
temp_file
"why3server"
"sock"
in
let
exec
=
Filename
.
concat
Config
.
libdir
"why3server"
in
let
pid
=
Unix
.
create_process
exec
[
|
exec
;
"--socket"
;
socket_name
;
...
...
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