creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
329 stars 76 forks source link

version bumps, code cleanup #101

Closed SethTisue closed 3 years ago

SethTisue commented 3 years ago

hmm, is there no CI in this repo? I had hoped CI would test this for me

noelwelsh commented 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.

SethTisue commented 3 years ago

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