From svetosch@gmx.net Mon Sep 17 05:59:04 2007 From: Sven Schreiber To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] parser bug Date: Mon, 17 Sep 2007 09:59:04 +0100 Message-ID: <46EE41D8.5040704@gmx.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0522038179774453539==" --===============0522038179774453539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi, I've diagnosed a bit more a bug I briefly mentioned a while ago; here's what happens: I have the following minimal example script: I'm expecting a file optionerrortest.py with the contents: tracestats = -teff * log(1-evals).cumsum() but I effectively get the following contents: ? print " tracestats = -teff * log(1-evals).cumsum()" Invalid option '-e' Fehler bei Skriptausführung: Stopp > print " tracestats = -teff * log(1-evals).cumsum()" It actually seems to be a newly introduced behavior, because the test script 'py4gretl_test.inp' that you (Allin) had requested in May fails for the same reason, where it ran fine back in May. (It clearly was a good idea of you to ask for that test scenario.) /sven --===============0522038179774453539==-- From cottrell@wfu.edu Mon Sep 17 09:15:16 2007 From: Allin Cottrell To: gretl-devel@gretlml.univpm.it Subject: Re: [Gretl-devel] parser bug Date: Mon, 17 Sep 2007 09:15:30 -0400 Message-ID: In-Reply-To: 46EE41D8.5040704@gmx.net MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8954267578910333464==" --===============8954267578910333464== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Mon, 17 Sep 2007, Sven Schreiber wrote: > I have the following minimal example script: > > > > I'm expecting a file optionerrortest.py with the contents: > > tracestats = -teff * log(1-evals).cumsum() > > > but I effectively get the following contents: > > > ? print " tracestats = -teff * log(1-evals).cumsum()" > Invalid option '-e' Thanks for the report. This should now be fixed in CVS and snapshot. Allin --===============8954267578910333464==--