Re: How to disable asserts when using CodeServer

2021-08-18 Thread Thomas Broyer
I'm afraid you cannot disable assertions: https://github.com/gwtproject/gwt/blob/2.7.0/dev/codeserver/java/com/google/gwt/dev/codeserver/CompilerOptionsImpl.java#L216-L219 On Wednesday, August 18, 2021 at 4:54:53 PM UTC+2 roc.b...@gmail.com wrote: > We have a legacy application, GWT 2.7.0.

How to disable asserts when using CodeServer

2021-08-18 Thread Roc
We have a legacy application, GWT 2.7.0. Application works fine, but when running in debug mode, we get assert popups. These asserts are pointing out legitimate programming issues, but we are not wanting/authorized to fix them. For the moment, we like to turn off the asserts in super