Commit Graph

6 Commits

Author SHA1 Message Date
regis@google.com d9b0276a4c Require two type arguments for map literals (issue 4522).
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/dart@10861 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 20:44:32 +00:00
nweiz@google.com 0cbfef976d Fix the archive code so that it compiles in a stricter mode.
Review URL: https://chromiumcodereview.appspot.com//10824210

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10362 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-07 23:19:12 +00:00
nweiz@google.com 114137d29a Add ArchiveInputStream.readAll.
Review URL: https://chromiumcodereview.appspot.com//10830191

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10325 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-07 00:57:22 +00:00
nweiz@google.com 2f9fd6e6bd Attach the native entry struct to the ArchiveEntry object.
This allows the entry properties to be set by the user.

Review URL: https://chromiumcodereview.appspot.com//10832116

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10202 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-02 22:50:24 +00:00
nweiz@google.com 61ff55fced Free the C memory for ArchiveInputStream when the stream is garbage collected.
Review URL: https://chromiumcodereview.appspot.com//10825139

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10149 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-01 23:58:56 +00:00
nweiz@google.com 9833418db1 Add the beginnings of a Dart wrapper for libarchive.
Currently this only supports reading archives.

Review URL: https://chromiumcodereview.appspot.com//10842002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10138 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-01 20:19:07 +00:00