Skip to content

when a "SET" statement is accidentally put into a SEQUENCE, it is emitted to the acf file without compilation or warning #28

@weatherhead99

Description

@weatherhead99

a SET statement is legal only in WAVEFORM blocks (and not in SEQUENCE blocks). However, if you make a sequence block with a set statement, e.g.

SEQUENCE BrokenSequence {
SET [12:1 , 12:2] to 1;
}

there is no warning issued, wdl happily emits these lines exactly into the resulting acf file (even though this [ ] notation is not in fact legal in an acf file).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions