Skip to content

0.2.2

Compare
Choose a tag to compare
@jmdavis jmdavis released this 12 Feb 08:40
· 73 commits to master since this release

Quick update to improve error messages for failed in contracts.

  • Various functions assert that the EntityType of the current entity is correct when they're called, but the assert statements didn't have any messages, meaning that anyone who got the failure would have to look at the source code to figure out what they did wrong. Now, each of those assertions has error messages which say what the programmer did wrong.