src/Pure/PIDE/command.scala
changeset 68335 2f080a51a10d
parent 68323 bf7336731981
child 68381 2fd3a6d6ba2e
equal deleted inserted replaced
68334:ed40728c45d0 68335:2f080a51a10d
   259     results: Results = Results.empty,
   259     results: Results = Results.empty,
   260     exports: Exports = Exports.empty,
   260     exports: Exports = Exports.empty,
   261     markups: Markups = Markups.empty)
   261     markups: Markups = Markups.empty)
   262   {
   262   {
   263     def initialized: Boolean = status.exists(markup => markup.name == Markup.INITIALIZED)
   263     def initialized: Boolean = status.exists(markup => markup.name == Markup.INITIALIZED)
   264 
   264     def consolidated: Boolean = status.exists(markup => markup.name == Markup.CONSOLIDATED)
   265     lazy val consolidated: Boolean =
       
   266       status.exists(markup => markup.name == Markup.CONSOLIDATED)
       
   267 
   265 
   268     lazy val protocol_status: Protocol.Status =
   266     lazy val protocol_status: Protocol.Status =
   269     {
   267     {
   270       val warnings =
   268       val warnings =
   271         if (results.iterator.exists(p => Protocol.is_warning(p._2) || Protocol.is_legacy(p._2)))
   269         if (results.iterator.exists(p => Protocol.is_warning(p._2) || Protocol.is_legacy(p._2)))