changeset 66944 | 05df740cb54b |
parent 66913 | 7cdd4d59e95c |
child 66995 | 9cb263dbb2f7 |
--- a/src/Pure/Admin/build_log.scala Mon Oct 30 18:39:30 2017 +0100 +++ b/src/Pure/Admin/build_log.scala Mon Oct 30 19:19:24 2017 +0100 @@ -649,6 +649,10 @@ ml_statistics: List[Properties.T], task_statistics: List[Properties.T], errors: List[String]) + { + def error(s: String): Session_Info = + copy(errors = errors ::: List(s)) + } private def parse_session_info( log_file: Log_File,