Skip to content

Fix Dart/Flutter web integer literals JavaScript overflow error#4881

Open
limexp wants to merge 1 commit intoantlr:devfrom
limexp:flutter-web-integer-literals-overflow
Open

Fix Dart/Flutter web integer literals JavaScript overflow error#4881
limexp wants to merge 1 commit intoantlr:devfrom
limexp:flutter-web-integer-literals-overflow

Conversation

@limexp
Copy link

@limexp limexp commented Sep 10, 2025

Fix for #4880
Using BigInt for proper handling integer literals >= 2^53 when building Flutter web

Fix for antlr#4880
Using BigInt for proper handling integer literals >= 2^53 when building Flutter web

Signed-off-by: Boris Kostenko <bkostenko@gmail.com>
@limexp
Copy link
Author

limexp commented Sep 10, 2025

The errors in checks were caused by NuGet failures (file "4_Setup Clang.txt").

Do I need to do anything with it now (blank commit, reopen PR, ...)?

2025-09-10T09:27:10.6749380Z Downloading package from source 'https://community.chocolatey.org/api/v2/'
2025-09-10T09:27:10.7344622Z [NuGet] Error downloading 'llvm.21.1.0' from 'https://community.chocolatey.org/api/v2/package/llvm/21.1.0'.
2025-09-10T09:27:10.7345684Z [NuGet] Response status code does not indicate success: 503 (Service Unavailable: Back-end server is at capacity).
2025-09-10T09:27:10.7707139Z [NuGet] Error downloading 'llvm.21.1.0' from 'https://community.chocolatey.org/api/v2/package/llvm/21.1.0'.
2025-09-10T09:27:10.7708033Z [NuGet] Response status code does not indicate success: 503 (Service Unavailable: Back-end server is at capacity).
2025-09-10T09:27:10.7950756Z llvm not upgraded. An error occurred during installation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant