On Tue, 15 Jan 2019, Riccardo (Jack) Lucchetti wrote:
On Mon, 14 Jan 2019, Riccardo (Jack) Lucchetti wrote:
> On Mon, 14 Jan 2019, Allin Cottrell wrote:
>
>> On Mon, 14 Jan 2019, Sven Schreiber wrote:
>>>
>>> I'm glad that a new version wasn't already released before this fix,
but
>>> the two recent bugs together are really problematic IMHO, because they
>>> affect general usage and no special niche case. So I'm now quite firmly
>>> in favor of a new release.
>>
>> I agree. If anyone wants to update translations, please go ahead. I will
>> aim to put out 2019a by the end of this week.
>
> That's good to know.
Uhm, there's something else we need to fix before release: the deseas()
function. Example:
<hansl>
open bjg.gdt
x = deseas(lg)
</hansl>
This fails with current git. It should be an easy fix, since the x12 plugin
works ok on its own, but evidently something goes wrong if you go through the
deseas() function. OTOH, the TRAMO/SEATS plugin works ok, so
<hansl>
x = deseas(lg, T)
</hansl>
seems to be ok.
That's now fixed in git.
Allin