changeset 50975 | 73ec6ad6700e |
parent 50745 | 6e7e8e310797 |
child 51083 | 10062c40ddaa |
--- a/src/Pure/System/session.scala Fri Jan 18 16:20:09 2013 +0100 +++ b/src/Pure/System/session.scala Fri Jan 18 17:51:50 2013 +0100 @@ -364,6 +364,9 @@ case Markup.ML_Statistics(props) if output.is_protocol => statistics.event(Session.Statistics(props)) + case Markup.Task_Statistics(props) if output.is_protocol => + // FIXME + case _ if output.is_init => phase = Session.Ready