You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the source of the error is no doubt the constraints of the environment under which the code is running, it would be nice if certain errors might be skipped. There is no date-time that must be read from a \005SummaryInformation stream.
To note, this only fails in WASM I've found. I have separated functions to test locally like so:
Calling read_product_info locally works fine. This is just for context, though; again, I realize the source of the underlying problem isn't here: I'm just questioning whether failing to read some data should be strictly fatal.
The text was updated successfully, but these errors were encountered:
Temporarily works around mdsteele#13 in a vendored directory to finish POC.
Long-term if the upstream issue in rust-lang/rust isn't fixed, it may be worth copying the SystemTime definition for Windows.
heaths
added a commit
to heaths/rust-msi
that referenced
this issue
Aug 10, 2024
Temporarily works around mdsteele#13 in a vendored directory to finish POC.
Long-term if the upstream issue in rust-lang/rust isn't fixed, it may be worth copying the SystemTime definition for Windows.
I'm using a
Cursor
to read from an in-memory buffer usingPackage::open
, but found this will err in WASM:While the source of the error is no doubt the constraints of the environment under which the code is running, it would be nice if certain errors might be skipped. There is no date-time that must be read from a
\005SummaryInformation
stream.To note, this only fails in WASM I've found. I have separated functions to test locally like so:
Calling
read_product_info
locally works fine. This is just for context, though; again, I realize the source of the underlying problem isn't here: I'm just questioning whether failing to read some data should be strictly fatal.The text was updated successfully, but these errors were encountered: