agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
895 stars 48 forks source link

Fix primitiveATypeName lookup #192

Closed prasmussen closed 6 years ago

prasmussen commented 6 years ago

Running the blog example triggered the following exception when using CrashSafePersistence and trying to submit a comment from the web interface: UnhandledExceptionError "primitive type missing: TextAtomType\nCallStack (from HasCallStack):\n error, called at ./src/lib/ProjectM36/Atomable.hs:232:39 in project-m36-0.3-AaOlZo5ZXxJ9qLXdxcn1Yt:ProjectM36.Atomable" This PR fixes that.

agentm commented 6 years ago

Oops, good catch. I'm surprised no one hit this sooner.