Closed SethTisue closed 3 years ago
Thanks, looks great! I think CI died a little while ago. I haven't got around to setting up Github actions yet.
I tested it locally with sbt +test
and everything passed...
...except for examplesJS
, but I believe this is unrelated to my changes:
[error] /Users/tisue/doodle/examples/js/src/main/scala/doodle/examples/Example.scala:6:15: object svg is not a member of package doodle
[error] import doodle.svg._
[error] ^
also docs/compile
doesn't work under Scala 3, but I guess that's unrelated to my changes too
hmm, is there no CI in this repo? I had hoped CI would test this for me