superseded by (provide_)parse_files;
authorwenzelm
Wed, 26 Mar 2014 09:07:31 +0100
changeset 56286 7ede6ca96c61
parent 56285 9315d3988d73
child 56287 ca090ae5f258
superseded by (provide_)parse_files;
src/Pure/PIDE/resources.ML
--- a/src/Pure/PIDE/resources.ML	Wed Mar 26 08:59:53 2014 +0100
+++ b/src/Pure/PIDE/resources.ML	Wed Mar 26 09:07:31 2014 +0100
@@ -108,6 +108,7 @@
     val full_path = check_file (master_directory thy) src_path;
     val text = File.read full_path;
     val id = SHA1.digest text;
+    val _ = legacy_feature ("Raw file-system access to load file " ^ Path.print full_path);
   in ((full_path, id), text) end;
 
 fun loaded_files_current thy =