Looks like structured variables does not support )save + )load

2020-12-14 Thread Christian Robert
$ apl -L new SAVED 2020-12-14 04:19:00 (GMT-5) p.age ← 32 p.name ← "Christian Robert" p.address ← "Quebec" )copy Util D SAVED 2020-12-13 14:55:19 (GMT-5) D p ┌2───┐ 8┌3──┐ 32│ ││age│ │ │└───┘

Re: Structured variables

2020-12-14 Thread Hans-Peter Sorge
Hi, wildest dreams come true. Fits right into the stuff I'm working on. Best Regards Hans-Peter Am 13.12.20 um 16:27 schrieb Dr. Jürgen Sauermann: Hi, I created a new experimental feature in GNU APL: Structured variables. See: *info apl* section 3.35.1 or: https://www.gnu.org/software/a

Incomplete value at Symbol.cc:130

2020-12-14 Thread Hans-Peter Sorge
Hi, I could not resist to experiment.   )clear CLEAR WS     A←0     A.A←1 DOMAIN ERROR+     A.A←1 ^ ^   )clear CLEAR WS   A.A←1   A←0  ⍝ Just replacing content of A.   B.B←2   A←B.B    ⍝ Generates a trace. - probably should be A.B ←→ 2 Inco

Re: Looks like structured variables does not support )save + )load

2020-12-14 Thread Dr . Jürgen Sauermann
Hi Christian, thanks, fixed in SVN 1376. Best Regards, Jürgen On 12/14/20 10:26 AM, Christian Robert wrote: $ apl -L new SAVED 2020-12-14 04:19:00 (GMT-5)   p.age ← 32   p.n

Re: Incomplete value at Symbol.cc:130

2020-12-14 Thread Dr . Jürgen Sauermann
Hi Hans-Peter, thanks a lot for your feedback. See my comments below. Best Regards, Jürgen On 12/14/20 4:39 PM, Hans-Peter Sorge wrote: Hi, I could not resist to experiment.   )

Re: Build 1374: one warning left on Mac OS X

2020-12-14 Thread Peter Teeson
Maybe I am wrong but I don’t think it has anything to do with the LLVM/Clang compiler. Rather it’s because Gatekeeper is checking for code signing and notarization. There has always been the opportunity to override the defaults.