Re: [Bug-apl] @Revision 1157

2019-05-27 Thread Dr . Jürgen Sauermann
Hi, thanks,. hopefully fixed in SVN 1158. /// Jürgen On 5/27/19 2:31 AM, Bill Heagy wrote: The latest version appears to work if compiled with WERROR turned off. Otherwise, I see these compile failures too.

Re: [Bug-apl] Revision 1155: array subscript is below array bounds

2019-05-27 Thread Dr . Jürgen Sauermann
Hi Jerome, after checking the code several times, I believe the warning is bogus. However, I changed the axis argument from signed to unsigned, which should silence your compiler (unless it finds a way to construct a negative unsigned integer). *SVN 1158*. Best Regards, Jürgen Sauermann On 5/

Re: [Bug-apl] @Revision 1157

2019-05-27 Thread Bill Heagy
Looks good. Thank you. On 5/27/19 7:12 AM, Dr. Jürgen Sauermann wrote: Hi, thanks,. hopefully fixed in *SVN 1158*. /// Jürgen On 5/27/19 2:31 AM, Bill Heagy wrote: The latest version appears to work if compiled with WERROR turned off. Otherwise, I see these compile failures too. On 5/26/

Re: [Bug-apl] @Revision 1157

2019-05-27 Thread Christian Robert
Yes, compile and run fine at svn 1158 thanks, Xtian. On 2019-05-27 07:12, Dr. Jürgen Sauermann wrote: Hi, thanks,. hopefully fixed in *SVN 1158*. /// Jürgen On 5/27/19 2:31 AM, Bill Heagy wrote: The latest version appears to work if compiled with WERROR turned off. Otherwise, I see thes

Re: [Bug-apl] Revision 1155: array subscript is below array bounds

2019-05-27 Thread Jerome Ibanes
It works, thank you. On Mon, May 27, 2019 at 4:18 AM Dr. Jürgen Sauermann wrote: > > Hi Jerome, > > after checking the code several times, I believe the warning is bogus. > However, I changed the axis argument from signed to unsigned, which > should silence your compiler (unless it finds a way to