Skip to content

🐞 Checks on nested types are no longer detected #11811

@vito

Description

@vito

What is the issue?

In Dang, I placed all my test checks on an intermediate type named Test:

In Dagger v0.19.10, dagger check -l yielded:

  • lint
  • test:language
  • test:lsp
  • test:treesitter

But in v0.19.11, I only get:

  • lint

If I merge the Test type into the parent alongside lint they're listed just fine.

Also tried moving everything to a toolchain, but it didn't help.

Dagger version

v0.19.11

Steps to reproduce

No response

Log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions