Miles Johnson
Miles Johnson
Just chiming in that it's been working great. Thanks for the quick turn around 👍
+1 Ran into this issue and it took me a while to figure it out.
Weird, this seems to be working again after I ran `yarn cache clean` (maybe a bad cache?). Before then, I couldn't get symlinking working at all, so I had to...
It still occurs for me, but very randomly. I have yet to figure out a pattern on why it happens.
@alexbrazier Would Lerna work here? https://github.com/lerna/lerna
Not a yarn plugin, but I did something similar here: https://beemo.dev/docs/drivers/typescript#sync-project-refs Would be nice if it was supported by yarn! Here's the actual code: https://github.com/beemojs/beemo/blob/master/packages/driver-typescript/src/commands/syncProjectRefs.ts
Maybe `--workspace` is it. This would explain the increase in bugs lately :[ I was under the assumption nextest did this automatically, but if not, giant whoops on my part!...
Looks like `--workspace` fixed it, sorry for this dumb issue :P If possible, it may be nice to display a warning if Cargo.toml is using workspaces but `--workspaces` is not...
Good to know. Thanks for the quick response 👍
Using 1 thread seemed to bump it back up by about 9% overall, which is better than nothing. https://app.codecov.io/github/moonrepo/moon/commit/ffeaf95cd8032a1338ca6a8f5c49820cda89dd13 Thanks, I'll proceed with this for now.