I have the following unit test, which throws a java.lang.StackOverflowError exception (below). I don't understand why. Looks like there's some sort of infinitie loop going on in the emitter code.
hey, sorry for the delay. It looks like it wasn't an issue with the JUnit plugin.
I have a change in https://github.com/marick/Midje/pull/485 that provides a helpful error message when you come across this
I have the following unit test, which throws a
java.lang.StackOverflowError
exception (below). I don't understand why. Looks like there's some sort of infinitie loop going on in the emitter code.