Commit graph

3 commits

Author SHA1 Message Date
Tyler Wilding 345b8e30d8 Resolve a good chunk of windows compiler warnings
Mostly revolved around the new MSVC check for functions that don't cover all paths (ie. a switch statement without a default case).  It appears to not see an assert as a valid default case.

I switched assert(false) to exceptions in these cases.  I believe this should also abort the program, but will also provide a hopefully useful message?  Hopefully this is an improvement.

Resolves #32
2020-09-13 22:02:27 -04:00
water d2992ba4fe type system method tests 2020-08-26 23:07:55 -04:00
water acf086a3d2 check in existing work 2020-08-22 22:30:12 -04:00