Maël Nison

Results 627 comments of Maël Nison

"Malloc failure" would suggest a memory issue. Is it a very large package ?

I'm not sure it's a bug, more like a limitation - the folder doesn't really exist, so it probably shouldn't be returned. Even if we could, there's by design an...

This isn't a bug. Peer dependencies only check the version of the package that users provide, not their provenance (ie it doesn't matter whether they come from npm, git, or...

> Yarn has to do a a patch to work in PnP mode with a few libraries (I think this is required for MacOS only), mostly related to file-system stuff....

The `just-scripts` package doesn't expose a `just` binary in its metadata: https://yarnpkg.com/package?q=just-scripts&name=just-scripts&file=%2Fpackage.json

This isn't a bug, it's the expected behavior. Yarn enforces that your workspaces only use the dependencies they declare, and that includes scripts.

This isn't a bug. The pnpm linker relies on the filesystem (same as the node_modules one), so its case sensitivity behaviour depends on the filesystem sensitivity. The OSX filesystem is...

> Currently paths starting with `/` are resolved as relative to the project (not sure if this is intended, it could be a bug?) It's intended; otherwise the path wouldn't...

If `/nix/store` is some kind of Nix global we can rely on, then I think it'd make sense to generate absolute paths when we detect it. Do you want to...

The tests seem to accept that, so I'd tend to be fine with merging this since it shouldn't impact existing codebases 🤔