Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Dart arm/v7 in 3.x and 2.x #3278

Open
witchcraze opened this issue Sep 26, 2024 · 0 comments
Open

Support Dart arm/v7 in 3.x and 2.x #3278

witchcraze opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@witchcraze
Copy link
Contributor

What would you like to be added:

Support arm/v7 in 3.x and 2.x in binary detection

Additional context:

--platform linux/arm/v7 dart:3.0.0-sdk

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '3\.0\.0'
0000000000
 000000000000
3.0.0
vcmps'cond 'sd, #0.0
vcmpd'cond 'dd, #0.0
--
short string = "%s"
locale = "%s"
3.0.0 (stable) (Thu May 4 01:11:00 2023 -0700) on "linux_arm"
"id"
--timeline-streams="Compiler,Dart,GC"```

dart:2.12-sdk

# dart --version
Dart SDK version: 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) on "linux_x64"

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '2\.12\.4'
Integer_greaterThan
MathAtan
2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200)
Dart_TypeVoid
%s expects argument 'type' to be a fully resolved type.
--
_Uint8ArrayFactory, kTypedDataUint8ArrayCid
stream error
2.12.4
Dart_IsolateHeapOldUsedMetric
Dart_IsolateHeapNewUsedMetric
@witchcraze witchcraze added the enhancement New feature or request label Sep 26, 2024
@willmurphyscode willmurphyscode moved this to Ready in OSS Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant