summaryrefslogtreecommitdiff
path: root/contrib/bloop
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade SemanticDB and Bloop supported versions (#639)Sergey Shishkin2019-06-251-8/+3
|
* Allow configuration of JSEnv used for Scala.js tests and runs (#628)Li Haoyi2019-06-131-2/+5
| | | | | | | | * . * . * .
* Bloop config for Js/Native modules (#617)Olivier Mélois2019-05-282-9/+122
| | | | This generates correct bloop configuration for ScalaJs/ScalaNative module.
* Fixed bloop config classpath element when no ivyDep is set (#612)Olivier Mélois2019-05-222-14/+44
| | | | | | | | | | | | * Fixed bloop config classpath element when no ivyDep is set * Made install a command * Made moduleSourceMap an input * Cleaning up config files before rewriting * Fixed cleanup logic
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-8/+11
| | | | | | | | | | | | | | | | * bump ammonite to 1.6.7 * upgrade all the things * add scalaj-http shims for bootstrapping * wip * tweak-error-message * tweak coursier * .
* Beginning of Bloop integration (#595)Olivier Mélois2019-04-254-0/+492
* Sync with latest versions, started bloop connection * BloopModule back to the bare minimum * Added first Bloop related unit-tests * More tests * Fixed global module usage. * Added resolution in bloop config * More tests, using correct repository list * revert dev change * Changed moduleSourceMap implementation * Using path-dependant trait for the module This facilitates testing by preventing the trait from referencing a global module. * Added semanticDB to bloopConfig * Added documentation * Install returns pathRefs instead of paths * bumped semanticDB * Better use of mill's cache, avoid duplication of work * addressing comments