Stream: git-wasmtime

Topic: wasmtime / PR #1750 Remove Eq bound of ReservedValue trait


view this post on Zulip Wasmtime GitHub notifications bot (May 24 2020 at 12:11):

osa1 opened PR #1750 from refactor_packed_option to master:

A full Eq implementation is no needed for ReservedValue, as we only need
to check whether a value is the reserved one. For entities (defined with
entity_impl!) this doesn't make much difference, but for more
complicated types this avoids generating redundant Eqs.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2020 at 08:27):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (May 26 2020 at 08:27):

bnjbvr merged PR #1750.


Last updated: Oct 23 2024 at 20:03 UTC