-
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
Dartboard fails with List.map #1949
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
Comments
Added Area-Dartboard, Triaged labels. |
At some point, we would like to create a next-generation Dartboard. In the meantime, dartboard has been deprecated. Added WontFix label. |
kevmoo
added
closed-not-planned
Closed as we don't intend to take action on the reported issue
and removed
resolution-wont_fix
labels
Mar 1, 2016
dart-bot
pushed a commit
that referenced
this issue
Apr 14, 2020
This reverts commit 75e1f2a. Reason for revert: Fix for dartdoc #1949 makes this no longer strictly necessary. While this leaves the underlying imports unfixed, I will instead file an issue against the engine. Original change's description: > Add html_common to .gni files. > > This will enable a fix to an unresolved export that causes Dartdoc > to complain about all Flutter packages. > > Bug: dart-lang/dartdoc#2143 > Change-Id: I634e21066420b100295989cf9bdcd35af91a617b > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143020 > Reviewed-by: Devon Carew <[email protected]> > Commit-Queue: Janice Collins <[email protected]> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dart-lang/dartdoc#2143 Change-Id: Ibe25eee8031b348d9260245daca84d9742fbb894 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143402 Reviewed-by: Mike Fairhurst <[email protected]> Commit-Queue: Janice Collins <[email protected]>
copybara-service bot
pushed a commit
that referenced
this issue
Feb 23, 2023
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/dba6f94..e4cdbd6): e4cdbd6f 2023-02-21 Janice Collins Record rendering simplification (#3344) http (https://github.com/dart-lang/http/compare/c13a3f8..1500a71): 1500a71 2023-02-23 Devon Carew contribute a pull request labeler workflow (#875) e2c4e6f 2023-02-21 Brian Quinlan Add a link to cronet_http_embedded from cronet_http. (#874) markdown (https://github.com/dart-lang/markdown/compare/4befe66..ecbffa9): ecbffa9 2023-02-22 Kevin Moore Use latest lints, require Dart 2.19 or later (#524) shelf (https://github.com/dart-lang/shelf/compare/707c8b2..e3cfe79): e3cfe79 2023-02-22 Devon Carew contribute issue templates and a pull request labeler (#332) test (https://github.com/dart-lang/test/compare/e56c643..2cc4144): 2cc4144e 2023-02-22 Nate Bosch Avoid exceptions for iterable getters (#1954) f7fe4f06 2023-02-22 Nate Bosch Include stack trace for exception in has (#1953) ba8e43af 2023-02-22 Nate Bosch Only grab the first failure in softCheck (#1949) 34df652b 2023-02-22 Nate Bosch Flush stdin before test (#1950) ae015ef6 2023-02-22 Nidal Bakir Add Concurrency Testing section to README (#1944) 4e23d036 2023-02-21 Nate Bosch Mention .having and .has in migration guide (#1948) 438c2274 2023-02-21 Nate Bosch Annotate `has` with `@useResult` (#1947) 3ddecafd 2023-02-21 Nate Bosch Add async examples to README (#1946) tools (https://github.com/dart-lang/tools/compare/a53933c..c7518f7): c7518f7 2023-02-22 Elias Yishak Update to regex to look for underscore delimited labels (#12) webdev (https://github.com/dart-lang/webdev/compare/ae7eb80..1e7f9b7): 1e7f9b7 2023-02-22 Anna Gringauze Create copying sdk configuration provider (#1984) 26910ba 2023-02-22 Anna Gringauze Pass SdkLayout to the frontend server (#1986) 784e28b 2023-02-22 Anna Gringauze Remove unnecessary awaits (#1982) 3cbaf37 2023-02-22 Elliott Brooks (she/her) [MV3 Debug Extension] Support Bolt workflow (#1983) 0f893e6 2023-02-22 Anna Gringauze Move project definitions into a separate class (#1975) a942b5f 2023-02-22 Anna Gringauze Add unnecessary_lambdas lint (#1978) 3774cf8 2023-02-21 Anna Gringauze Add 'avoid_void_async' lint (#1977) 705e0ac 2023-02-21 Elliott Brooks (she/her) [MV3 Debug Extension] Show a warning if multiple Dart apps are in a single page (#1976) Change-Id: Iea264a18a154e71cd0990e1363951648bec5ceba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284940 Reviewed-by: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was originally filed by [email protected]
What steps will reproduce the problem?
void main() {
[1,2,3].map((item){
return item;
});
}
http://try-dart-lang.appspot.com/s/_i8v
What is the expected output? What do you see instead?
get error (only in dartboard):
NoSuchMethodException - receiver: '' function name: 'map$named' arguments: []]
What version of the product are you using? On what operating system?
online dartboard
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: