Chromium Code Reviews

Issue 26151002: Rename runAsync to scheduleMicrotask. (Closed)

Created:
7 years, 2 months ago by floitsch
Modified:
7 years, 2 months ago
Reviewers:
Lasse Reichstein Nielsen
CC:
reviews_dartlang.org, vm-dev_dartlang.org, kasperl
Visibility:
Public.

Description

Rename runAsync to scheduleMicrotask. R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=28569

Patch Set 1 #

Patch Set 2 : Fix 80 chars lines #

Total comments: 10

Patch Set 3 : Address comments. #

Patch Set 4 : Update documentation and add Future.microtask. #

Patch Set 5 : Reupload. Update documentation and add Future.microtask. #

Patch Set 6 : Add test. #

Unified diffs Side-by-side diffs Stats (+253 lines, -330 lines)
M pkg/barback/lib/src/utils.dart View 1 chunk +4 lines, -4 lines 0 comments
M pkg/custom_element/lib/custom_element.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/mdv/lib/src/input_bindings.dart View 2 chunks +4 lines, -3 lines 0 comments
M pkg/mdv/lib/src/template.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/mdv/test/template_element_test.dart View 1 chunk +2 lines, -2 lines 0 comments
M pkg/observe/lib/src/change_notifier.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/observe/lib/src/compound_binding.dart View 2 chunks +2 lines, -2 lines 0 comments
M pkg/observe/lib/src/list_path_observer.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/observe/lib/src/microtask.dart View 3 chunks +4 lines, -3 lines 0 comments
M pkg/observe/lib/src/observable_list.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/observe/test/observe_test.dart View 3 chunks +4 lines, -4 lines 0 comments
M pkg/scheduled_test/lib/src/mock_clock.dart View 1 chunk +1 line, -1 line 0 comments
M pkg/scheduled_test/lib/src/utils.dart View 1 chunk +4 lines, -4 lines 0 comments
M pkg/unittest/lib/unittest.dart View 2 chunks +2 lines, -2 lines 0 comments
M pkg/unittest/test/unittest_test_returning_future_using_runasync_test.dart View 5 chunks +6 lines, -6 lines 0 comments
M runtime/bin/socket_patch.dart View 1 chunk +1 line, -1 line 0 comments
M sdk/lib/_collection_dev/iterable.dart View 1 chunk +2 lines, -0 lines 0 comments
M sdk/lib/_internal/pub/lib/src/error_group.dart View 1 chunk +1 line, -1 line 0 comments
M sdk/lib/_internal/pub/lib/src/utils.dart View 1 chunk +2 lines, -2 lines 0 comments
M sdk/lib/async/event_loop.dart View 2 chunks +14 lines, -6 lines 0 comments
M sdk/lib/async/future.dart View 2 chunks +28 lines, -5 lines 0 comments
M sdk/lib/async/stream_impl.dart View 2 chunks +6 lines, -6 lines 0 comments
M sdk/lib/async/zone.dart View 14 chunks +43 lines, -11 lines 0 comments
M tests/html/events_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/catch_errors13_test.dart View 3 chunks +9 lines, -9 lines 0 comments
M tests/lib/async/catch_errors24_test.dart View 2 chunks +2 lines, -2 lines 0 comments
M tests/lib/async/catch_errors27_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/catch_errors3_test.dart View 1 chunk +1 line, -1 line 0 comments
A tests/lib/async/future_microtask_test.dart View 1 chunk +38 lines, -0 lines 0 comments
M tests/lib/async/future_value_chain4_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/intercept_run_async1_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/intercept_run_async2_test.dart View 2 chunks +3 lines, -3 lines 0 comments
M tests/lib/async/intercept_run_async3_test.dart View 2 chunks +5 lines, -5 lines 0 comments
M tests/lib/async/intercept_run_async4_test.dart View 2 chunks +7 lines, -7 lines 0 comments
M tests/lib/async/intercept_run_async5_test.dart View 3 chunks +5 lines, -5 lines 0 comments
M tests/lib/async/intercept_run_async6_test.dart View 3 chunks +3 lines, -3 lines 0 comments
D tests/lib/async/run_async2_test.dart View 1 chunk +0 lines, -22 lines 0 comments
D tests/lib/async/run_async3_test.dart View 1 chunk +0 lines, -38 lines 0 comments
D tests/lib/async/run_async4_test.dart View 1 chunk +0 lines, -43 lines 0 comments
D tests/lib/async/run_async5_test.dart View 1 chunk +0 lines, -43 lines 0 comments
D tests/lib/async/run_async6_test.dart View 1 chunk +0 lines, -22 lines 0 comments
D tests/lib/async/run_async_test.dart View 1 chunk +0 lines, -14 lines 0 comments
A + tests/lib/async/schedule_microtask2_test.dart View 1 chunk +1 line, -1 line 0 comments
A + tests/lib/async/schedule_microtask3_test.dart View 2 chunks +4 lines, -4 lines 0 comments
A + tests/lib/async/schedule_microtask4_test.dart View 1 chunk +1 line, -1 line 0 comments
A + tests/lib/async/schedule_microtask5_test.dart View 2 chunks +5 lines, -5 lines 0 comments
A + tests/lib/async/schedule_microtask6_test.dart View 1 chunk +2 lines, -2 lines 0 comments
A + tests/lib/async/schedule_microtask_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/stream_event_transformed_test.dart View 2 chunks +2 lines, -2 lines 0 comments
M tests/lib/async/zone_debug_test.dart View 2 chunks +5 lines, -5 lines 0 comments
M tests/lib/async/zone_empty_description_test.dart View 1 chunk +1 line, -1 line 0 comments
M tests/lib/async/zone_future_run_async_test.dart View 3 chunks +6 lines, -6 lines 0 comments
M tests/lib/async/zone_run_guarded_test.dart View 2 chunks +3 lines, -3 lines 0 comments
M tests/lib/async/zone_run_test.dart View 1 chunk +3 lines, -3 lines 0 comments
M tests/lib/async/zone_run_unary_test.dart View 1 chunk +3 lines, -3 lines 0 comments
M tests/standalone/io/http_server_early_client_close_test.dart View 1 chunk +1 line, -1 line 0 comments
M third_party/pkg/js/lib/js.dart View 1 chunk +1 line, -1 line 0 comments
M third_party/pkg/js/test/js/browser_tests.dart View 2 chunks +2 lines, -2 lines 0 comments

Messages

Total messages: 5 (0 generated)
floitsch
7 years, 2 months ago (2013-10-05 20:55:30 UTC) #1
Lasse Reichstein Nielsen
I think scheduleMicrotask might be a little too long a name. We don't have another ...
7 years, 2 months ago (2013-10-07 07:17:03 UTC) #2
Lasse Reichstein Nielsen
lgtm
7 years, 2 months ago (2013-10-07 07:17:08 UTC) #3
floitsch
https://codereview.chromium.org/26151002/diff/2001/pkg/barback/lib/src/utils.dart File pkg/barback/lib/src/utils.dart (right): https://codereview.chromium.org/26151002/diff/2001/pkg/barback/lib/src/utils.dart#newcode172 pkg/barback/lib/src/utils.dart:172: // Future.value or Future() constructors use scheduleMicrotask themselves and ...
7 years, 2 months ago (2013-10-10 16:00:36 UTC) #4
floitsch
7 years, 2 months ago (2013-10-12 15:53:17 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r28569 (presubmit successful).

Powered by Google App Engine