clarified ML option vs. Scala option (see also caa182bdab7a);
authorwenzelm
Thu, 16 Mar 2023 11:44:07 +0100
changeset 77673 08fcde7c55c0
parent 77670 b9e9b818d7b0
child 77674 488a48453d74
clarified ML option vs. Scala option (see also caa182bdab7a);
src/Pure/ML/ml_compiler.ML
--- a/src/Pure/ML/ml_compiler.ML	Wed Mar 15 15:28:44 2023 +0100
+++ b/src/Pure/ML/ml_compiler.ML	Thu Mar 16 11:44:07 2023 +0100
@@ -118,7 +118,7 @@
       |> Output.report;
     val _ =
       if not (null persistent_reports) andalso redirect andalso
-        not (Options.default_bool "build_pide_reports") andalso Future.enabled ()
+        not (Options.default_bool "pide_reports") andalso Future.enabled ()
       then
         Execution.print
           {name = "ML_Compiler.report", pos = Position.thread_data (), pri = Task_Queue.urgent_pri}