From svetosch@gmx.net Mon Jan 22 10:33:44 2007 From: Sven Schreiber To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] another function bug Date: Mon, 22 Jan 2007 16:33:36 +0100 Message-ID: <45B4D950.5000107@gmx.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0331569234878258669==" --===============0331569234878258669== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Some new bugs I have noticed: - The most serious: the following example script adds a scalar "determ_case" to the list of variables, which is completely unintended and I don't see why it should be so, because it's just an internal function parameter. - The other things are quite trivial: "const", "foreach" and "i" (index variable) could maybe use some syntax coloring as well, and with "'" as the transpose notation there are also syntax coloring problems. (It is interpreted as a string delimiter.) bye, sven --===============0331569234878258669==-- From r.lucchetti@univpm.it Mon Jan 22 12:06:08 2007 From: Riccardo (Jack) Lucchetti To: gretl-devel@gretlml.univpm.it Subject: Re: [Gretl-devel] another function bug Date: Mon, 22 Jan 2007 18:06:09 +0100 Message-ID: <48472.193.205.135.4.1169485569.squirrel@mta01.univpm.it> In-Reply-To: 45B4D950.5000107@gmx.net MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7576439029508231048==" --===============7576439029508231048== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Mon, January 22, 2007 16:33, Sven Schreiber wrote: > Some new bugs I have noticed: > > - The most serious: the following example script adds a scalar > "determ_case" to the list of variables, which is completely unintended > and I don't see why it should be so, because it's just an internal > function parameter. > >