summaryrefslogtreecommitdiff
path: root/integration/test/resources/jawn
Commit message (Collapse)AuthorAgeFilesLines
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-3/+2
| | | | __.compile works, haven't run tests yet
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-221-2/+2
| | | support multiple test frameworks
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-021-2/+2
| | | | - Make `T.worker`s not flush out their directories between instantiations
* compile zinc compiler bridges on demand to remove restriction on supported ↵Li Haoyi2018-02-021-2/+2
| | | | scala versions
* First incomplete pass at writing docsLi Haoyi2018-01-271-2/+3
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+59
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests