epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 50 forks source link

Gracefully handle non-existing files in `libfiles.txt` #1437

Closed mario-bucev closed 11 months ago

mario-bucev commented 1 year ago

Allows for blank lines and "commented" lines that start with #. Non-existing files are reported by the compiler (instead of mysteriously crashing).