Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 13, 2020
1 parent 91b00ad commit 0caca2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main/api/src/mill/api/Ctx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import os.Path
* Provides access to various resources in the context of a currently execution Target.
*/
object Ctx {
@compileTimeOnly("Target.ctx() / T.ctx() can only be used with a T{...} block")
@compileTimeOnly("Target.ctx() / T.ctx() / T.* APIs can only be used with a T{...} block")
@ImplicitStub
implicit def taskCtx: Ctx = ???

Expand Down
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ corresponding version of Mill.
[milestone after 0.5.7](https://github.com/lihaoyi/mill/milestone/34?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.7...master).*

### 0.5.8 - 2020-1-13

- Bump library versions again

- Alias `T.ctx.*` functions to `T.*`: `T.dest`, `T.log`, etc.

- Bump Mill's client-connect-to-server timeout, to reduce flakiness when the
server is taking a moment to start up

### 0.5.7 - 2019-12-28

- Bump library versions: Ammonite 2.0.1, uPickle 0.9.6, Scalatags 0.8.3, OS-Lib
Expand Down

0 comments on commit 0caca2f

Please sign in to comment.