This repository was archived by the owner on Feb 23, 2018. It is now read-only.
Commit 6b504a8
committed
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.1 parent e7851a4 commit 6b504a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments