Thanks, Henry. @Tom-
Re my instructions: could you try them out with j807 please, not the new beta? Ian On Fri, 26 Apr 2019 at 17:40, Henry Rich <[email protected]> wrote: > Oh dear. The current beta has some bugs in the area of debug. I don't > think they affect what you are doing here. Current list: > > * > o In debug, assert. failures did not show up on the debug stack > o dbr 1executed during loading a script was ignored > o assigning13!:19(cut stack) to a name caused a hang > o anonymous verbs always executed with debug turned off > > Henry Rich > > > > On 4/26/2019 12:35 PM, Ian Clark wrote: > > @Tom- > > > > Then my speculative fix didn't work. > > > > 1. Are you using jqt? > > > > 2. Does this fail the same way? > > load 'math/uu' > > > > 3. Is the actual "load" you're entering manually failing? Can you load > > other addons this way? > > If you can, then (start_uu_'') must be failing at one of its internal > > loads. I'd like to know which one. > > > > 4. Could you please try the following for me? > > > > Enter: > > dbr 1 > > load'~addons/math/uu/uu.ijs' > > > > Then when you get the error, enter: > > dbs'' > > and tell me what appears in the session window as a result. > > > > NB: If you then want to resume your session, remember to disable > suspension > > by entering: > > dbr 0 > > > > On Fri, 26 Apr 2019 at 04:01, Tom Arneson <[email protected]> wrote: > > > >> Ian: > >> > >> > >> I updated to version 2.1.9 via pacman, but still having the problem with > >> space in a path: > >> > >> > >> load'~addons/math/uu/uu.ijs' > >> > >> > >> not found: c:/program > >> > >> > >> |file name error: script > >> > >> > >> | 0!:0 y[4!:55<'y' > >> > >> > >> The new version works fine on my android device, but there id no space > in > >> the '~addons' path there. > >> > >>> ---------- Original Message ---------- > >>> From: Ian Clark <[email protected]> > >>> To: General forum <[email protected]> > >>> Date: April 26, 2019 at 5:50 AM > >>> Subject: Re: [Jgeneral] Fwd: Re: [Jprogramming] bug in addons/math/uu > >> for the past week or more > >>> @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 > >> ---------------------------------------------------------------------- > >> For information about J forums see http://www.jsoftware.com/forums.htm > >> > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > --- > This email has been checked for viruses by AVG. > https://www.avg.com > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
