Replies: 2 comments
|
This is supported now. Since mise v2026.4.27 (#9437), AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm fairly new to mise and was surprised to see that
mise watchonly watches thesourcesof the task you're running.This seems like an odd decision since we already know the full dependency graph, so shouldn't we watch the
sourcesof all dependencies too?Is this just a "we want to do it one day" thing, or was there an active decision to not do it?
For example:
a -> b -> c -> devmise watch dev, then change thesourcesofa. We should kill the tree and re-run the whole lot (just likemise run dev).Something like this basically:
main...43081j:mise:watch-deps
All reactions