summaryrefslogtreecommitdiff
path: root/shared.sc
Commit message (Collapse)AuthorAgeFilesLines
* Move all the source generation logic into a `shared.sc` file to avoid ↵Li Haoyi2017-12-281-0/+125
duplication DRY it up internally Move the Bridge downloading logic into `shared.sc` as well, and swap the subprocesses for in-memory processing using scalaj-http and ZipInputStream