effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
334 stars 24 forks source link

Add missing sbt setups #643

Closed marvinborner closed 1 month ago

marvinborner commented 1 month ago

The previous (merged) PR #637 missed a few 🫣

@jiribenes suggestion would really help in such occasions.

think about collapsing all of the different setups into one single reusable action which is then called later. This would make the whole setup less brittle.

jiribenes commented 1 month ago

I'll merge this for now, but I really think the refactoring quoted above ( 😇 ) would help here...