Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bug: 0.5.1 does not build #72

Copy link
Copy link

Description

@RakuJa
Issue body actions

Product area

liboliphaunt

Summary

error[E0004]: non-exhaustive patterns: NetworkError::MessageSize not covered
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmer-wasix-0.702.0-alpha.3/src/net/mod.rs:376:11
|
376 | match net_error {
| ^^^^^^^^^ pattern NetworkError::MessageSize not covered
|
note: NetworkError defined here
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtual-net-0.702.0-rc.1/src/lib.rs:817:1
|
817 | pub enum NetworkError {
| ^^^^^^^^^^^^^^^^^^^^^
...
863 | MessageSize,
| ----------- not covered
= note: the matched value is of type NetworkError
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
400 ~ NetworkError::UnknownError => Errno::Io,
401 ~ NetworkError::MessageSize => todo!(),
|
For more information about this error, try rustc --explain E0004.
error: could not compile wasmer-wasix (lib) due to 1 previous error

It's another version mismatch, updating all wasmer dependencies fixes it

Reproduction

add pglite-oxide 0.5.1 to a new project or clean the cache

Versions

pglite-oxide 0.5.1

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.