mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Merge pull request #18 from sbt/wip/fileinfo
Adds picklers to FileInfo, also new house rules
This commit is contained in:
@@ -77,7 +77,9 @@ object Instance {
|
|||||||
* this should be the argument wrapped in Right.
|
* this should be the argument wrapped in Right.
|
||||||
*/
|
*/
|
||||||
def contImpl[T, N[_]](c: Context, i: Instance with Singleton, convert: Convert, builder: TupleBuilder)(t: Either[c.Expr[T], c.Expr[i.M[T]]], inner: Transform[c.type, N])(
|
def contImpl[T, N[_]](c: Context, i: Instance with Singleton, convert: Convert, builder: TupleBuilder)(t: Either[c.Expr[T], c.Expr[i.M[T]]], inner: Transform[c.type, N])(
|
||||||
implicit tt: c.WeakTypeTag[T], nt: c.WeakTypeTag[N[T]], it: c.TypeTag[i.type]): c.Expr[i.M[N[T]]] =
|
implicit
|
||||||
|
tt: c.WeakTypeTag[T], nt: c.WeakTypeTag[N[T]], it: c.TypeTag[i.type]
|
||||||
|
): c.Expr[i.M[N[T]]] =
|
||||||
{
|
{
|
||||||
import c.universe.{ Apply => ApplyTree, _ }
|
import c.universe.{ Apply => ApplyTree, _ }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user