src/Pure/Thy/sessions.scala
changeset 69009 4861973145e8
parent 69008 d55783ea6cf6
child 69010 b6aad6338488
equal deleted inserted replaced
69008:d55783ea6cf6 69009:4861973145e8
   204           val conditions =
   204           val conditions =
   205             space_explode(',', options.string("condition")).
   205             space_explode(',', options.string("condition")).
   206               filter(cond => Isabelle_System.getenv(cond) == "")
   206               filter(cond => Isabelle_System.getenv(cond) == "")
   207           if (conditions.isEmpty) true
   207           if (conditions.isEmpty) true
   208           else {
   208           else {
   209             progress.echo(
   209             progress.warning(
   210               "Skipping theory " + name + "  (condition " + conditions.mkString(" ") + ")")
   210               "Skipping theory " + name + "  (condition " + conditions.mkString(" ") + ")")
   211             false
   211             false
   212           }
   212           }
   213         }
   213         }
   214       } yield name.theory
   214       } yield name.theory