sbt, the interactive build tool
Go to file
Jason Zaugg f2d6528c5c Fix task macro's handling of Symbol owners in <qual>.value
The qualifier of the `.value` call may contain `DefTree`s (e.g.
vals, defs) or `Function` trees. When we snip them out of the
tree and graft them into a new context, we must also call
`changeOwner`, so that the symbol owner structure and the tree
structure are coherent.

Failure to do so resulted in a crash in the compiler backend.

Fixes #1150
2014-03-07 17:53:14 +01:00
cache deprecations 2013-02-25 09:24:04 -05:00
interface Add hashing of public names defined in a source file. 2013-12-04 01:34:18 +01:00
util Fix task macro's handling of Symbol owners in <qual>.value 2014-03-07 17:53:14 +01:00
LICENSE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00