summaryrefslogtreecommitdiff
path: root/docs/pages
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Fixes #227; add `mill clean` (#315)Guillaume Galy2018-05-161-0/+20
| | | | | | | | | | | | | | | | * Adding clean as a default task * [WIP] Improve 'clean' paths resolution * Improve clean targets resolution mechanism * fix error on clean all * update "clean all" to keep all 'out/mill-*' paths * fix cross module resolution in clean task * Add documentation for "clean" task
* Update 4 - Tasks.md (#319)Alf Richter2018-05-111-4/+5
| | | Fixed all T.source to T.sources
* Update 4 - Tasks.md (#317)Alf Richter2018-05-111-2/+2
| | | Added s to T.source and fixed small typo
* Scalafmt support (#308)Nikolay Tatarinov2018-05-061-0/+22
| | | | | | | | | | | | | | | | | | | | * add scalafmt module, that formats all sources files on every run * scalafmt worker that internally chaches reformatted files * move jvm process call to helper method * use scala 2.12.4 to resolve scalafmt deps; check for config file existence; add quiet flags to scalafmt CLI * make a scalafmt worker a singleton * add tests for scalafmt module * add reformatAll command * tests for reformatAll command * add docs about scalafmt support
* update docs about scala modules publishingrockjam2018-04-301-2/+2
|
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make builds able to depend on external projects Builds are now able to load external projects and depend on them as if they were local submodules. `import $file.external.path.build` * Disambiguate "dest" for foreign modules. * Calling modules loaded from external directories "Foreign" to avoid conflicting with the already existing concept of "ExternalModule". * Amended the way `dest` is computed for foreign modules * Added tests to check that the source paths and dest are as expected * Added a test to show that local modules do not conflict with foreign modules when they are named the same * WIP windows build fail * Added bootstrapping step in CYGWIN CI job * * Revert externalOutPath deletion * Add documentation for foreign-modules * reverting appveyor changes * Disabling Foreign modules tests against Java9 See https://github.com/lihaoyi/mill/issues/302
* rename modules scalaworker -> scalalib.worker, client -> main.clientLi Haoyi2018-04-121-1/+1
|
* update readmeLi Haoyi2018-04-111-2/+2
|
* Fix docs re: GenIdea/idea command (#296)Artem Pyanykh2018-04-112-2/+2
|
* Add some documentation regarding bootstrapping. (#295)grebe2018-04-111-0/+1
| | | Mill unstable releases should be used for bootstrapping.
* Updated Windows and Manual installation doc.Robby2018-04-101-9/+7
|
* update changelog for 0.2.00.2.0Li Haoyi2018-04-107-7/+95
|
* improve docs on unstable releases (#288)Francis De Brabandere2018-04-091-3/+5
|
* mergeLi Haoyi2018-04-081-4/+23
|\
| * Documentation : correct way to query envVarsOlivier Melois2018-04-051-4/+23
| | | | | | | | | | | | | | Adds documentation about the Ctx.Env API to indicate that the user should not use `System.getenv` https://github.com/lihaoyi/mill/issues/257
* | Fix typo (#284)Anderson Mesquita2018-04-071-1/+1
| |
* | Merge April 1 - 4, 2018 changes on master (#283)Robby2018-04-071-5/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix build * Detect sh/batch launcher, dev.assembly, and release filename. * Updated appveyor cache. * Added some entries for master in readme.md changelog. * Updated readme.md changelog. * fixes #173; use default(compile) configuration for deps as default (#270) * revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268 * Updated ci tests. * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f * revive #254 and fix #268 (#274) * Test mill batch (.bat) in AppVeyor * fix minor typos in docs * Sync Ammonite in ScalaModule (with build.sc).
* remove /target/bin prefix from mill examples in Common Project LayoutsLi Haoyi2018-03-261-4/+4
|
* update doc download-link to 0.1.7Li Haoyi2018-03-251-1/+1
|
* doc to address #187 and #246 (#248)Sheng Chen2018-03-191-0/+18
|
* Update 1 - Intro to Mill.md (#242)Ryan Williams2018-03-181-2/+2
|
* Add closing backtick to `java.lang.Process` (#240)Jisoo Park2018-03-181-1/+1
| | | It deserves it.
* Rename 'describe' to 'inspect' in the docs, following 6336860 (#235)Gabriele Petronella2018-03-172-17/+17
|
* update readme and CI to 0.1.6rockjam2018-03-141-1/+1
|
* update readme and CI configuration to mill 0.1.5rockjam2018-03-131-1/+1
|
* Update 1 - Intro to Mill.md (#218)benjaminfrank2018-03-101-0/+8
|
* re #180 document global configuration (#200)Francis De Brabandere2018-03-051-0/+24
|
* adds arch linux package to doc/install (#194)Christian Krause2018-03-041-0/+16
| | | also adds some headers to distinguish the different installation methods
* update readmeLi Haoyi2018-03-031-1/+1
|
* docs: grammar fixes in Mill Internals (#188)Joe Hillenbrand2018-03-021-4/+4
|
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-282-8/+2
| | | The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc.
* Update 2 - Configuring Mill.mdLi Haoyi2018-02-271-3/+3
|
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-1/+1
|
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-262-6/+2
| | | | | | * Add predefined licenses from spdx * Fix License usages
* 0.1.30.1.3Li Haoyi2018-02-251-2/+2
|
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-251-1/+1
|
* 0.1.20.1.2Li Haoyi2018-02-251-1/+3
|
* Fix documentation about passing args to test runner (#158)Jeremy Apthorp2018-02-241-1/+1
| | | | | | * Fix documentation about passing args to test runner * Update 2 - Configuring Mill.md
* v. minor fix (#150)Sid Nt2018-02-221-1/+1
|
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-221-1/+1
|
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-222-6/+6
| | | support multiple test frameworks
* Mention the ::: variant of ivy deps (#141)Bjørn Madsen2018-02-191-1/+3
|
* Add missing import and clarify docs on testing framework (#140)Bjørn Madsen2018-02-191-18/+19
| | | | | | * Add missing import and clarify docs on testing framework * Move `Custom test frameworks` section to `Adding a Test Suite`
* Better error messages when publishing to Sonatype (#138)Andrew Richards2018-02-191-1/+1
|
* more configuration examplesLi Haoyi2018-02-191-0/+35
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-1/+5
| | | | Also add Ammonite `foo.repl` support to Mill
* Update 1 - Intro to Mill.mdLi Haoyi2018-02-181-2/+4
|
* Fixed small bug in example (#133)Alf Richter2018-02-181-2/+2
|
* tweak-docsLi Haoyi2018-02-183-30/+149
| | | | | | | | | | | | | | tweak-docs tweak-docs tweak-docs tweak-docs tweak-readme tweak-readme
* attempt to git pull when doing publish-local.sh to ensure tags appear locally0.1.0Li Haoyi2018-02-183-16/+28
|