Skip to content

Issues: dart-lang/sdk

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Consider whether skipWhile and takeWhile should consider a throwing test as failing. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-enhancement A request for a change that isn't a bug
#30747 opened Sep 15, 2017 by lrhn
Make Stream.transform automatically handle fusing of converters area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-enhancement A request for a change that isn't a bug
#30561 opened Aug 28, 2017 by lrhn
Consider using Object as type argument for generic parameters in place of dynamic area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a type-enhancement A request for a change that isn't a bug
#30390 opened Aug 10, 2017 by natebosch
Please, clarify description of Stream.asyncMap() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-documentation A request to add or improve documentation
#30154 opened Jul 13, 2017 by alsemenov
Please, describe constructor Stream() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-documentation A request to add or improve documentation
#30123 opened Jul 10, 2017 by alsemenov
Check uses of _nullFuture for zone safety, add tests area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async
#29584 opened May 8, 2017 by rakudrama
Please, clarify description of Stream.any() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a type-documentation A request to add or improve documentation
#29540 opened May 3, 2017 by alsemenov
Incorrect description for constructor StreamController.broadcast() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-documentation A request to add or improve documentation
#29373 opened Apr 18, 2017 by alsemenov
ClosableStringSink.close() doesn't close StringSink area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-enhancement A request for a change that isn't a bug
#29354 opened Apr 14, 2017 by sgrekhov
StringConversionSink.asStringSink() and asUtf8Sink() don't invalidate this area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-documentation A request to add or improve documentation
#29353 opened Apr 14, 2017 by sgrekhov
Please, clarify description of Future.whenComplete() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation
#29338 opened Apr 13, 2017 by alsemenov
Is ByteConversionSink.add() really not safe? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation
#29336 opened Apr 13, 2017 by sgrekhov
ByteConversionSink.close() doesn't close the sink area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-enhancement A request for a change that isn't a bug
#29329 opened Apr 12, 2017 by sgrekhov
Encoding.getByName() documentation doesn't contain list of supported encodings area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-convert type-documentation A request to add or improve documentation
#29321 opened Apr 11, 2017 by sgrekhov
Stop trimming U+180E area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. core-a library-core type-enhancement A request for a change that isn't a bug
#29060 opened Mar 13, 2017 by rakudrama
String.substring(x, 1) leads to confusing message when x > 1 area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-enhancement A request for a change that isn't a bug
#28966 opened Mar 3, 2017 by Hixie
Non-ASCII characters are not escaped in mimeType and parameters arguments of Uri.dataFromString() and UriData.fromString() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-documentation A request to add or improve documentation
#28728 opened Feb 10, 2017 by sgrekhov
Define UriData == operator area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-documentation A request to add or improve documentation
#28683 opened Feb 8, 2017 by sgrekhov
UriData.uri.data returns not the same object area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-enhancement A request for a change that isn't a bug
#28682 opened Feb 8, 2017 by sgrekhov
Please, clarify Isolate.ping() description area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-isolate type-documentation A request to add or improve documentation
#28360 opened Jan 12, 2017 by alsemenov
Using Isolate.terminateCapability for resuming the isolate area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-isolate type-documentation A request to add or improve documentation
#28333 opened Jan 11, 2017 by alsemenov
Integer value in RangeError static methods area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-core type-enhancement A request for a change that isn't a bug
#28118 opened Dec 15, 2016 by sgrekhov
Please, improve description of Isolate.controlPort area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-isolate type-documentation A request to add or improve documentation
#27999 opened Dec 6, 2016 by alsemenov
Stream methods assume that Stream.listen won't call onListen reentrantly area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-documentation A request to add or improve documentation
#27769 opened Nov 5, 2016 by Hixie
Mention of DOM streams in Flutter docs for StreamSubscription.pause is confusing area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async type-documentation A request to add or improve documentation
#27737 opened Nov 3, 2016 by Hixie
ProTip! Exclude everything labeled bug with -label:bug.