Good news:
   load '~addons/math/uu/uu.ijs'
   uu '1 J'
1 kg m²/s²
    uu '*ssic 0' 
0
   uu '1 J'
1 kg m^2/s^2
   uu '*ssig 15'
15
   uu'1r3 J'
0.333333333333333 kg m^2/s^2
   'kcal'uu '1r3 J' 
0.000079668578713 kcal


> ---------- Original Message ----------
> From: Ian Clark <earthspo...@gmail.com>
> To: General forum <gene...@jsoftware.com>
> Date: April 28, 2019 at 1:42 AM
> Subject: Re: [Jgeneral] Fwd: Re: Fwd: Re: Fwd: Re: Fwd: Re: [Jprogramming] 
> bug in addons/math/uu for the past week or more
> 
> @Tom--
> 
> Could you please upgrade addon: math/uu (current: 2.1.11)
> and see if it works in j807 Win now?
> 
> Procedure as before. But if it fails to load, please also try:
> 
>  cocurrent 'uu'
>      VERSION
>  test''
>  start
> 
> If by great good fortune it loads okay, could you please verify these under
> j807 win?
> 
>  uu '1 J'
> 1 kg m²/s²
>  uu '*ssic 0' NB. SI-conformance level
> 0
>  uu '1 J'
> 1 kg m^2/s^2
>  uu '*ssic 3'
> 3
>  uu '1 J'
> 1 kg·m²·s⁻²
>  uu '*ssig 15' NB. decimal places
> 15
>  uu '1r3 J'
> 0.333333333333333 kg·m²·s⁻²
>  'kcal' uu '1r3 J'
> 0.000079668578713 kcal
> 
> Thanks,
> Ian Clark
> 
> On Sat, 27 Apr 2019 at 07:18, Ian Clark <earthspo...@gmail.com> wrote:
> > Aahh! I see what's happening. (pathof CREATOR) is defeated by the
> > backslashes.
> > 
> > I remember now. J makes a good job of converting Window's (MSDOS's)
> > backslashes to forward slashes almost everywhere so you can forget about
> > platform differences. But not where 4!:3 is concerned.
> > 
> > Without a MSWin machine, it's like doing experiments on Mars.
> > 
> > Thanks for your patience, Tom. I'll fix it tomorrow.
> > 
> > Ian
> > 
> > On Sat, 27 Apr 2019 at 06:53, Tom Arneson <t...@tomarneson.com> wrote:
> > > Ian,
> > > 
> > > I just ran pacman, now at version 2.1.10 of uu
> > > 
> > > still failing, but different:
> > > 
> > > ---
> > > 2019-04-27 12:40
> > > Machine: acer-tablet-2018
> > > 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
> > > 
> > > ---
> > > 
> > > dbr 1
> > > 
> > >  load'~addons/math/uu/uu.ijs'
> > > not found: c:/program
> > > not found: c:/program files/j64-807/addons/math/uu/uu.ijs /tpathjal.ijs
> > > >>> start_uu_ cannot load script at path: "c:\program
> > > files\j64-807\addons\math\uu\uu.ijs /tpathjal.ijs"
> > > |assertion failure: assert
> > > |assert[0]
> > >  dbs''
> > > |dbs[0]
> > > | dbs''
> > > *assert[0]
> > > | assert 0['abort start_uu_'
> > > |loadFixed[5]
> > > | loadFixed(pathof CREATOR)sl'tpathjal.ijs'
> > > |start[11]
> > > | start''
> > > |[-1928] c:\program files\j64-807\addons\math\uu\uu.ijs
> > > | 0!:0 y[4!:55<'y'
> > > |script[0]
> > > |fn[0]
> > > | fn fl
> > > |load[:7]
> > > | 0 load y
> > > |load[0]
> > > | load'~addons/math/uu/uu.ijs'
> > > 
> > >  VERSION_uu_
> > > 0.0.0
> > > > ---------- Original Message ----------
> > > > From: Ian Clark <earthspo...@gmail.com>
> > > > To: General forum <gene...@jsoftware.com>
> > > > Date: April 27, 2019 at 8:06 AM
> > > > Subject: Re: [Jgeneral] Fwd: Re: Fwd: Re: Fwd: Re: [Jprogramming] bug
> > > in addons/math/uu for the past week or more
> > > >
> > > > @Bill--
> > > > 
> > > > I forgot to remind Tom to upgrade his version of math/uu.
> > > > 
> > > > Since 2.1.09, start_uu_[10] reads:
> > > > else. loadFixed (pathof CREATOR) sl 'tpathjal.ijs'
> > > > 
> > > > not…
> > > > else. load (pathof CREATOR) sl 'tpathjal.ijs'
> > > > 
> > > > loadFixed is defined as: load&dquote
> > > > 
> > > > @Tom--
> > > > 
> > > > Could you please upgrade your version of math/uu and try it again?
> > > > You should see:
> > > > 
> > > >  VERSION_uu_
> > > > 2.1.09
> > > > 
> > > >  start_uu_
> > > > 3 : 0
> > > > ……
> > > > if. fexist p=. (pathof CREATOR) sl 'tpathdev.ijs' do. loadFixed p
> > > > else. loadFixed (pathof CREATOR) sl 'tpathjal.ijs'
> > > > end.
> > > > loadFixed TPMU sl 'manifest.ijs'
> > > > ……
> > > > )
> > > > 
> > > > Ian Clark
> > > > 
> > > > 
> > > > On Sat, 27 Apr 2019 at 00:52, bill lam <bbill....@gmail.com> wrote:
> > > > > apparently this line still not yet dquote
> > > > > Can you try edit the script to add a dquote?
> > > > > 
> > > > > 
> > > > > load(pathof CREATOR)sl'tpathjal.ijs'
> > > > > 
> > > > > On Sat, Apr 27, 2019, 7:26 AM Tom Arneson <t...@tomarneson.com> wrote:
> > > > > > Ian,
> > > > > > 
> > > > > > I am using jqt.
> > > > > > 
> > > > > > Here's my result from following your instructions:
> > > > > > 
> > > > > >  load'math/uu'
> > > > > > not found: c:/program
> > > > > > |file name error: script
> > > > > > | 0!:0 y[4!:55<'y'
> > > > > >  dbr 1
> > > > > >  load'~addons/math/uu/uu.ijs'
> > > > > > not found: c:/program
> > > > > > |file name error: script
> > > > > > | 0!:0 y[4!:55<'y'
> > > > > >  dbs''
> > > > > > |dbs[0]
> > > > > > | dbs''
> > > > > > *script[0]
> > > > > > |fn[0]
> > > > > > | fn fl
> > > > > > |load[:7]
> > > > > > | 0 load y
> > > > > > |load[0]
> > > > > > | load(pathof CREATOR)sl'tpathjal.ijs'
> > > > > > |start[10]
> > > > > > | start''
> > > > > > |[-1853] c:\program files\j64-807\addons\math\uu\uu.ijs
> > > > > > | 0!:0 y[4!:55<'y'
> > > > > > |script[0]
> > > > > > |fn[0]
> > > > > > | fn fl
> > > > > > |load[:7]
> > > > > > | 0 load y
> > > > > > |load[0]
> > > > > > | load'~addons/math/uu/uu.ijs'
> > > > > > > ---------- Original Message ----------
> > > > > > > From: Ian Clark <earthspo...@gmail.com>
> > > > > > > To: General forum <gene...@jsoftware.com>
> > > > > > > Date: April 26, 2019 at 11:44 PM
> > > > > > > Subject: Re: [Jgeneral] Fwd: Re: Fwd: Re: [Jprogramming] bug in
> > > > > > addons/math/uu for the past week or more
> > > > > > >
> > > > > > > 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 <henryhr...@gmail.com>
> > > 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?
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 1. Does this fail the same way?
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > >  load 'math/uu'
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 1. 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.
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 1. 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 <t...@tomarneson.com
> > > > > > 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 <earthspo...@gmail.com>
> > > > > > > > >>> To: General forum <gene...@jsoftware.com>
> > > > > > > > >>> 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 <
> > > t...@tomarneson.com>
> > > > > > 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 <earthspo...@gmail.com>
> > > > > > > > > > > > > To: Programming forum <programm...@jsoftware.com>
> > > > > > > > > > > > > Cc: General forum <gene...@jsoftware.com>
> > > > > > > > > > > > > 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 <
> > > t...@tomarneson.com>
> > > > > > > > > > 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.comFor 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
> 
> 
> ---
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to