language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

Implement a warning system for data model validations

Open pimeys opened this issue 4 years ago • 0 comments

Now we only warn through the language server. We should have a system in place, that would output warnings in a similar way as we do with errors. Yellow instead of red highlight, and not stopping the execution when having only warnings.

Open questions:

  • When to warn, always when evaluating a data model
  • Do we warn about things such as deprecated features in the cli additionally
  • Is it ok to be noisy?
  • And if we're not noisy, can we reach the users with deprecation warnings

pimeys avatar Dec 02 '21 18:12 pimeys