Re: [xHarbour-developers] Compiler crash

2016-08-16 Thread Enrico Maria Giordano
Il 16/08/2016 18:29, Ron Pinkas ha scritto: >> I don't know if this is correct: >> >> #command TEST ; >> ; >> => MyTest( { || .and. .t. } ) >> >> #command TEST &

Re: [xHarbour-developers] Compiler crash

2016-08-16 Thread Enrico Maria Giordano
Il 15/08/2016 23:07, Ron Pinkas ha scritto: > Should be fixed after: > > 2016-08-15 17:04 UTC-0400 Ron Pinkas I don't know if this is correct: #command TEST ; ; => MyTest( {

Re: [xHarbour-developers] Compiler crash

2016-08-15 Thread Enrico Maria Giordano
Il 15/08/2016 23:07, Ron Pinkas ha scritto: > Should be fixed after: > > 2016-08-15 17:04 UTC-0400 Ron Pinkas Thank you! :-) EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagsoftware.it/emgmusic The EMG's ZX-Spectrum Page: http://www.emagsoftware.i

Re: [xHarbour-developers] Compiler crash

2016-08-15 Thread Ron Pinkas
Should be fixed after: 2016-08-15 17:04 UTC-0400 Ron Pinkas > On Aug 15, 2016, at 5:02 AM, Enrico Maria Giordano > wrote: > > I don't remember if it has already been reported. The following code > > FUNCTION MAIN() > > LOCAL cVar > > ? { || &cVar .and. .T. } > > RETURN NIL >

[xHarbour-developers] Compiler crash

2016-08-15 Thread Enrico Maria Giordano
I don't remember if it has already been reported. The following code FUNCTION MAIN() LOCAL cVar ? { || &cVar .and. .T. } RETURN NIL crashes the compiler. Any ideas on where to look? EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG Music page: http://www.emagso