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

Issue 1838473002: fix observe package to be strong mode clean (Closed)

Created:
4 years, 9 months ago by Jennifer Messerly
Modified:
4 years, 9 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/observe.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -38 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M CHANGELOG.md View 1 1 chunk +4 lines, -0 lines 0 comments Download
M lib/src/bind_property.dart View 1 chunk +1 line, -2 lines 0 comments Download
M lib/transformer.dart View 7 chunks +9 lines, -7 lines 0 comments Download
M pubspec.yaml View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M test/observe_test.dart View 2 chunks +7 lines, -4 lines 0 comments Download
M test/observe_test_utils.dart View 1 chunk +6 lines, -4 lines 0 comments Download
M test/path_observer_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M test/transformer_test.dart View 1 chunk +11 lines, -12 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Jennifer Messerly
4 years, 9 months ago (2016-03-25 17:12:58 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1838473002/diff/20001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/1838473002/diff/20001/lib/transformer.dart#newcode49 lib/transformer.dart:49: files = new List<String>.from(value); consider adding a TODO ...
4 years, 9 months ago (2016-03-25 17:36:29 UTC) #3
jakemac
https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml#newcode29 pubspec.yaml:29: sdk: ^1.8.0 Does this sdk support the ^ syntax? ...
4 years, 9 months ago (2016-03-25 17:44:13 UTC) #4
Jennifer Messerly
Thanks guys. https://codereview.chromium.org/1838473002/diff/20001/lib/transformer.dart File lib/transformer.dart (right): https://codereview.chromium.org/1838473002/diff/20001/lib/transformer.dart#newcode49 lib/transformer.dart:49: files = new List<String>.from(value); On 2016/03/25 17:36:29, ...
4 years, 9 months ago (2016-03-25 18:23:23 UTC) #5
Jennifer Messerly
Committed patchset #3 (id:40001) manually as fa9ac07ceaa44267fc4aacbede7c78c5e908f347 (presubmit successful).
4 years, 9 months ago (2016-03-25 18:24:51 UTC) #7
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1838473002/diff/20001/test/observe_test_utils.dart File test/observe_test_utils.dart (right): https://codereview.chromium.org/1838473002/diff/20001/test/observe_test_utils.dart#newcode46 test/observe_test_utils.dart:46: new List.from(changes.where((c) => c.indexChanged(index))); On 2016/03/25 18:23:23, John Messerly ...
4 years, 9 months ago (2016-03-25 18:30:02 UTC) #8
Jennifer Messerly
https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml#newcode29 pubspec.yaml:29: sdk: ^1.8.0 On 2016/03/25 18:23:23, John Messerly wrote: > ...
4 years, 9 months ago (2016-03-25 18:31:28 UTC) #9
Jennifer Messerly
4 years, 9 months ago (2016-03-25 18:43:52 UTC) #10
Message was sent while issue was closed.
On 2016/03/25 18:31:28, John Messerly wrote:
> https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml
> File pubspec.yaml (right):
> 
> https://codereview.chromium.org/1838473002/diff/20001/pubspec.yaml#newcode29
> pubspec.yaml:29: sdk: ^1.8.0
> On 2016/03/25 18:23:23, John Messerly wrote:
> > On 2016/03/25 17:44:13, jakemac wrote:
> > > Does this sdk support the ^ syntax? I think it might be some 1.9 release
> > 
> > I hope so since it was already used (see Analyzer above). But I'm happy to
> bump
> > to 1.9 if you want to be safe :)
> 
> oh, it seems maybe Pub just never allows it in SDK constraints. reverted this
> part. rest of them seemed good.

Hey Siggi/Jake can you try publishing? In theory I should be able to, but
publish is hanging on the "upload" step...

Powered by Google App Engine
This is Rietveld 408576698