various: migrate fetchPnpmDeps from fetcherVersion = 1 to fetcherVersion = 3 (part 2)#494400
Conversation
|
|
froide builds fine locally ❯ nom-build -A froide -A froide-govplan
Finished at 02:32:04 after 10s
/nix/store/qcc6bdlwqqgvs2kvgmfdhllq8hnlqakb-froide-0-unstable-2025-09-10
/nix/store/ksvwayqiznww5yzjifhkh960bspxhf64-froide-govplan-0-unstable-2025-07-14modrinth error unrelated > error[E0308]: mismatched types
> --> crates/turborepo-lib/src/commands/daemon.rs:70:30
> |
> 70 | let client = connector.clone().connect().await?;
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<_, DaemonError>`, found `Result<_, DaemonConnectorError>`
> |
> = note: expected enum `std::result::Result<_, DaemonError>`
> found enum `std::result::Result<_, DaemonConnectorError>`
> help: use the `?` operator to extract the `std::result::Result<_, DaemonConnectorError>` value, propagating a `Result::Err` value to the caller
> |
> 70 | let client = connector.clone().connect().await??;
> | +
>
> For more information about this error, try `rustc --explain E0308`.
> error: could not compile `turborepo-lib` (lib) due to 1 previous error |
c4d2d0b to
d8596b4
Compare
|
gepbird
left a comment
There was a problem hiding this comment.
Looks good, can you rebase one more time?
d8596b4 to
1ceef3a
Compare
|
Migrate various packages using
fetchPnpmDepsfromfetcherVersion = 1tofetcherVersion = 3and update their hashes accordingly.fetcherVersion = 1is deprecated and will be removed. Version 3 uses a more robust fetching strategy.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.