Sort autocompletion does not work for asp_structures

Issue #258 resolved
Broes De Cat created an issue

This is important for the ASP competition.

Comments (5)

  1. Broes De Cat reporter

    Turns out to be a much deeper issue with the way structures and asp_structures are parsed: => checking whether domelems of table occur in sort is only checked during autocomplete (wrong) => parsing of structure adds to table directly (not sort checking) => parsing of asp_structure adds to inter (has sort checking)*/

  2. Log in to comment