From christoph.klein@student.kit.edu Sun Jul 19 16:48:48 2009 From: Klein, Christoph To: gretl-devel@gretlml.univpm.it Subject: [Gretl-devel] mread broken in cvs? Date: Sun, 19 Jul 2009 22:48:43 +0200 Message-ID: <901F429F2533AC4BBB68F88E0699D1A73A7F70552A@KIT-MSX-14.kit.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0517943647824275368==" --===============0517943647824275368== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, I just came back from a two weeks vacation and had to find out that all my scripts no longer work. It seems like "mread" no longer parses string variables. The following test script fails on current cvs: but did work on old gretl versions. The error is ? matrix y4=mread(fileName) fileName: No such file or directory Error executing script: halting > matrix y4=mread(fileName) It seems like mread tries to use filename directly as a string, although it is not quoted. Christoph --===============0517943647824275368==-- From cottrell@wfu.edu Sun Jul 19 17:04:14 2009 From: Allin Cottrell To: gretl-devel@gretlml.univpm.it Subject: Re: [Gretl-devel] mread broken in cvs? Date: Sun, 19 Jul 2009 17:04:13 -0400 Message-ID: In-Reply-To: 901F429F2533AC4BBB68F88E0699D1A73A7F70552A@KIT-MSX-14.kit.edu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5256120196944485607==" --===============5256120196944485607== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Sun, 19 Jul 2009, Klein, Christoph wrote: > I just came back from a two weeks vacation and had to find out > that all my scripts no longer work. It seems like "mread" no > longer parses string variables... Welcome back. Sorry, I was trying to be too clever (avoiding the need for quotation marks around string literals). My change is now reverted in CVS. Allin. --===============5256120196944485607==-- From christoph.klein@student.kit.edu Mon Jul 20 09:35:39 2009 From: chris To: gretl-devel@gretlml.univpm.it Subject: Re: [Gretl-devel] mread broken in cvs? Date: Mon, 20 Jul 2009 16:35:36 +0100 Message-ID: <4A648EC8.8060104@student.kit.edu> In-Reply-To: Pine.A41.4.58.0907191702491.778498@f1n11.sp2net.wfu.edu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8822387376770099268==" --===============8822387376770099268== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Allin Cottrell wrote: > On Sun, 19 Jul 2009, Klein, Christoph wrote: > > >> I just came back from a two weeks vacation and had to find out >> that all my scripts no longer work. It seems like "mread" no >> longer parses string variables... >> > > Welcome back. > > Sorry, I was trying to be too clever (avoiding the need for > quotation marks around string literals). My change is now > reverted in CVS. > Thanks, now everything works again! --===============8822387376770099268==--