oyvindberg / typo

Typed Postgresql integration for Scala. Hopes to avoid typos
https://oyvindberg.github.io/typo/
MIT License
99 stars 9 forks source link

Class comment adjustment #116

Closed skytteren closed 4 weeks ago

skytteren commented 2 months ago

Updating to:

A small "step" for man, mankind and typo.

oyvindberg commented 2 months ago
-/** View: pe.cr */
+/**
+ *View: pe.cr */

this needs spacing before View

oyvindberg commented 2 months ago

So the build is broken because you ran bleep generate-sources with a new postgres. There are some relations which are not backwards compatible with PG12, and the actions which fail are there to discover exactly this case :)

To fix the build do one of these: