src/Pure/Thy/sessions.scala
changeset 72738 a4d7da18ac5c
parent 72716 7cef6b1a6682
child 72760 042180540068
equal deleted inserted replaced
72737:98fe7a10ace3 72738:a4d7da18ac5c
  1463       read_properties(db, name, Session_Info.ml_statistics)
  1463       read_properties(db, name, Session_Info.ml_statistics)
  1464 
  1464 
  1465     def read_task_statistics(db: SQL.Database, name: String): List[Properties.T] =
  1465     def read_task_statistics(db: SQL.Database, name: String): List[Properties.T] =
  1466       read_properties(db, name, Session_Info.task_statistics)
  1466       read_properties(db, name, Session_Info.task_statistics)
  1467 
  1467 
       
  1468     def read_theories(db: SQL.Database, name: String): List[String] =
       
  1469       read_theory_timings(db, name).flatMap(Markup.Name.unapply)
       
  1470 
  1468     def read_errors(db: SQL.Database, name: String): List[String] =
  1471     def read_errors(db: SQL.Database, name: String): List[String] =
  1469       Build_Log.uncompress_errors(read_bytes(db, name, Session_Info.errors), cache = xz_cache)
  1472       Build_Log.uncompress_errors(read_bytes(db, name, Session_Info.errors), cache = xz_cache)
  1470 
  1473 
  1471     def read_build(db: SQL.Database, name: String): Option[Build.Session_Info] =
  1474     def read_build(db: SQL.Database, name: String): Option[Build.Session_Info] =
  1472     {
  1475     {