diff options
| author | Enrico Tassi | 2014-07-10 15:59:44 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-07-11 10:15:06 +0200 |
| commit | 2a805fd99b96746dbfe381d64cd7eaba84fdca79 (patch) | |
| tree | 77e0c47e097c4edebe9eea5f839488c91264e9b3 /library | |
| parent | 31b99c5671c956de455372e43f935e1c70006f9d (diff) | |
Feedback: LoadedFile + Goals
LoadedFile is generated when a .vo is loaded
Goals is generated when -feedback-goals
Diffstat (limited to 'library')
| -rw-r--r-- | library/library.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/library.ml b/library/library.ml index 4f023ce6df..9552a6ca9b 100644 --- a/library/library.ml +++ b/library/library.ml @@ -488,6 +488,7 @@ let rec intern_library (needed, contents) (dir, f) = (str ("The file " ^ f ^ " contains library") ++ spc () ++ pr_dirpath m.library_name ++ spc () ++ str "and not library" ++ spc() ++ pr_dirpath dir); + Pp.feedback(Feedback.FileLoaded(DirPath.to_string dir, f)); m, intern_library_deps (needed, contents) dir m and intern_library_deps libs dir m = |
