Re: [Bug-apl] 25 warnings flagged by Oxygen

2017-07-02 Thread Juergen Sauermann
Hi Peter, thanks, fixed in SVN 975. /// Jürgen On 07/02/2017 03:33 AM, Peter Teeson wrote: Hi Jürgen: Sorry for the extra work but wouldn’t it be nice to get rid of these? respect… Peter /src/Command.hh:91: warning: Compou

Re: [Bug-apl] Dyalog 16.0

2017-07-02 Thread Juergen Sauermann
Hi Fred, I am afraid that I haven't quite understood what word2vec is doing or what cef is. Maybe some more explanation would be useful. Best Regards, /// Jürgen On 07/01/2017 04:01 AM, Fred Weigel wrote: Dyalog 16.0

[Bug-apl] Implementing Dyalog Key function

2017-07-02 Thread Elias Mårtenson
How about implementing the key function, ⌸? It's described in this article on the Dyalog site: https://www.dyalog.com/blog/2015/04/exploring-key/ Jürgen, are you in favour of this function? Regards, Elias

Re: [Bug-apl] Implementing Dyalog Key function

2017-07-02 Thread Juergen Sauermann
Hi Elias, I am not quite in favour of it and it has problems. It is not on my keyboard (even though I am using a Dyalog keyboard). Not to talk about other keyboards. It does not really look like need-to-have function and I suppose

[Bug-apl] Bug rev 976

2017-07-02 Thread Peter Teeson
ScalarFunction.cc:92:30: error: unused variable 'parallel_jobs_lock' [-Werror,-Wunused-variable] static volatile _Atomic_word parallel_jobs_lock = 0; ^ 1 error generated.

[Bug-apl] Bug SVN 976

2017-07-02 Thread Peter Teeson
Thread_context.cc:73:4: error: 'sem_getvalue' is deprecated [-Werror,-Wdeprecated-declarations] sem_getvalue((sem_t *)&pool_sema, &semval); ^ /usr/include/sys/semaphore.h:54:5: note: 'sem_getvalue' has been explicitly marked deprecated here int sem_getvalue(sem_t * __restrict, int * __restr

Re: [Bug-apl] Bug SVN 976

2017-07-02 Thread Peter Teeson
Hi Jürgen: I commented out line 92 in the previous error flagged in ScalarFunction.cc Then did make clean && make and this error occurred. Sorry I don’t understand…. So I have restored line 92 in ScalarFunction and will wait for you to provide the correct fix…. > O

Re: [Bug-apl] Implementing Dyalog Key function

2017-07-02 Thread Elias Mårtenson
The key function is better described in the Dyalog reference manual, on page 153 here: http://docs.dyalog.com/16.0/Dyalog%20APL%20Language%20Reference%20Guide.pdf Essentially, it's a grouping function. It's used to create groups of similar things, and apply a function on the individual instances.