equal
deleted
inserted
replaced
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 |