@Tom- You're right: math/uu does do internal loads when it starts up. The space in your pathname (to the addons library) defeats it.
I've just uploaded a new JAL version 2.1.09 which surrounds such paths with doublequotes. This is tolerated on the Mac, and (from memory) usually fixes this class of problem in Windows. Please let me know if it now works. Anticipating that it does, I've fixed math/cal and math/tabula too, in the same way. All have new version 2.1.09. Ian Clark On Thu, 25 Apr 2019 at 07:18, Tom Arneson <[email protected]> wrote: > Ian, > > > something else must be missing. Here's what happened on my Windows 10 > device after I updated using pacman: > > > load jpath '~addons/math/uu/uu.ijs' > > > not found: c:/program > > > |file name error: script > > > | 0!:0 y[4!:55<'y' > > > load jpath '~addons/math/uu/uu.ijs' > > > not found: c:/program > > > |file name error: script > > > | 0!:0 y[4!:55<'y' > > > [f=. jpath '~addons/math/uu/uu.ijs' > > > c:/program files/j64-807/addons/math/uu/uu.ijs > > > dir f > > > uu.ijs 34643 25-Apr-19 07:29:03 > > > load f > > > not found: c:/program > > > |file name error: script > > > | 0!:0 y[4!:55<'y' > > > There may be a load inside of 'uu.ijs' failing. > > > -- tom > > > > ---------- Original Message ---------- > > From: Ian Clark <[email protected]> > > To: Programming forum <[email protected]> > > Cc: General forum <[email protected]> > > Date: April 25, 2019 at 10:46 AM > > Subject: Re: [Jgeneral] [Jprogramming] bug in addons/math/uu for the > past week or more > > > > @Tom - addon: math/uu should work ok now. (There were swabs left in the > > patient) > > > > load'math/uu' > > uu '9 ft' > > 2.743 m > > 'yd' uu '9 ft' > > 3 yd > > uu '60 mph' > > 26.820 m/s > > 'km/h' uu '60 mph' > > 96.552 km/h > > VERSION_uu_ > > 2.1.08 > > > > Please note the lab included with the addon (~addons/math/uu/uu.ijt) is > > out-of-date and is being rewritten. It is half-complete. This goes for > the > > rest of the TABULA material on jwiki. > > > > When (a) the wiki pages are in good shape and (b) the addons do what the > > wiki says, I'll announce that it's in beta test. Meanwhile you're welcome > > to play with TABULA and its engines CAL and UU as they stand, and pm me > for > > workarounds when you hit the rough patches. > > > > I'll be most grateful for people to run through the built-in samples on a > > range of platforms. I've only got an (obsolescent) iMac to develop and > test > > on. Once the wiki pages are all written, they'll provide clarity on > what's > > meant to happen. > > > > Ian Clark > > > > > > On Wed, 24 Apr 2019 at 04:35, Tom Arneson <[email protected]> wrote: > > > I hope this message gets through. I've tried to report this problem > > > several times in the past week. I thought I was registered in the > forums > > > for many years. > > > > > > JVERSION > > > Engine: j807/j64/windows > > > Release-d: commercial/2019-03-18T13:21:35 > > > Library: 8.07.26 > > > Qt IDE: 1.7.9s/5.9.6 > > > Platform: Win 64 > > > Installer: J807 install > > > InstallPath: c:/program files/j64-807 > > > Contact: www.jsoftware.com > > > > > > load '~addons/math/uu/uu.ijs' > > > |syntax error: script > > > | vt=:viewtable=: ''ddefine > > > |[-222] c:\program files\j64-807\addons\math\uu\uu.ijs > > > > > > --- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > --- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
