summaryrefslogtreecommitdiff
path: root/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.20.2.2Li Haoyi2018-05-201-1/+1
|
* 0.2.10.2.1Li Haoyi2018-05-201-2/+8
|
* - Update changelog in preparation for 0.2.1Li Haoyi2018-05-201-258/+91
| | | | | | - Clean up root `readme.md` to remove duplication with the `docs/` folder - Bump zinc version
* Update readme.mdLi Haoyi2018-05-171-1/+1
|
* add appveyor badge to readmeLi Haoyi2018-05-171-1/+3
|
* [WIP] Fixes #227; add `mill clean` (#315)Guillaume Galy2018-05-161-0/+11
| | | | | | | | | | | | | | | | * 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
* Fix docs re: GenIdea/idea command (#296)Artem Pyanykh2018-04-111-1/+1
|
* Add some documentation regarding bootstrapping. (#295)grebe2018-04-111-0/+3
| | | Mill unstable releases should be used for bootstrapping.
* Tweak changelog [skip ci]Robby2018-04-101-10/+4
|
* update changelog for 0.2.00.2.0Li Haoyi2018-04-101-17/+31
|
* Updated readme.md changelog. [skip ci]Robby2018-03-311-5/+7
|
* Added some entries for master in readme.md changelog.Robby2018-03-311-9/+24
|
* 0.1.70.1.7Li Haoyi2018-03-251-2/+23
|
* Use mill interactive mode to test on cygwin and updated changelog in readme.md.Robby2018-03-171-2/+9
|
* Updated changelog in readme.md.Robby2018-03-171-0/+12
|
* 0.1.60.1.6rockjam2018-03-131-0/+4
|
* Update readme.md to fix a typo (#223)Alexis Hernandez2018-03-131-2/+2
| | | | | | * Update readme.md to fix a typo * Update readme.md
* 0.1.50.1.5rockjam2018-03-131-1/+27
|
* correct assembled mill binary path in readme (#202)Francis De Brabandere2018-03-051-5/+3
|
* Mill now generates an `out/mill-profile.json` file containing task-timings, toLi Haoyi2018-03-041-0/+3
| | | | make it easier to see where your mill evaluation time is going
* Introduced the `mill plan foo.bar` command, which shows you what the ↵Li Haoyi2018-03-041-0/+5
| | | | execution plan of running the `foo.bar` task looks like without actually evaluating it.
* 0.1.40.1.4Li Haoyi2018-03-031-0/+18
|
* force build REPL to be run using -i/--interactiveLi Haoyi2018-02-261-1/+2
|
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-66/+13
| | | | Also re-organize the test matrix to split out the unit & integration tests into 3 separate builds, and removing the integration tests from the `-dev` and `-mill` jobs. That should speed up the test run while running all tests and ensuring the dev/release assemblies work
* 0.1.30.1.3Li Haoyi2018-02-251-0/+10
|
* 0.1.20.1.2Li Haoyi2018-02-251-0/+14
|
* Clean up the provisional client-server code with unit tests and proper ↵Li Haoyi2018-02-241-15/+15
| | | | | | | | file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-191-2/+9
|
* start a changelog0.1.1Li Haoyi2018-02-191-21/+6
|
* Rename `docsJar` -> `docJar`Li Haoyi2018-02-181-2/+2
|
* Add `mill dev` support to our own buildLi Haoyi2018-02-181-7/+14
| | | | Also add Ammonite `foo.repl` support to Mill
* WIP getting tests passing againLi Haoyi2018-02-171-8/+8
|
* fixt-readmeLi Haoyi2018-02-171-9/+9
|
* fix docsLi Haoyi2018-02-101-8/+16
|
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-041-1/+1
|
* Make `idea` task configure the root module to have IntelliJ properly handle ↵Li Haoyi2018-01-271-1/+1
| | | | the `build.sc` file
* First incomplete pass at writing docsLi Haoyi2018-01-271-348/+0
|
* Implement basic wildcard task running via e.g. `mill _.compile`Li Haoyi2018-01-211-2/+18
|
* Add build status and patreon badge to readme (#117)Piotr Kwiecinski2018-01-201-1/+5
|
* couple typos (#111)Ryan Williams2018-01-171-3/+3
|
* - Move synthetic SBT projects into `target` folderLi Haoyi2018-01-141-12/+12
| | | | | | - Update readme and `ci/` scripts to refer to new project layout - Remove stale `pprint.log`s
* fix some typos in readmerockjam2018-01-101-2/+2
|
* update readme with pretified REPL examplesrockjam2018-01-101-10/+57
|
* add command line examples to readme.mdrockjam2018-01-101-0/+65
|
* Remove `--repl` flag, running `mill` without a task selector now drops you ↵Li Haoyi2018-01-071-2/+2
| | | | into a REPL just like SBT
* readme: Fix typos (#92)Tim Nieradzik2018-01-011-4/+4
|
* readme: Fix Gitter badge (#90)Tim Nieradzik2018-01-011-1/+1
|
* Update readme.mdLi Haoyi2017-12-311-1/+4
|
* fix #57 implement eval function to evaluate multiple tasks via replrockjam2017-12-311-0/+5
|
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-41/+41
| | | | | | | | `ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well)