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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes:
C++: removed generation of redundant synchronous version of function when @Async is used only for C++/Dart and Java/Swift are skipped.
LimeParser: introduced non-greedy parsing of new lines for ceratin sub-rules of constant rule to prevent meaningless error messages when invalid syntax is used after declaration of a constant.
Dart: fixed problem related to missing includes for @Async functions.
JNI: removed leak of JNI weak references in JniWrapperCache.