midje

2024-01-03T22:12:26.976459Z

Given that Midje is still used by a fair number of libraries, I decided to put in some effort into updating Midje (and Midje's own test suite) to handle clojure 1.10 (which changed how exceptions are handled reported). https://github.com/marick/Midje/pull/489 however, it seems that there's a broken test on master. what's the best way to get it fixed?

Phillip Mates 2024-01-03T23:14:50.053949Z

I keep forgetting to open this up, thanks for the reminder, I can try to help out in the next day or two

2024-01-04T00:19:46.624929Z

No worries! I’m happy to help as i can

Phillip Mates 2024-01-04T12:20:56.385979Z

thanks for the exceptions fix, I deployed it as 1.10.10

šŸŽ‰ 3