src/Pure/Thy/document_build.scala
changeset 74809 48fda7ee1973
parent 74787 f118008a8131
child 74811 1f40ded31b78
equal deleted inserted replaced
74808:23dc565cd4b2 74809:48fda7ee1973
   172     db_context: Sessions.Database_Context,
   172     db_context: Sessions.Database_Context,
   173     progress: Progress = new Progress): Context =
   173     progress: Progress = new Progress): Context =
   174   {
   174   {
   175     val info = deps.sessions_structure(session)
   175     val info = deps.sessions_structure(session)
   176     val base = deps(session)
   176     val base = deps(session)
   177     val hierarchy = deps.sessions_structure.hierarchy(session)
   177     val hierarchy = deps.sessions_structure.build_hierarchy(session)
   178     new Context(info, base, hierarchy, db_context, progress)
   178     new Context(info, base, hierarchy, db_context, progress)
   179   }
   179   }
   180 
   180 
   181   final class Context private[Document_Build](
   181   final class Context private[Document_Build](
   182     info: Sessions.Info,
   182     info: Sessions.Info,