summaryrefslogtreecommitdiff
path: root/ci/version.sc
Commit message (Collapse)AuthorAgeFilesLines
* Replace '== Some(x)' with contains(x)t.kusumoto2018-08-191-2/+2
| | | | | | | | | | | | Simplifying equality of the instance of Option and Some(x). Before: option == Some(x) Some(x) != option After: option.contains(x) !option.contains(x)
* cleanup root dirLi Haoyi2018-08-131-0/+37