- Mar 15, 2017
-
-
Jacob MacDonald authored
-
- Aug 01, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//2184303002 .
-
- Jul 22, 2016
-
-
Natalie Weizenbaum authored
We still need to verify that a Flutter SDK constraint is only used with an appropriate Dart SDK constraint. See #1432 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2165423002 .
-
- Jun 23, 2016
-
-
Natalie Weizenbaum authored
This allows PackageName equality to include description equality, and it substantially cleans up other logic dealing with sources. See #912 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2079303003 .
-
- Jun 20, 2016
-
-
Natalie Weizenbaum authored
This splits Source into two classes, Source and LiveSource. The former is completely independent of the system cache directory, and mostly contains source metadata and logic about manipulating descriptions. SourceRegistry now deals strictly in Sources, with LiveSources being handled by SystemCache. This means that classes like Pubspec and LockFile no longer have transitive references to the system cache directory. This will also make it possible to clean up PackageName equality logic by making PackageNames track their concrete Sources rather than just their source names. See #912 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2044253003 .
-
- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1585513002 .
-
- Jan 04, 2016
-
-
Natalie Weizenbaum authored
This considers the lockfile stale if the intersection of all selected packages' SDK constraints don't match the current SDK, or if it contains a path dependency whose own dependencies don't match the lockfile. Closes #1091 Closes #1101 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1534093002 .
-
- Dec 17, 2015
-
-
Natalie Weizenbaum authored
This folds the distinction between "resolved" and "unresolved" descriptions into the distinction between PackageIds and PackageRefs. In other words, all PackageIds now have resolved descriptions and all PackageRefs now have unresolved descriptions. This makes it easier to track which descriptions are resolved and express resolution constraints via the type system. This also restricts the creation of PackageRefs and PackageIds to source classes, which helps ensure that the description format—which is an implementation detail—doesn't leak into surrounding code. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1528523003 .
-
- Aug 10, 2015
-
-
Natalie Weizenbaum authored
The spec doesn't actually need all the data loaded from the package graph; all it needs are the locations of packages which can be looked up using their IDs and a SourceRegistry. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1282083002 .
-
- Aug 07, 2015
-
-
Natalie Weizenbaum authored
This also has it store its SourceRegistry, so that various methods don't need to re-supply it. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1281043004 .
-
- May 14, 2015
-
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//602253002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40849 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=alanknight@google.com Review URL: https://codereview.chromium.org//415873002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38529 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//412553002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38465 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=20104 R=nweiz@google.com Review URL: https://codereview.chromium.org//406913003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38462 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
I also cleaned up a bunch of unused imports. BUG=https://code.google.com/p/dart/issues/detail?id=20067 R=nweiz@google.com Review URL: https://codereview.chromium.org//391363004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38352 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=18538 R=nweiz@google.com Review URL: https://codereview.chromium.org//331593012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37832 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//243683002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35344 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Make pubspec.lock keep relative path if it is originally specified as relative in pubspec.yaml (issue 11441). BUG=11441 R=rnystrom@google.com Review URL: https://codereview.chromium.org//34803006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30060 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14001 R=alanknight@google.com Review URL: https://codereview.chromium.org//26263004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@28618 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//22941002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26040 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//18143002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24555 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=5104 R=nweiz@google.com Review URL: https://codereview.chromium.org//15777002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@23114 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=10190 R=nweiz@google.com Review URL: https://codereview.chromium.org//15347004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22913 260f80e4-7a28-3924-810f-c04153c831b5
-
amouravski@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//14681002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22207 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 28, 2013
-
-
devoncarew@google.com authored
" # Generated by pub. See: http://pub.dartlang.org/doc/glossary.html#lockfile" " {"packages":{}}" becomes: # Generated by pub. # see http://pub.dartlang.org/doc/glossary.html#lockfile {"packages":{}} Review URL: https://codereview.chromium.org//13200003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20655 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also changes the SDK layout by replacing the "pkg" directory, which contained the full source of all the packages needed by pub and dartdoc, with a "packages" directory that contains only their lib directories. This directory is used as the package root for pub and dartdoc when run from the SDK. BUG=6745 Review URL: https://codereview.chromium.org//12782016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20640 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 19, 2013
-
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 Review URL: https://codereview.chromium.org//12294039 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18715 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 16, 2013
-
-
rnystrom@google.com authored
This reverts commit 0b0da0d44dde213647e7281bf0914c59fc552b27. BUG= Review URL: https://codereview.chromium.org//12280019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18606 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18605 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 31, 2013
-
-
keertip@google.com authored
Review URL: https://codereview.chromium.org//12133002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17951 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 26, 2013
-
-
jmesserly@google.com authored
After this I can use tools/publish_pkg.py upload script to fix dartbug.com/4126 Review URL: https://codereview.chromium.org//11622011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17685 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 07, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//11783009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16687 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 20, 2012
-
-
rnystrom@google.com authored
Previously, it was a mix of both styles. Now it's consistent. :) Review URL: https://codereview.chromium.org//11638010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16354 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 09, 2012
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11093012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@13391 260f80e4-7a28-3924-810f-c04153c831b5
-
- Sep 18, 2012
-
-
nweiz@google.com authored
Instead, the pubspec is considered to be the canonical name. This has the side effect of requiring that all dependencies have a pubspec with a name field. BUG=5205 Review URL: https://chromiumcodereview.appspot.com//10938003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@12517 260f80e4-7a28-3924-810f-c04153c831b5
-
- Aug 16, 2012
-
-
regis@google.com authored
Spec has been changed back. VM temporarily accepts a single type argument and emits a warning. Update tests, dart2js source, dartdoc, etc... Disable failing co19 tests (issue 175 filed). Review URL: https://chromiumcodereview.appspot.com//10854191 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@10861 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 23, 2012
-
-
nweiz@google.com authored
This fixes a race condition in r9767 caused by issue 4155. Review URL: https://chromiumcodereview.appspot.com//10790079 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@9824 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 19, 2012
-
-
nweiz@google.com authored
Review URL: https://chromiumcodereview.appspot.com//10803042 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@9768 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://chromiumcodereview.appspot.com//10796021 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@9767 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jun 06, 2012
-
-
rnystrom@google.com authored
Lock files can be parsed (from strings) with tests. Review URL: https://chromiumcodereview.appspot.com//10542015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@8362 260f80e4-7a28-3924-810f-c04153c831b5
-