summaryrefslogtreecommitdiff
path: root/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* some docs for the out/ folderLi Haoyi2017-12-301-0/+28
|
* Make use of `T.command`s `T.ctx().dest` in `ScalaPlugin#test.test` and ↵Li Haoyi2017-12-301-0/+10
| | | | `forkTest`, and allow users to dump the structured JSON test results via `--show`
* Re-organize `out/` directory to keep all files related to a particular ↵Li Haoyi2017-12-291-6/+6
| | | | `Target` within a single folder
* get --repl working with bin/test:runLi Haoyi2017-12-281-1/+2
|
* update readme: remove `run` from command line examples (#82)Nikolay Tatarinov2017-12-271-8/+8
|
* Simplify manual testing using SBTLi Haoyi2017-12-261-4/+12
|
* Bump Ammonite version in `build.sc` to fix upickle bugLi Haoyi2017-12-171-2/+2
| | | | Move `assembly`/`releaseAssembly` targets out of the stub `ScalaModule`, to take advantage of the new top-level `Target` support
* Move assemble to a separate moduleRoman Timushev2017-12-131-11/+11
|
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-101-0/+55
|
* Update readme.mdLi Haoyi2017-12-081-0/+3
|