Skip to content

[1.x] .eval in consoleProject is broken #2884

@dwijnand

Description

@dwijnand

steps

In my jenga-stack of sbt 1.x changes (possibly even on current HEAD of sbt/sbt 1.0.x branch), run (compileInputs in compile in Compile).eval

problem

scala> (compileInputs in compile in Compile).eval
<console>:39: error: value eval is not a member of sbt.TaskKey[xsbti.compile.Inputs]
       (compileInputs in compile in Compile).eval
                                                    ^

expectation

I expect the sbt.Compiler.Inputs or xsbti.compile.Inputs value.

notes

Discovered while trying to debug the 'compiler-project/src-dep-plugin' scripted test in sbt/sbt.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions