databricks / sjsonnet

Apache License 2.0
267 stars 55 forks source link

Add support for warnings and --no-static-errors #132

Closed szeiger closed 3 years ago

szeiger commented 3 years ago

Warnings could prove useful in the long run if we want to add linting. --no-static-errors is provided for migrating from the previous version but should be removed again in the long term because the specification requires static error handling. Since warnings are not thrown they do not get a full stack trace. Only the actual position of the warning is reported.