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
126
Issues
126
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
48b925c9
Commit
48b925c9
authored
Dec 12, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more detailed error message on failure while loading a driver
parent
e0499546
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/driver/whyconf.ml
src/driver/whyconf.ml
+6
-1
No files found.
src/driver/whyconf.ml
View file @
48b925c9
...
...
@@ -919,4 +919,9 @@ let absolute_driver_file main s =
let
load_driver
main
env
file
extras
=
let
file
=
absolute_driver_file
main
file
in
Driver
.
load_driver_absolute
env
file
extras
try
Driver
.
load_driver_absolute
env
file
extras
with
e
->
eprintf
"Fatal error while loading driver file '%s': %a@."
file
Exn_printer
.
exn_printer
e
;
exit
1
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