use display_graph_old for locale_deps, to show a bit more than nothing for cyclic graphs;
authorwenzelm
Thu, 07 May 2015 22:12:05 +0200
changeset 60273 83de10e27007
parent 60272 4f72b00d9952
child 60274 c2837a39da01
use display_graph_old for locale_deps, to show a bit more than nothing for cyclic graphs;
NEWS
src/Pure/Isar/isar_syn.ML
--- a/NEWS	Thu May 07 21:30:52 2015 +0200
+++ b/NEWS	Thu May 07 22:12:05 2015 +0200
@@ -87,7 +87,7 @@
 Options / Text Area).
 
 * Improved graphview panel with optional output of PNG or PDF, for
-display of 'thy_deps', 'locale_deps', 'class_deps' etc.
+display of 'thy_deps', 'class_deps' etc.
 
 * The commands 'thy_deps' and 'class_deps' allow optional bounds to
 restrict the visualized hierarchy.
--- a/src/Pure/Isar/isar_syn.ML	Thu May 07 21:30:52 2015 +0200
+++ b/src/Pure/Isar/isar_syn.ML	Thu May 07 22:12:05 2015 +0200
@@ -794,7 +794,7 @@
         Locale.pretty_locale_deps thy
         |> map (fn {name, parents, body} =>
           ((name, Graph_Display.content_node (Locale.extern thy name) [body]), parents))
-        |> Graph_Display.display_graph))));
+        |> Graph_Display.display_graph_old))));
 
 val _ =
   Outer_Syntax.command @{command_keyword print_term_bindings}