manifold-lang / manifold

(LEGACY ARCHIVE) Manifold is a high level language for engineering design
http://manifold-lang.org
GNU General Public License v3.0
0 stars 3 forks source link

Collect digital Check violations in a string list for error notification #131

Closed mtrberzi closed 10 years ago

mtrberzi commented 10 years ago

Currently, digital backend Checks only produce a boolean indicating whether the check was successful. However, to help the user debug, each Check should produce a list of strings that indicate where checks failed.