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
{{ message }}
This repository was archived by the owner on Feb 23, 2018. It is now read-only.
Fill Exception message when maximum String literal length is exceeded
Gatling compiles Scala classes on the fly with Zinc.
Be it a program bug or a user error, some Strings sometimes end up being longer than the maximum String length. It would be nice if we could get an Exception with the proper message.
I guess there's the same issue with maximum file size and maximum method size, will check.
0 commit comments