| commit | 844f2eacf46842e18689f3b3ef464f67ea81dc61 | [log] [download] |
|---|---|---|
| author | nicm <nicm> | Mon Jan 09 21:03:25 2017 +0000 |
| committer | nicm <nicm> | Mon Jan 09 21:03:25 2017 +0000 |
| tree | 475fa75709aa14335dfe4c63a6eb0d6635053e46 | |
| parent | 561b5c6fdbdafae52ac5b4bd963f0d75af344c5b [diff] |
Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"
are expanded so can compare formats). And expand the condition to
#{?a,b,c} (the "a" part) if it doesn't work as a simple lookup.
Also add FORMAT_NOJOBS flag to disable jobs in a format.