Stream: git-wasmtime

Topic: wasmtime / PR #9083 cranelift-entity: `#[track_caller]` f...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 07 2024 at 04:00):

ThePuzzlemaker requested cfallin for a review on PR #9083.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 07 2024 at 04:00):

ThePuzzlemaker requested wasmtime-compiler-reviewers for a review on PR #9083.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 07 2024 at 04:00):

ThePuzzlemaker opened PR #9083 from ThePuzzlemaker:entity-packedoption-track-caller to bytecodealliance:main:

This PR adds the #[track_caller] attribute to PackedOption::unwrap and PackedOption::expect. Using this attribute greatly improves the panic message of any .expect or .unwrap on a PackedOption by using the caller's location, not the location of packed_option.rs within cranelift-entity.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 07 2024 at 04:44):

cfallin submitted PR review:

Seems reasonable; neat to learn about this attribute. Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Aug 07 2024 at 04:59):

cfallin merged PR #9083.


Last updated: Oct 23 2024 at 20:03 UTC