diff options
| author | Hugo Herbelin | 2015-01-31 09:09:28 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2015-02-16 12:31:59 +0100 |
| commit | 1be9c4da4d814c29d4ba45b121fda924adc1130e (patch) | |
| tree | d20c6b62a97db66ce5784fe32a8f971e296b0738 /checker | |
| parent | 48d611ff2a60131369a66924e8d54f8e7c4ad911 (diff) | |
Using same code for browsing physical directories in coqtop and coqdep.
In particular:
- abstracting the code using calls to Unix opendir, stat, and closedir,
- uniformly using warnings when a directory does not exist (coqtop was
ignoring silently and coqdep was exiting via handle_unix_error),
- uniformly expecting paths in Unix format and warning otherwise.
Diffstat (limited to 'checker')
| -rw-r--r-- | checker/check.mllib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/check.mllib b/checker/check.mllib index 22df375623..1d8ad34682 100644 --- a/checker/check.mllib +++ b/checker/check.mllib @@ -33,6 +33,7 @@ Util Ephemeron Future CUnix + System Profile RemoteCounter |
