Skip to content

Commit

Permalink
feat: handle AND/OR and priority in matches fn (#4270)
Browse files Browse the repository at this point in the history
* feat: handle AND/OR and priority in matches fn

Signed-off-by: Ruihang Xia <[email protected]>

* transform AST

Signed-off-by: Ruihang Xia <[email protected]>

* fix clippy

Signed-off-by: Ruihang Xia <[email protected]>

* handle non-big-write AND & OR

Signed-off-by: Ruihang Xia <[email protected]>

---------

Signed-off-by: Ruihang Xia <[email protected]>
Co-authored-by: dennis zhuang <[email protected]>
  • Loading branch information
waynexia and killme2008 authored Jul 4, 2024
1 parent 65c9fbb commit 03c933c
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 123 deletions.
2 changes: 2 additions & 0 deletions src/common/function/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#![feature(let_chains)]

mod macros;
pub mod scalars;
mod system;
Expand Down
Loading

0 comments on commit 03c933c

Please sign in to comment.