all: migrate to pnpm workspace #6109
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current setup with
yarn
has Node module resolution issues and therefore produces other WASM hashes and subgraph hashes. This can be replicated also inyarn
by installing the package seperately instead of via the yarn workspace (produces the same output aspnpm
in that case).E.g. for the test
static_filters_false_positives
:QmWgKfybDi2bMgvzMhhhGR49KJ2jFdUxMdnYs8DUfPcj1c
QmSfWeRwMvR1xdPamvBwB8yab6dauW5nwh84Kcefy6fgqB
QmbnJnVwV9DDcHRiUr6n1TQ3foMkSD9C9UtyXuiLYrNDoE
QmaQ5cE7a7YriKDs1ysFDwGgfqhmsnu1XJb9dAWyHPCavB
8e5cfe3f014586cf0f02277c306ac66f11da52b632b937bd74229cce1374d9d5
c72af01a19a4e35a35778821a354b7a781062a9320ac8796ea65b115cb9844bf
I have therefore updataed the POI hash assertion in the test suite where applicable. ./cc @lutter
NOTE: The new (pnpm) setup uses the correct versions. This was a bug / is a bug in the current setup with yarn.