summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add tut contrib module (#464)David Gregory2018-10-317-1/+337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add tut contrib module * Add TutModule tests and documentation * Use Path instead of PathRef for tut target directory * Use the correct scala version in TutModule * Ensure resolving tut doesn't bring in extra scala-library jars * Ensure MILL_VERSION system property is set in tut tests * Fork to run tut to fix classpath problems, add test with library usage * Follow convention w.r.t. publishVersion in testArgs * Add Scaladoc to TutModule * Don't supply a default version of Tut * Update docs to account for mandatory tutVersion setting * Inline tutArgs, otherwise Tut does not recompile when sources change
| * Added a section about debug logging to documentationTobias Roeser2018-10-301-0/+3
| |
| * Added changelog entryTobias Roeser2018-10-301-0/+7
| |
| * Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-305-9/+24
| |
| * Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-307-19/+47
| |
| * Added some source docsTobias Roeser2018-10-291-1/+12
| |
| * Fixed typoTobias Roeser2018-10-291-1/+3
| |
| * Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
| |
| * Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
| |
| * Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-282-2/+13
| | | | | | | | Add createJar() filter test.
| * adding TwirlModule docsIurii Malchenko2018-10-281-1/+149
| |
| * Added docs for TestNG support and sorted contrib modulesTobias Roeser2018-10-281-25/+42
| |
| * Fixed links in documentationTobias Roeser2018-10-261-4/+3
| |
| * Fixed formatting of code blockTobias Roeser2018-10-261-13/+13
| |
| * Re-organized thirdparty plugin sectionTobias Roeser2018-10-261-77/+91
| | | | | | | | | | Each plugin is a level-3 section, that appears also in TOC. Plugins are in alphabetical order.
| * Fixed some markdown formattingTobias Roeser2018-10-211-17/+19
| |
| * Added mill-osgi module to documentation, contrib modulesTobias Roeser2018-10-211-0/+21
| |
* | bump ammonite versionLi Haoyi2018-11-021-1/+1
| |
* | Fix https://github.com/lihaoyi/mill/issues/475Li Haoyi2018-11-023-15/+53
|/
* 0.3.20.3.2Li Haoyi2018-10-202-2/+2
|
* Added mill-publishM2 module (#467)Tobias Roeser2018-10-201-0/+36
|
* 0.3.10.3.1Li Haoyi2018-10-191-0/+4
|
* Allow use of inferred main classes when building self-executing assembliesLi Haoyi2018-10-191-1/+1
|
* 0.3.00.3.0Li Haoyi2018-10-183-4/+4
|
* 0.2.90.2.9Li Haoyi2018-10-181-0/+11
|
* bump ammonite version againLi Haoyi2018-10-182-2/+2
|
* bump Ammonite versionLi Haoyi2018-10-186-53/+55
|
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-10-1813-14/+54
|\
| * Configure Idea project generator per module (#458)Tobias Roeser2018-10-092-2/+9
| | | | | | | | | | | | | | | | * Sketched how to skip some projects from Idea project generator * Better trait comment * Moved skipIdea flag into JavaModule
| * fix for allowing subgroups of a given staging profile (#441)Brandon Elam Barker2018-10-051-1/+2
| |
| * Example how to make case class serializable (#450)Tobias Roeser2018-10-051-0/+10
| | | | | | | | | | | | * Example how to make case class serializable * Fixed typo in docs
| * Elaborate docs on using traits v classes for modules (#449)Julian Michael2018-10-051-1/+5
| |
| * minor typo in doc: four->three (#444)Brandon Elam Barker2018-10-021-1/+1
| |
| * Adding import for PomSettings (publishing) (#439)Brandon Elam Barker2018-09-251-0/+1
| |
| * 0.2.80.2.8Li Haoyi2018-09-212-4/+19
| |
| * start running DocAnnotationsTests in CILi Haoyi2018-09-211-1/+1
| |
| * bootstrap off latest masterLi Haoyi2018-09-203-6/+7
| |
| * Re-order `publishAll` arguments to get rarely used `signed` arg out of the wayLi Haoyi2018-09-201-2/+2
| |
| * fix publishing to work with 0.2.7Li Haoyi2018-09-201-5/+4
| |
| * re-enable scaladoc plugin on existing modules to ensure their doccomments ↵Li Haoyi2018-09-201-0/+2
| | | | | | | | are captured
* | .Li Haoyi2018-10-184-17/+22
|/ | | | | | fix docjar tests now it no longer fails with an exception docJar works again, now mill clean __.docJar && mill __.docJar goes from 413s to 47s on the mill repo
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-2027-92/+535
|
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-192-7/+111
| | | | | | * Dedicated scalaDoc plugins and options * Use T{} for consistency
* fix MILL_CLASSPATH for windows script (#434)Sakib Hadžiavdić2018-09-171-5/+6
|
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-1516-70/+69
| | | | | | * Remove useless type parameters for {Test,}Evaluator * Update Evaluator.scala
* don't compile hidden files. fixes #402 (#428)Nikolay Tatarinov2018-09-051-1/+2
|
* Make sure files are readable when traversing source files. (#423)Victor Borja2018-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Mill was trying to read all files found under the source directory to create a digest for each of them. This was causing an error for broken symlinks. At first I believed temporary files should be ignored to avoid this problem, and asked at the gitter channel how to go about this, but overriding the `sources` task as [suggested](https://gitter.im/lihaoyi/mill?at=5ad6cd801130fe3d36eb7655) by @lihaoyi didn't actually help. on a simple scala project, editing a file with Emacs, creates a link file, like: ``` vic@oeiuwq ~/h/foo> ls -la foo/src/ total 8 drwxr-xr-x 4 vic staff 128 Sep 1 12:23 . lrwxr-xr-x 1 vic staff 22 Sep 1 12:23 .#hello.scala -> vic@oeiuwq.local.10748 drwxr-xr-x 3 vic staff 96 Sep 1 12:22 .. -rw-r--r-- 1 vic staff 12 Sep 1 12:22 hello.scala ``` So this patch only makes sures that the files (or the symlink here) is actually readable before trying to digest it. Fixes #402
* Fix shutdown hook failures in tests (#422)aosagie2018-09-024-20/+14
| | | | | | * Remove duplication from ClassLoader.create * Prevent closing of context class loader in tests so that shutdown hooks can run
* 0.2.70.2.7Li Haoyi2018-08-272-2/+21
|
* Fix paths for ivy-style repos in grepJar (#412)Guillaume Martres2018-08-262-4/+8
|