Re: [Bug-apl] ravel with axis - assertion failed

2016-05-20 Thread Juergen Sauermann
Hi Louis, thanks, fixed in SVN 731. /// Jürgen On 05/19/2016 11:16 PM, Louis de Forcrand wrote: Hi again, I believe you must first define a function, then define another

Re: [Bug-apl] ravel with axis - assertion failed

2016-05-19 Thread Louis de Forcrand
Hi again, I believe you must first define a function, then define another function as the first (in an incorrect way, look at the example). The second fun works, as long as you don't try to edit it using ∇ (for example ∇G[⎕]∇). After a few edits GNU APL crashes: F←{(+⌿⍵)÷≢⍵} G←F

Re: [Bug-apl] ravel with axis - assertion failed

2016-05-19 Thread Juergen Sauermann
Hi Louis, for this (and the next) error report I would need more information about how to reproduce it. /// Jürgen On 05/19/2016 01:12 AM, Louis de Forcrand wrote:       E2←E       E2

Re: [Bug-apl] ravel with axis - assertion failed

2016-05-19 Thread Juergen Sauermann
Hi Louis, thanks. fixed in SVN 730. /// Jürgen On 05/19/2016 01:09 AM, Louis de Forcrand wrote:       t 0 0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0

[Bug-apl] ravel with axis - assertion failed

2016-05-18 Thread Louis de Forcrand
t 0 0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 1 0 ,[3 4],⌿⊃(⊂T)×(1⌽[2]T)(1⌽T←¯1+2×t) == Assertion failed: r < rho_rho in Function: get_shape_item in file: ./Shape.hh:105 Call sta

[Bug-apl] ravel with axis - assertion failed

2016-05-18 Thread Louis de Forcrand
∇E[⎕]∇ ∇ [0] λ←E ⍵ [1] λ←+/,⍤¯1⊃,/(⊂T)×(1⌽[2]T)(1⌽T←¯1+2×⍵) ∇ E←{+/⍪⊃,/(⊂T)×(1⌽[2]T)(1⌽T←¯1+2×⍵)} E t 4 ¯4 ∇E2[⎕]∇ SEGMENTATION FAULT -- Stack trace at main.cc:63 ---

[Bug-apl] ravel with axis - assertion failed

2016-05-18 Thread Louis de Forcrand
E2←E E2 SYNTAX ERROR E2 ^ → ∇E2[⎕]∇ ∇ [0] λ←E ⍵ [1] λ←+/,⍤¯1⊃,/(⊂T)×(1⌽[2]T)(1⌽T←¯1+2×⍵) ∇ E2 t == Assertion failed: get_ValueType() == TV_FUN in Function