Sam

Results 627 comments of Sam

sorry I don't know why I didn't spot this earlier despite the pings. Let me fix now.

I wonder if github emails weren't working, don't see anything in my inbox.

Ok this release has gone out: https://github.com/scapegoat-scala/scapegoat/actions/runs/10155857170

I updated sbt-scapegoat too, but it seems there's another error on that one: https://github.com/scapegoat-scala/sbt-scapegoat/actions/runs/9882941292/job/28083347983

ImmutableImage image = ... // some image image.bytes

what about ``` ImmutableImage image = ... // some image image.forWriter(pass writer here).bytes ```

Yeah, it's easier for junit because it can look for subclasses - that's all it needs to do. Kotest is more powerful, you can embed that factory test anywhere -...

The latest release has navigation when executing individual tests/subtests. When running full suits, still unable, due to gradle bugs.

Maybe we allow a _type field that is used only to define the concrete type ?

Not added yet, PR welcome!