[Bug-apl] segfault when using dyadic rank with empty arrays

2014-12-02 Thread Kacper Gutowski
1↑⍤0 ⍬ SEGMENTATION FAULT thread: 0x7fb6c6ec2740 thread_contexts_count: 1 busy_worker_count: 0 active_core_count: 1 thread # 0: 0x7fb6c6ec2740 pool sema: 0 RUN job: 0 no-name -- Stac

Re: [Bug-apl] segfault when using dyadic rank with empty arrays

2014-12-02 Thread Juergen Sauermann
Hi Kacper, thanks, fixed in SVN 514. /// Jürgen On 12/02/2014 09:15 AM, Kacper Gutowski wrote: 1↑⍤0 ⍬ SEGMENTATION FAULT thread: 0x7fb6c6ec2740 thread_conte

Re: [Bug-apl] ANSI Colors and the system preferences file

2014-12-02 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 515. /// Jürgen On 12/02/2014 05:30 AM, David Lamkins wrote: I believe that some of the example ANSI escape sequences encoded in gnu-apl.d/preferences are partially incor

Re: [Bug-apl] ANSI Colors and the system preferences file

2014-12-02 Thread David Lamkins
Thank you. One thing that's interesting about this "default color" is that you can use it to create a color scheme that'll work on either a black or a white background. For example: RESET-SEQUENCE 1b 5b 30 3b 33 39 3b 34 39 6d CIN-SEQUENCE 1b 5b 30 3b 33 30 3b 34 36 6d // black on cyan COUT-SEQUE