Re: [Jprogramming] display

2019-04-23 Thread Henry Rich
Fixed for next beta.  Thanks for the report. Henry Rich On 4/23/2019 10:52 AM, David Lambert wrote: Did I not carefully read release notes? i. 3 2 2 NB. expected grouped APL display 0 1 2 3 4 5 6 7 8 9 10 11 i.777 2 2 NB. where are the tables? NB. extra truncatio

Re: [Jprogramming] display

2019-04-23 Thread 'robert therriault' via Programming
Looks to me like something is going on with the truncated display, as the default display is 9!:36 '' 0 256 0 222 and 222%2 111 222%3 74 222%4 55.5 and the point at which the spacing is 'flattened' is 112 for 2 lines per table, 75 for three lines per table and 56 for 4 lines p

Re: [Jprogramming] display

2019-04-23 Thread Raul Miller
I haven't spotted anything about this (yet) in the release notes, either. https://code.jsoftware.com/wiki/System/ReleaseNotes/J807 https://code.jsoftware.com/wiki/System/ReleaseNotes/J901 (Unless maybe the j807 result assembly consolidation is an issue here, somehow?) A workaround is: A=:i.11

Re: [Jprogramming] display

2019-04-23 Thread David Mitchell
It started failing in J807. It was ok in j806. On 4/23/2019 11:02, David Mitchell wrote: The grouping stops after 111:    i. 111 2 2 ... 148 149 150 151 152 153 154 155 ...    i. 112 2 2 ...   4   5   6   7   8   9  10  11 ... On 4/23/2019 10:52, David Lambert wrote: Did I not ca

Re: [Jprogramming] display

2019-04-23 Thread David Mitchell
The grouping stops after 111: i. 111 2 2 ... 148 149 150 151 152 153 154 155 ... i. 112 2 2 ... 4 5 6 7 8 9 10 11 ... On 4/23/2019 10:52, David Lambert wrote: Did I not carefully read release notes? i. 3 2 2 NB. expected grouped APL display 0 1 2 3 4 5

[Jprogramming] display

2019-04-23 Thread David Lambert
Did I not carefully read release notes? i. 3 2 2 NB. expected grouped APL display 0 1 2 3 4 5 6 7 8 9 10 11 i.777 2 2 NB. where are the tables? NB. extra truncation in emacs ... 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3

Re: [Jprogramming] display bug

2018-12-18 Thread Henry Rich
This is an error only in the display & I don't think I'll work on it.  You may put it on the bug list if you like. Henry Rich On 12/18/2018 1:03 AM, David Lambert wrote: squished quote marks in domain error have change the literal. Apologies if this isn't the most recent version.  I would sche

[Jprogramming] display bug

2018-12-17 Thread David Lambert
squished quote marks in domain error have change the literal. Apologies if this isn't the most recent version.  I would schedule this toward the bottom of the priorities list.    (,.&' ' ' '&,. ,&' ' ' '&,)literal_matrix |domain error |   (,.&' '' '&,.,&' '' '&,)literal_matrix JVERSION En