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
Hi,
⍝ This writes apl chars
some_apl_chars ← '¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~'
fh←'w' ⎕FIO[3] ''
some_apl_chars ⎕FIO[43] fh
60
⎕FIO[4] fh
0
⍝ This returns them:
⎕FIO[49] ''
¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~
⍝ I did not notice so far that ⎕FIO[56] fails in writing APL cha
Hi,
⍝ as expected:
∇FUN
[1] →←∇
FUN
SYNTAX ERROR
FUN[1] →←
^^
⍝ Just came up in a typo:
∇FUN
[2] [1] →NEXTLINE:
[2] NEXTLINE:
[3] ∇
Line 1
Offending token: (tag > TC_MAX_PERM) 0x43030019 :
Statement: `→ `'NEXTLINE `:
DEFN ERROR+
∇FUN
^
⍝ The chan
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
Building the latest SVN 1371 on Mac OS X, I get a ton of warnings, although the
make seems to complete normally.
Here is a sample (not all warnings are here):
Making all in workspaces
make[3]: Nothing to be done for `all'.
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -g -O2 -MT apl-main.
Hi Hans-Peter,
thanks, fixed in SVN 1372.
Best Regards,
Jürgen
On 12/9/20 2:32 PM, Hans-Peter Sorge
wrote:
Hi,
⍝ This writes apl chars
some_apl_chars ← '¨¯⍒⍋⌽⍉⊖≠∨∧\⌹@⍵∊⍴t↑↓⍳○p←~'
Hi Louis,
thanks, I have fixed some of them, please let me know if there are
more remaining.
SVN 1373.
Best Regards,
Jürgen
On 12/9/20 8:58 PM, Louis Chretien via
Bugs and suggestions for GNU APL wrote: