-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Platform.localHostname fails on Chinese Windows #52701
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Comments
srawlins
added
area-sdk
Use area-sdk for general purpose SDK issues (packaging, distribution, …).
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
labels
Jun 14, 2023
rmacnak-google
added
library-io
and removed
area-sdk
Use area-sdk for general purpose SDK issues (packaging, distribution, …).
labels
Jun 20, 2023
lrhn
added
the
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
label
Jun 21, 2023
https://dart-review.googlesource.com/c/sdk/+/320620 reverts the fix |
copybara-service bot
pushed a commit
that referenced
this issue
Feb 21, 2024
This relands a fix for looking up hostname on Windows in utf8-aware fashion. Previously this was reverted because the API was only introduced in Windows 8, making this use of Windows API fail on Windows 7. With Windows 7 no longer being a target, original fix can be relanded. BUG=#52701 TEST=manually Change-Id: I330048c8b92ce805b7bb7e3fa05c88fefe3a30b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/353500 Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
lrhn
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
and removed
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
labels
Apr 21, 2024
Yes, it can. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
fails with:
on Chinese Windows (Chinese GB2312). See also: flutter/flutter#111957 and realm/realm-dart#1319.
Seen on on Flutter 3.10.4, ie. Dart 3.0.3.
I couldn't find any open issues on this, so here you have it.
The text was updated successfully, but these errors were encountered: