Re: [Jprogramming] 807 beta

2018-06-06 Thread greg heil
>The Samsung Chromebook Plus is the second CB (after the Pixel) which can >install Linux app's. The whole system is a bit iffy ATM (see ~Reddit >discussion) >On a previous CB (HP 14) i installed J in a Linux Crouton, and then could >access JHS from the ChromeOS side. It was a bit clunky requiri

Re: [Jprogramming] 807 beta

2018-06-06 Thread bill lam
I don't know. Can CB run android apps? If it can, then try the jandroid.apk On Wed, Jun 6, 2018, 11:47 PM greg heil wrote: > >The Samsung Chromebook Plus is the second CB (after the Pixel) which can > install Linux app's. The whole system is a bit iffy ATM (see ~Reddit > discussion) > > >On a p

[Jprogramming] Test suite produces lots of errors

2018-06-06 Thread Bill Heagy
For a few days now, running the test routines has produced a long list of errors. That's with the latest source from git. I'm sorry, I didn't notice which update started the problem. This is on Linux testing or stable 32bit and testing 64bit. load 'test/tsu.ijs' RUN ddall g000s g010s g011s

Re: [Jprogramming] Test suite produces lots of errors

2018-06-06 Thread Raul Miller
Are you on a noavx machine? Thanks, -- Raul On Wed, Jun 6, 2018 at 8:45 PM Bill Heagy wrote: > > For a few days now, running the test routines has produced a long list > of errors. That's with the latest source from git. I'm sorry, I didn't > notice which update started the problem. This is

Re: [Jprogramming] Test suite produces lots of errors

2018-06-06 Thread Bill Heagy
Yes. On 2018-06-06 08:48 PM, Raul Miller wrote: Are you on a noavx machine? Thanks, -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] Test suite produces lots of errors

2018-06-06 Thread bill lam
Did it run om last time? Do you know how to bisect and locate the commit that caused the problem? always remember to update and sync test suite after each git reset. On Thu, Jun 7, 2018, 8:45 AM Bill Heagy wrote: > For a few days now, running the test routines has produced a long list > of error

Re: [Jprogramming] Test suite produces lots of errors

2018-06-06 Thread Bill Heagy
I'll try to track it down. On 2018-06-06 09:13 PM, bill lam wrote: Did it run om last time? Do you know how to bisect and locate the commit that caused the problem? always remember to update and sync test suite after each git reset. On Thu, Jun 7, 2018, 8:45 AM Bill Heagy wrote: For a few da

Re: [Jprogramming] 807 beta

2018-06-06 Thread Daniel Gregoire
I've installed the lastest 807 beta on my Android (OnePlus 5T, Android 8.1.0 running OxygenOS 5.1.2). I can successfully evaluate the regex example mentioned in this thread. However, when I tap Tools -> Package Manager I get the following error: |file name error | ((p2+{.p1)}.pp)1!:2 wrote:

Re: [Jprogramming] 807 beta

2018-06-06 Thread bill lam
you need to go to app setting and grant storage permission to jandroid. On Thu, Jun 7, 2018, 9:51 AM Daniel Gregoire wrote: > I've installed the lastest 807 beta on my Android (OnePlus 5T, Android > 8.1.0 running OxygenOS 5.1.2). > > I can successfully evaluate the regex example mentioned in thi

Re: [Jprogramming] 807 beta

2018-06-06 Thread Daniel Gregoire
Thanks, Bill. Interestingly, I'd already granted that permission when it prompted me after first opening the app. I just now went to the app's permissions then disabled and re-enabled storage permissions, and now it works. On Wed, Jun 6, 2018, 9:54 PM bill lam wrote: > you need to go to app sett