dart-sdk/sdk/lib/io
Brian Quinlan 97d8445e5f Revert "[io] Fix a bug where Process.stdin.add exceptions could not be caught"
This reverts commit 9967075787.

Reason for revert: Ignoring `done` is asymmetrical with other IOSinks.

Original change's description:
> [io] Fix a bug where Process.stdin.add exceptions could not be caught
>
> Change-Id: I2383a74bfa6950ab8f8934087fb68218f06dd681
> Bug:https://github.com/dart-lang/sdk/issues/48501
> Tested: Unit test
> CoreLibraryReviewExempt: dart:io only
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/351380
> Reviewed-by: Alexander Aprelev <aam@google.com>
> Commit-Queue: Brian Quinlan <bquinlan@google.com>

Bug: https://github.com/dart-lang/sdk/issues/48501
Change-Id: Ib5356c640d4dddc30e561b9d60d93f794a935103
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359680
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Brian Quinlan <bquinlan@google.com>
2024-03-25 21:03:12 +00:00
..
common.dart Add PathExistsException and PathAccessException FileSystemException subclasses. 2022-11-30 04:54:52 +00:00
data_transformer.dart Removed Non Null Check 2023-06-15 13:01:25 +00:00
directory.dart Fix Directory.current setter compatibility with IOOverrides 2023-12-18 20:23:21 +00:00
directory_impl.dart Fix Directory.current setter compatibility with IOOverrides 2023-12-18 20:23:21 +00:00
embedder_config.dart [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
eventhandler.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
file.dart [doc, io] Document the error behavior for File.openRead/file.openWrite 2024-03-14 22:43:32 +00:00
file_impl.dart [standalone, io] Don't register service extensions in product mode. 2023-08-30 21:46:17 +00:00
file_system_entity.dart [io] Changed Minimum Limit for Trimming File or Dir Path in Windows 2024-01-11 10:53:09 +00:00
io.dart Tiny code cleanup: Remove _asyncRunZoned being an alias of runZoned 2023-07-11 11:37:57 +00:00
io_resource_info.dart Expose the members of _ProcessImpl to avoid dynamic invocations. 2022-09-16 21:28:30 +00:00
io_service.dart Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets. 2022-09-13 21:16:28 +00:00
io_sink.dart Mention that IOSink truncates List<int> to bytes 2023-06-27 19:39:01 +00:00
io_sources.gni [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
link.dart Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type. 2023-11-13 20:09:08 +00:00
namespace_impl.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
network_profiling.dart Account for changes to package:http_profile in _createHttpProfileRequestFromProfileMap 2024-03-08 21:32:15 +00:00
overrides.dart Use utf8.encode() instead of longer const Utf8Encoder.convert() 2023-07-24 09:28:38 +00:00
platform.dart Remove some getters for final fields 2023-05-19 00:52:57 +00:00
platform_impl.dart [pkg/vm] Initial work on constant operating system fields and getters. 2023-02-10 16:29:50 +00:00
process.dart Revert "[io] Fix a bug where Process.stdin.add exceptions could not be caught" 2024-03-25 21:03:12 +00:00
secure_server_socket.dart Add ServerSocketBase to remove dynamic invocations of secure sockets in _HttpServer. 2022-11-10 22:28:48 +00:00
secure_socket.dart [io/doc]: Provide more references to SocketOption.tcpNoDelay. 2023-09-12 18:15:08 +00:00
security_context.dart Add Dart 3 class modifiers to dart:io. 2023-04-04 19:06:21 +00:00
service_object.dart [flip-modifiers]: Reapply "Enforce current library restrictions." 2023-03-03 09:37:38 +00:00
socket.dart [doc/io] Add a RawSocketEvent example. 2023-10-30 16:53:17 +00:00
stdio.dart [io] Make it possible to change the line ending output by stdout and stderr. 2024-02-16 20:06:03 +00:00
string_transformer.dart Additional dart:io class modifier changes. 2023-04-04 21:08:07 +00:00
sync_socket.dart Add Dart 3 class modifiers to dart:io. 2023-04-04 19:06:21 +00:00