Skip to content

codeSignatures calculation misses changes in lazy val bodies and libraries #5356

Open
@hoangmaihuy

Description

@hoangmaihuy

Please clone https://github.com/hoangmaihuy/mill-caliban-test to reproduce this issue.

Issue 1

Step to reproduce:

  1. Run mill selective.prepare __.testCached
  2. Go to build.mill and change zioVersion to 2.0.16
  3. Run mill selective.resolve __.testCached

Expected: Should output jvm.test.testCached
Actual: No task outputed

Observations

Changing lazy val zioVersion to val ... or def ... resolve this issue

Issue 2

Step to reproduce:

  1. Run mill selective.prepare __.testCached
  2. Go to build.mill and change mill-caliban version to 0.3.0-RC2
  3. Run mill selective.resolve __.testCached

Expected: Should output jvm.test.testCached
Actual: No task outputed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions