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
Running the following code causes my Android app the memory usage to rise rapidly until it is interrupted or crashes.
val ex =Expression("e.1")
ex.evaluate()
It's reproducible on both 3.0.4 and 3.0.3, I haven't checked any other versions. In the debugger I noticed that the Tokenizer.tokens list is seemingly the culprit, containing thousands of NUMBER_LITERAL entries with value set to an empty string.
The text was updated successfully, but these errors were encountered:
Running the following code causes my Android app the memory usage to rise rapidly until it is interrupted or crashes.
It's reproducible on both 3.0.4 and 3.0.3, I haven't checked any other versions. In the debugger I noticed that the
Tokenizer.tokens
list is seemingly the culprit, containing thousands ofNUMBER_LITERAL
entries with value set to an empty string.The text was updated successfully, but these errors were encountered: