From 4055c082176aa252970db6567657ec94045f7c49 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 20 Aug 2023 16:33:34 -0700 Subject: [PATCH] Fixed incompatible messages when one unit is a scalar --- src/evaluate/operator.rs | 64 ++++++++++++++++++++++++++++++++-------- 1 file changed, 52 insertions(+), 12 deletions(-) diff --git a/src/evaluate/operator.rs b/src/evaluate/operator.rs index 1268554..f5fbf8a 100644 --- a/src/evaluate/operator.rs +++ b/src/evaluate/operator.rs @@ -75,12 +75,26 @@ pub fn eval_operator(context: &mut Context, g: &Expression) -> Result Result Result