Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
677d868e
Commit
677d868e
authored
Apr 12, 2016
by
Johannes Kanig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove server specific API call
parent
32cc8bf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
src/driver/driver.ml
src/driver/driver.ml
+0
-15
src/driver/driver.mli
src/driver/driver.mli
+0
-6
No files found.
src/driver/driver.ml
View file @
677d868e
...
...
@@ -352,21 +352,6 @@ let prove_task ~command ~limit ?(cntexample=false) ?old
let
task
=
prepare_task
~
cntexample
drv
task
in
prove_task_prepared
~
command
~
limit
?
old
?
inplace
drv
task
let
prove_task_server
command
~
limit
~
cntexample
?
old
?
inplace
drv
task
=
let
task
=
prepare_task
~
cntexample
drv
task
in
let
fn
=
file_name_of_task
?
old
?
inplace
drv
task
in
let
res_parser
=
drv
.
drv_res_parser
in
let
printer_mapping
=
get_default_printer_mapping
in
match
inplace
with
|
Some
true
->
prove_file_server
~
command
~
res_parser
~
limit
~
printer_mapping
?
inplace
fn
|
_
->
let
fn
,
outc
=
Filename
.
open_temp_file
"why_"
(
"_"
^
fn
)
in
let
fmt
=
Format
.
formatter_of_out_channel
outc
in
let
printer_mapping
=
print_task_prepared
?
old
:
None
drv
fmt
task
in
close_out
outc
;
prove_file_server
~
command
~
res_parser
~
limit
~
printer_mapping
fn
(* exception report *)
let
string_of_qualid
thl
idl
=
...
...
src/driver/driver.mli
View file @
677d868e
...
...
@@ -68,12 +68,6 @@ val print_task_prepared :
?
old
:
in_channel
->
driver
->
Format
.
formatter
->
Task
.
task
->
Printer
.
printer_mapping
val
prove_task_server
:
string
->
limit
:
Call_provers
.
resource_limit
->
cntexample
:
bool
->
?
old
:
string
->
?
inplace
:
bool
->
driver
->
Task
.
task
->
Call_provers
.
server_id
val
prove_task_prepared
:
command
:
string
->
limit
:
Call_provers
.
resource_limit
->
...
...
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