lazytest

seancorfield 2025-03-10T16:40:28.224399Z

@nbtheduke That 1.6.0 release does not include the ExpectationFailed class.

seancorfield 2025-03-10T16:41:17.121269Z

[2025-03-10-09:31:43 ~/oss/next-jdbc]
(!2046)-> jar tvf ~/.m2/repository/io/github/noahtheduke/lazytest/1.5.0/lazytest-1.5.0.jar |fgrep Failed
  1634 Tue Nov 26 12:27:58 PST 2024 lazytest/ExpectationFailed.class

[2025-03-10-09:40:51 ~/oss/next-jdbc]
(!2047)-> jar tvf ~/.m2/repository/io/github/noahtheduke/lazytest/1.6.0/lazytest-1.6.0.jar |fgrep Failed

[2025-03-10-09:40:57 ~/oss/next-jdbc]
(!2048)->

seancorfield 2025-03-10T16:41:37.887399Z

Consequently, that 1.6.0 JAR cannot be used as-is.

2025-03-10T16:41:54.269519Z

yeah, i'm trying to figure it out. i don't know what broke

seancorfield 2025-03-10T16:43:29.976289Z

If it used build.clj, I'd offer to help but... 🤷🏻‍♂️

2025-03-10T16:44:09.411249Z

lol

2025-03-10T17:04:27.034789Z

okay, 1.6.1 is up

seancorfield 2025-03-10T17:05:24.489509Z

Looks better... thanks!

seancorfield 2025-03-10T17:05:42.641909Z

I'm undoing my throws? changes so I can rely on thrown?...

2025-03-10T17:06:40.217579Z

glad to help

2025-03-10T17:06:51.569589Z

annoying, still dont' know why clein failed here

seancorfield 2025-03-10T17:18:25.918719Z

https://github.com/seancorfield/next-jdbc/pull/297/files is pretty minimal now. I'll probably make a blog post about this.

🎉 1