| ▲ | sangeeth96 3 hours ago | |||||||
Likewise looking to adopt mise at work, have a PR nearly there and especially with all the LLM/skills CLIs, mise looks well positioned. I've been using it for a long time personally and is a delight to work with. Curious given polyglot monorepo and bazel, does mise have something that solves the build graph/caching stuff that IIUC comes with Bazel or is that something that's not needed for the monorepo you help maintain? | ||||||||
| ▲ | spankalee 3 hours ago | parent [-] | |||||||
Yeah, Mise has caching: https://mise.jdx.dev/cache-behavior.html I'm a massive fan of Wireit and its caching behavior, so I'm looking for something to live up to that. I have more testing to do. I think Mise defaults to mtime-keyed cache but has an option for content hashing, which it what Wireit uses and makes it quick to undo a change and get a cache hit. | ||||||||
| ||||||||