inkytonik / cooma

The Cooma project is investigating secure programming language design based on fine-grained object capabilities.
Mozilla Public License 2.0
3 stars 2 forks source link

Make tests more resilient to Prelude failure #72

Closed inkytonik closed 2 years ago

inkytonik commented 2 years ago

It used to be that something like a failure to parse the Prelude would cause tests to fail but not in clear way.

Check to see if this still happens and if it does try to make the feedback in this situation clear.

nhweston commented 2 years ago

Fixed by PR #78.