On Mon, 20 Aug 2018, Riccardo (Jack) Lucchetti wrote:
On Mon, 20 Aug 2018, Allin Cottrell wrote:
>
> There's a potential compatibility issue with the gdtb binary data file
> format. Backward compatibility will be preserved: there's code in place to
> ensure that "new gretl" will handle old gdtb files OK (converting missing
> values from DBL_MAX to NaN on reading). But "forward compatibility" is
> likely to be at least partially broken. That is, gdtb files written by "new
> gretl" (and containing NAs) will not be handled correctly by "old
gretl".
> Two
Stata has a "saveold" command. As long as _new_ versions of gretl can save in
the "old" format, we should be ok. How about
store --oldbinary
?
In its basic form that's doable quite easily. I was slightly
reluctant to propose it because then the issue arises: should this
be supported in the GUI counterpart of "store"? and it's a wee bit
of pain to do that, plus maybe it's more choice than is really
wanted in the GUI context. Nonetheless, maybe it's the Right Thing.
Allin