Stream: git-wasmtime

Topic: wasmtime / PR #4983 ISLE: Always default the priority to 0


view this post on Zulip Wasmtime GitHub notifications bot (Sep 29 2022 at 20:57):

elliottt opened PR #4983 from trevor/no-optional-priority to main:

Make the priority field of the sema::Rule struct an i64 instead of an Option<i64>. As this value was always defaulted to 0 when used, this change removes a source of footguns when comparing priority values of different rules.

Additionally, fix a hidden overlap error in the x64 backend, where rules with no priority were seen to be written at a different priority level from those at priority 0.
<!--

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 (Sep 29 2022 at 20:58):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 29 2022 at 22:32):

elliottt merged PR #4983.


Last updated: Nov 22 2024 at 16:03 UTC