[gwt-contrib] Re: Infinite loop at compile time

2024-01-22 Thread Colin Alworth
Thanks for reporting - perhaps better for the bug tracker, and indeed we do this (or something like it) filed already, see https://github.com/gwtproject/gwt/issues/9840. Your email title says that this is a compile time infinite loop, but then the body suggests that it was a runtime error. If i

[gwt-contrib] Infinite loop at compile time

2024-01-22 Thread Paul Robinson
I just found an infinite loop while running the GWT compiler. There was a trivial bug in my code which resulted in an infinite loop at *runtime*. This is a method that was calling itself recursively. It was inside a generic class, and the method had a single line that was something like this: