Closed Rembane closed 11 months ago
I got the same bug when doing rows(join). Edit: Did some testing: ≡(+) [1 2 3] ¤ 1 # Works ≡(+) ¤ 1 [1 2 3] # Works ≡(+) [] [] # Works ≡(+) [] [] # Works ≡(+) [1 2 3] [] # Error, as it should ≡(+) [] [1 2 3] # Error, as it should ≡(+) [] ¤ 1 # Crashes ≡(+) ¤ 1 [] # Crashes ≡(+) [] [1] # Crashes ≡(+) [1] [] # Crashes
So theres an error when fixing a value and trying to iterate over another array, if that other array is empty.
This was fixed recently. You can get the version with the fix with
uiua update --main
Awesome! Thank you!
I'm creating an issue to track this issue. Please let me know if you need anything more from me.