Skip to content

Compile and Test All #2699

@davesmith00000

Description

@davesmith00000

Hi,

I'd like to suggest a small usability improvement, I'd really really like:

bloop compile
// Or, less good but still fine, would be:
bloop compile --all

To just compile everything instead of making me tediously look up the names of individual projects via bloop projects.

I tried implementing this to do a PR, but local publishing wasn't working properly and I ran out of time (re-publish made no difference to the output, suspect there's a cache I need to clear somewhere). I was going to add the same behaviour for bloop test too.

There is a specific check to ensure the project names list is non-empty, so perhaps not allowing this behaviour was a conscious choice, but if so, I don't understand it.

Same desired behaviour in sbt and Mill, which I use constantly:

sbt compile
./mill __.compile

Thanks!

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