On Mon, 13 Feb 2017, Riccardo (Jack) Lucchetti wrote:
On Mon, 13 Feb 2017, Riccardo (Jack) Lucchetti wrote:
> On Mon, 13 Feb 2017, Allin Cottrell wrote:
>
>>> Have you checked the addons too (gig, ivpanel, SVAR)?
>>
>> There are a few instances to be fixed in gig, HIP and SVAR; they seem to
>> be caught correctly by the auto-checker as applied to the source .inp
>> files (but note that fixeq.c has been updated to handle plain hansl at
>>
https://sourceforge.net/projects/gretl/files/misc/ ).
>>
>> I could commit the fixes if you like, or if you'd prefer to do it that's
>> fine.
>
> No, it's ok, I can see to it.
Interesting: fixeq gives one false positive on example7.inp for the gig
package, for the trivial reason that it spots the problem inside a "foreign"
block. No big deal, but worth reporting IMO.
Thanks, that shouldn't be hard to fix.
I wonder if it's worth putting fixeq.c into git (not necessarily under
that name). This business of "=" versus "==" is a one-time thing, but
the program could be adapted to check for other things.
Allin