Warning when completing types!

Issue #105 new
Broes De Cat created an issue

Need a warning when the parser completes types.

Comments (6)

  1. Broes De Cat reporter

    Autocompletion: If some domain element D occurs in a position of type T, then add D to T. If some domain element D is part of a type T and T2 is a supertype of T, then add D to T2.

    Autocompletion type 1: only autocomplete if no interpretation has been provided

    Autocompletion type 2: autocomplete always

    What is the behavior and when will we throw a warning?

  2. Bart Bogaerts

    The behavior now is:

    Only autocomplete if the user didn't specify the autocompleted type himself. In this case we do not throw a warning (which I think is fine)

    For me, this issue can be closed.

  3. Broes De Cat reporter

    The warning "autocompleting" is now always thrown, and also incorporates checking consistency of the structure.

  4. Log in to comment