Thanks John. I believe Henry had already fixed this bug in git repos.
On Mon, Sep 28, 2020 at 10:23 PM John Baker <[email protected]> wrote: > Bill, > > This is the message you get when there are no dictionaries. > > To create some dictionaries try running the JOD lab JOD (1) Introduction > and JOD (2) Source Code Dump Scripts. > JOD labs are installed with the addon. > > They walk you through defining some dictionaries. More information is > available in this document: > > > https://github.com/bakerjd99/jod/blob/master/jodnotebooks/JODSourceCodeDumpScriptsLab.pdf > > John > > On Sun, Sep 27, 2020 at 10:03 AM bill lam <[email protected]> wrote: > > > I tried again and no value error now, but > > load'general/jod' > > od ;:'joddev jod utils' > > +-+-------------------------------------------------+ > > |0|!JOD error: invalid or missing dictionary name(s)| > > +-+-------------------------------------------------+ > > > > > > > > > > On Sun, Sep 27, 2020 at 8:51 AM John Baker <[email protected]> wrote: > > > > > It runs on Windows 10 64 bit J 9.01 and all j 8.0x windows versions. > > > > > > Sent from my iPhone > > > > > > > On Sep 26, 2020, at 18:24, bill lam <[email protected]> wrote: > > > > > > > > latest beta, j807, j602 all failed. > > > > Can you confirm the latest version of jod worked and on which > platform? > > > > > > > >> On Sun, Sep 27, 2020, 8:14 AM John Baker <[email protected]> > wrote: > > > >> > > > >> I haven’t tested JOD on Linux lately. Are you trying to run it with > > the > > > >> latest beta or earlier versions? > > > >> > > > >> Sent from my iPhone > > > >> > > > >>>> On Sep 26, 2020, at 17:43, bill lam <[email protected]> wrote: > > > >>> > > > >>> When I tried to load the jod addon under linux, it said value > error > > > and > > > >>> stopped. > > > >>> > > > >>>> On Fri, Sep 25, 2020, 6:32 AM John Baker <[email protected]> > > wrote: > > > >>>> > > > >>>> Henry, > > > >>>> > > > >>>> Here's the behaviour - there is something going on with passing > data > > > in > > > >> an > > > >>>> expression vs. assigning it to a noun and then passing. > > > >>>> > > > >>>> If I assign the result to (g) below and then (get g) all is fine. > > If I > > > >>>> don't I get the crash. I will see if I can distill this to > > something > > > >>>> simpler > > > >>>> but it's definitely something to do with passing data into > explicit > > > >> verbs. > > > >>>> > > > >>>> The JOD sequence that shows this: > > > >>>> > > > >>>> require 'general/jod' > > > >>>> > > > >>>> od ;:'joddev jod utils' > > > >>>> +-+--------------------+------+---+-----+ > > > >>>> |1|opened (ro/ro/ro) ->|joddev|jod|utils| > > > >>>> +-+--------------------+------+---+-----+ > > > >>>> > > > >>>> NB. assign name list works - boxed list of J names > > > >>>> g=. }. grp 'buildjod' > > > >>>> > > > >>>> get g > > > >>>> +-+------------------+ > > > >>>> |1|57 word(s) defined| > > > >>>> +-+------------------+ > > > >>>> > > > >>>> NB. calling without assignment crashes hard > > > >>>> get }. grp 'buildjod' > > > >>>> > > > >>>>> On Thu, Sep 24, 2020 at 4:08 PM Henry Rich <[email protected] > > > > > >> wrote: > > > >>>>> > > > >>>>> Thanks. I will work on it as soon as you can isolate it. > > > >>>>> > > > >>>>> hhr > > > >>>>> > > > >>>>> -- > > > >>>>> This email has been checked for viruses by AVG. > > > >>>>> https://www.avg.com > > > >>>>> > > > >>>>> > > > >>>> > > > >>>> -- > > > >>>> John D. Baker > > > >>>> [email protected] > > > >>>> > > ---------------------------------------------------------------------- > > > >>>> 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 > > > > > -- > John D. Baker > [email protected] > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
