Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 2069253002: Add a stronglyConnectedComponents() function. (Closed)

Created:
4 years, 6 months ago by nweiz
Modified:
4 years, 5 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/collection@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Code review changes #

Total comments: 12

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -5 lines) Patch
M CHANGELOG.md View 1 chunk +5 lines, -0 lines 0 comments Download
M lib/src/functions.dart View 1 3 chunks +73 lines, -4 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/functions_test.dart View 1 2 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
nweiz
4 years, 6 months ago (2016-06-15 20:23:38 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/2069253002/diff/1/lib/src/functions.dart File lib/src/functions.dart (right): https://codereview.chromium.org/2069253002/diff/1/lib/src/functions.dart#newcode149 lib/src/functions.dart:149: /// edges from each key to the values associated ...
4 years, 6 months ago (2016-06-16 08:21:33 UTC) #3
nweiz
https://codereview.chromium.org/2069253002/diff/1/lib/src/functions.dart File lib/src/functions.dart (right): https://codereview.chromium.org/2069253002/diff/1/lib/src/functions.dart#newcode149 lib/src/functions.dart:149: /// edges from each key to the values associated ...
4 years, 6 months ago (2016-06-20 21:19:38 UTC) #4
nweiz
Code review changes
4 years, 6 months ago (2016-06-20 21:19:39 UTC) #5
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/2069253002/diff/20001/lib/src/functions.dart File lib/src/functions.dart (right): https://codereview.chromium.org/2069253002/diff/20001/lib/src/functions.dart#newcode106 lib/src/functions.dart:106: /// Returns the [transitive closure][] of [graph]. Consider ...
4 years, 5 months ago (2016-06-23 14:44:03 UTC) #6
nweiz
Code review changes
4 years, 5 months ago (2016-06-23 20:51:54 UTC) #7
nweiz
https://codereview.chromium.org/2069253002/diff/20001/lib/src/functions.dart File lib/src/functions.dart (right): https://codereview.chromium.org/2069253002/diff/20001/lib/src/functions.dart#newcode106 lib/src/functions.dart:106: /// Returns the [transitive closure][] of [graph]. On 2016/06/23 ...
4 years, 5 months ago (2016-06-23 20:52:58 UTC) #8
nweiz
4 years, 5 months ago (2016-06-23 20:53:14 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
8f9500cbcf5bbc32b8b7625595a8767bc54f0cb0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698