Stream: git-wasmtime

Topic: wasmtime / PR #4915 Flatten `and` patterns in ISLE


view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:04):

elliottt opened PR #4915 from trevor/isle-flatten-and-patterns to main:

Normalize and patterns in the ISLE front-end so that all and patterns are flattened into a single vector. For example, the following patterns will all have the same representation after normalization:

(and (and x y) z)
(and x (and y z))
(and x y z)

<!--

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 15 2022 at 17:08):

elliottt has marked PR #4915 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:08):

elliottt requested jameysharp for a review on PR #4915.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:08):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:21):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:38):

elliottt has enabled auto merge for PR #4915.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2022 at 17:40):

elliottt merged PR #4915.


Last updated: Oct 23 2024 at 20:03 UTC