Stream: git-wasmtime

Topic: wasmtime / PR #6027 Rename `as_bool` to `as_truthy`, and ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:25):

elliottt opened PR #6027 from trevor/rename-as-bool to main:

Rename the as_bool functions in cranelift-codegen-meta to as_truthy to
better describe their behavior. Additionally, fix the implementation of
TypeSet::as_truthy to match the behavior of Type::as_truthy, as it was
returning an empty TypeSet when it should have been mirroring the behavior.

This bug was introduced in #5013 when we removed booleans from cranelift.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:26):

elliottt updated PR #6027 from trevor/rename-as-bool to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:27):

elliottt edited PR #6027 from trevor/rename-as-bool to main:

Rename the as_bool functions in cranelift-codegen-meta to as_truthy to better describe their behavior. Additionally, fix the implementation of TypeSet::as_truthy to match the behavior of Type::as_truthy, as it was returning an empty TypeSet when it should have been mirroring the behavior.

This bug was introduced in #5013 when we removed booleans from cranelift.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:28):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:28):

elliottt created PR review comment:

Here's the bug fix for TypeSet::as_truthy. I've also updated the tests to ensure this is doing what we expect now, given the semantics of as_truthy_pedantic.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:29):

elliottt has marked PR #6027 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:29):

elliottt requested jameysharp for a review on PR #6027.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2023 at 19:32):

elliottt edited PR #6027 from trevor/rename-as-bool to main:

Rename the as_bool functions in cranelift-codegen-meta to as_truthy to better describe their behavior. Additionally, fix the implementation of TypeSet::as_truthy to match the behavior of Type::as_truthy, as it was returning an empty TypeSet when it should have been mirroring the behavior.

This bug was introduced in #5031 when we removed booleans from cranelift.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 00:34):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 21:59):

elliottt merged PR #6027.


Last updated: Nov 22 2024 at 16:03 UTC