src/Pure/Admin/build_log.scala
changeset 66944 05df740cb54b
parent 66913 7cdd4d59e95c
child 66995 9cb263dbb2f7
equal deleted inserted replaced
66943:351aaaa9bacd 66944:05df740cb54b
   647     command_timings: List[Properties.T],
   647     command_timings: List[Properties.T],
   648     theory_timings: List[Properties.T],
   648     theory_timings: List[Properties.T],
   649     ml_statistics: List[Properties.T],
   649     ml_statistics: List[Properties.T],
   650     task_statistics: List[Properties.T],
   650     task_statistics: List[Properties.T],
   651     errors: List[String])
   651     errors: List[String])
       
   652   {
       
   653     def error(s: String): Session_Info =
       
   654       copy(errors = errors ::: List(s))
       
   655   }
   652 
   656 
   653   private def parse_session_info(
   657   private def parse_session_info(
   654     log_file: Log_File,
   658     log_file: Log_File,
   655     command_timings: Boolean,
   659     command_timings: Boolean,
   656     theory_timings: Boolean,
   660     theory_timings: Boolean,