You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the issues described in overture-stack/ego#376, assertj seems to be causing slow test-compile times (on the order of 10minutes). This slows developement significantly, and so is critical enhancement.
Detailed Description
Essentially need to replace all assertj usage with equivalent org.junit.Assert.* methods
Will result in significant speed increase.
The text was updated successfully, but these errors were encountered:
Due to the issues described in overture-stack/ego#376, assertj seems to be causing slow test-compile times (on the order of 10minutes). This slows developement significantly, and so is critical enhancement.
Detailed Description
Essentially need to replace all assertj usage with equivalent org.junit.Assert.* methods
Will result in significant speed increase.
The text was updated successfully, but these errors were encountered: