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
I use run.dlang.io to experiment with code snippets away from my local machine. If files hit 8,063 or more characters the console prints "1 unittests passed" and refuses to build.
To reproduce: create a file with just a main() and fill the remaining space with comments.
If this behavior is intended and you want to prevent people from compiling larger files, an explicit warning like "you have exceeded the maximum code length allowed on run.dlang.io" would clear up any confusion.
The text was updated successfully, but these errors were encountered:
Could be related to the URL length limit on GET queries? Does you also hit this if you paste the code directly on website and hit run? I would hope it would hope it uses POST query in this case, which shouldn't have that limit.
I am also having an issue with a file with many characters, but it is not clear if this is the same issue.
The file has around 11k characters and around 400 lines. When I run it, I get errors below, where line 288 is close to around 7600 characters. The code has nothing related to old_reserve, old_bal, new_bal in them. Or financial_service, or transactAccount.
I use run.dlang.io to experiment with code snippets away from my local machine. If files hit 8,063 or more characters the console prints "1 unittests passed" and refuses to build.
To reproduce: create a file with just a main() and fill the remaining space with comments.
If this behavior is intended and you want to prevent people from compiling larger files, an explicit warning like "you have exceeded the maximum code length allowed on run.dlang.io" would clear up any confusion.
The text was updated successfully, but these errors were encountered: