Looks good. Thank you for all your work on this.
Bill
On 12/9/20 7:04 AM, Dr. Jürgen Sauermann wrote:
Hi Bill,
thanks, fixed in SVN 1371.
Best Regards,
Jürgen
On 12/9/20 4:24 AM, Bill Heagy wrote:
Before this change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
1
which is what I expect
Hi Bill,
thanks, fixed in SVN 1371.
Best Regards,
Jürgen
On 12/9/20 4:24 AM, Bill Heagy wrote:
Before
this change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
1
which is what I exp
Before this change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
1
which is what I expected.
After the change:
⍴⍴(1 2)+¨⊂ 3 4 5
1
⍴⍴(,2)+¨⊂ 3 4 5
0
I don't know if the change for a 1-element vector compared to, say, a
2-element vector was intended. (debian, various versions)