Mehul Kar

Results 169 comments of Mehul Kar

Reasonable ask. If you're up for making a PR, go for it!

Thanks for hunting that down! Closing this in favor of the older #2096. (If you could update your "fixes" in the PR too, that would be great 😄 )

We are starting work soon on increasing the amount of information you get on cache misses!

Yep this was just released in 1.5.5!

Also, do we need a GH workflow to run these tests or does that already exist somewhere?

The log would go somewhere in here probably: https://github.com/vercel/turborepo/blob/86eeafc8b14678b89639cb3b6615bd62af1e77fe/cli/internal/cache/cache_http.go#L200-L252. Feel free to take a stab at a PR!

Back to draft, I'm not convinced I have a working solution yet (and also need to make it not error when the script isn't actually implemented)

E2E tests are not passing, but I'm not sure why. The rest of the implementation + tests are ready for review.

For other readers, referencing these lines: https://github.com/vercel/turborepo/blob/dae9e9a40d24b517dbc1e5928dd86b68f91c41e7/packages/create-turbo/src/index.ts#L72-L73 @dragos199993 I think you're right! https://github.com/sindresorhus/meow#meowoptions will use the `helpText` by default and `--version` also works by default. A PR would be great!

Tested in https://github.com/vercel/turborepo/pull/2266. You can see that JS Package tests ran, but the other unit tests didn't run (because I've temporarily commented out JS package tests in this PR).