SDF3 generates incorrect completion ESV for empty imports block
The following SDF3 code:
module analysis/types/VarKinds imports context-free syntax VarKind.InArg = VarKind.OutArg = VarKind.Local = VarKind.IterStd = VarKind.IterNbr = VarKind.IterBFS =
generates the following completions ESV:
module completions/analysis/types/VarKinds-esv imports
which does not parse, with
Submitted by Gabriël Konat on 16 July 2015 at 19:19Syntax error, expected: 'imports'
. ESV does not allow empty import blocks.
Issue Log
On 16 July 2015 at 19:19 Gabriël Konat tagged minor
On 16 July 2015 at 19:19 Gabriël Konat tagged sdf3
On 10 August 2015 at 16:46 Eduardo Amorim commented:
Fixed.
On 10 August 2015 at 16:46 Eduardo Amorim closed this issue.
Log in to post comments