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

Unified Diff: samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D12.data

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D12.data
diff --git a/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D12.data b/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D12.data
deleted file mode 100644
index b9fa43205526c27ea6793f55924abdf781a68a2e..0000000000000000000000000000000000000000
--- a/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D12.data
+++ /dev/null
@@ -1,2129 +0,0 @@
-HTTP/1.1 200 OK
-Server: GitHubMock.com
-Date: Thu, 04 Feb 2016 10:53:27 GMT
-Content-Type: application/json; charset=utf-8
-Content-Length: 109616
-Status: 200 OK
-X-RateLimit-Limit: 60
-X-RateLimit-Remaining: 13
-X-RateLimit-Reset: 1454585585
-Cache-Control: public, max-age=60, s-maxage=60
-Last-Modified: Tue, 15 Dec 2015 11:54:57 GMT
-ETag: "15d63341b6dcaa1193cb3d13c7b631b9"
-Vary: Accept
-X-GitHub-Media-Type: github.v3
-Link: <https://api.github.com/repositories/29306978/commits?page=13>; rel="next", <https://api.github.com/repositories/29306978/commits?page=1>; rel="first", <https://api.github.com/repositories/29306978/commits?page=11>; rel="prev"
-Access-Control-Allow-Credentials: true
-Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
-Access-Control-Allow-Origin: *
-Content-Security-Policy: default-src 'none'
-Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
-X-Content-Type-Options: nosniff
-X-Frame-Options: deny
-X-XSS-Protection: 1; mode=block
-Vary: Accept-Encoding
-X-Served-By: 8dd185e423974a7e13abbbe6e060031e
-X-GitHub-Request-Id: 026D42C3:C8D3:46B9C59:56B32DA7
-
-[
- {
- "sha": "0d85a5868250941d1fc7969aa67a247d10670ad0",
- "commit": {
- "author": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2015-12-15T11:54:57Z"
- },
- "committer": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2015-12-15T11:54:57Z"
- },
- "message": "Add verification that natives only perform one allocation.\n\nThe only place where we did more than one allocation was in connection\nwith process death. I split that into two native calls for now. That\nis not great as it slows down message handling, but I think it is\nthe right thing to do for now.\n\nNext step is to encode the requested amount in the allocation failure\nobjects and fail with out of memory if we cannot get that amount of\nmemory after a GC on allocation failure.\n\nR=kustermann@google.com, kasperl@google.com\n\nReview URL: https://codereview.chromium.org/1523233002 .",
- "tree": {
- "sha": "d3205e6e0071c1cf28a142d41c9db2f04d2805b3",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/d3205e6e0071c1cf28a142d41c9db2f04d2805b3"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/0d85a5868250941d1fc7969aa67a247d10670ad0",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/0d85a5868250941d1fc7969aa67a247d10670ad0",
- "html_url": "https://github.com/dartino/sdk/commit/0d85a5868250941d1fc7969aa67a247d10670ad0",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/0d85a5868250941d1fc7969aa67a247d10670ad0/comments",
- "author": {
- "login": "madsager",
- "id": 2909286,
- "avatar_url": "https://avatars.githubusercontent.com/u/2909286?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/madsager",
- "html_url": "https://github.com/madsager",
- "followers_url": "https://api.github.com/users/madsager/followers",
- "following_url": "https://api.github.com/users/madsager/following{/other_user}",
- "gists_url": "https://api.github.com/users/madsager/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/madsager/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/madsager/subscriptions",
- "organizations_url": "https://api.github.com/users/madsager/orgs",
- "repos_url": "https://api.github.com/users/madsager/repos",
- "events_url": "https://api.github.com/users/madsager/events{/privacy}",
- "received_events_url": "https://api.github.com/users/madsager/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "madsager",
- "id": 2909286,
- "avatar_url": "https://avatars.githubusercontent.com/u/2909286?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/madsager",
- "html_url": "https://github.com/madsager",
- "followers_url": "https://api.github.com/users/madsager/followers",
- "following_url": "https://api.github.com/users/madsager/following{/other_user}",
- "gists_url": "https://api.github.com/users/madsager/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/madsager/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/madsager/subscriptions",
- "organizations_url": "https://api.github.com/users/madsager/orgs",
- "repos_url": "https://api.github.com/users/madsager/repos",
- "events_url": "https://api.github.com/users/madsager/events{/privacy}",
- "received_events_url": "https://api.github.com/users/madsager/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "url": "https://api.github.com/repos/dartino/sdk/commits/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "html_url": "https://github.com/dartino/sdk/commit/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51"
- }
- ]
- },
- {
- "sha": "56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "commit": {
- "author": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-15T10:27:42Z"
- },
- "committer": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-15T10:27:42Z"
- },
- "message": "Use Slim Reader/Writer locks (and fix a leaked handle).\n\nBUG=\nR=ager@google.com\n\nReview URL: https://codereview.chromium.org/1522853002 .",
- "tree": {
- "sha": "7afed8e70e5e858a69e583b93d14b4636510306e",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/7afed8e70e5e858a69e583b93d14b4636510306e"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "html_url": "https://github.com/dartino/sdk/commit/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/56823eff6a027ac76d1f602ca5c0a9d1fc2e9e51/comments",
- "author": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "url": "https://api.github.com/repos/dartino/sdk/commits/cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "html_url": "https://github.com/dartino/sdk/commit/cf9e6495532f6c27aa2d1956ae081cc523678d4e"
- }
- ]
- },
- {
- "sha": "cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "commit": {
- "author": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-15T10:24:11Z"
- },
- "committer": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-15T10:24:11Z"
- },
- "message": "Rename StackTrace to BackTrace.\n\nFixes #156.\n\nBUG=\nR=karlklose@google.com\n\nReview URL: https://codereview.chromium.org/1511823003 .",
- "tree": {
- "sha": "0118c93c469cc50a880ff9afa8fc1b9dae36434c",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/0118c93c469cc50a880ff9afa8fc1b9dae36434c"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "html_url": "https://github.com/dartino/sdk/commit/cf9e6495532f6c27aa2d1956ae081cc523678d4e",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/cf9e6495532f6c27aa2d1956ae081cc523678d4e/comments",
- "author": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "94b177cad25637194a41308d4b5a7abfc833c1a3",
- "url": "https://api.github.com/repos/dartino/sdk/commits/94b177cad25637194a41308d4b5a7abfc833c1a3",
- "html_url": "https://github.com/dartino/sdk/commit/94b177cad25637194a41308d4b5a7abfc833c1a3"
- }
- ]
- },
- {
- "sha": "94b177cad25637194a41308d4b5a7abfc833c1a3",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-15T10:23:26Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-15T10:23:26Z"
- },
- "message": "Scheduler cleanup: Remove caching of [ThreadState]s, since we don't use them\n\nThe number of scheduler worker threads is only growing ATM. This list of cached [ThreadState]s\nis unused.\n\nR=herhut@google.com\n\nReview URL: https://codereview.chromium.org/1530613002 .",
- "tree": {
- "sha": "2ef732cc022f3310e16d4a2210fbc6ce42500328",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/2ef732cc022f3310e16d4a2210fbc6ce42500328"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/94b177cad25637194a41308d4b5a7abfc833c1a3",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/94b177cad25637194a41308d4b5a7abfc833c1a3",
- "html_url": "https://github.com/dartino/sdk/commit/94b177cad25637194a41308d4b5a7abfc833c1a3",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/94b177cad25637194a41308d4b5a7abfc833c1a3/comments",
- "author": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "url": "https://api.github.com/repos/dartino/sdk/commits/cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "html_url": "https://github.com/dartino/sdk/commit/cd0c0100179c45a4be7c00844bd56d26977fcbb5"
- }
- ]
- },
- {
- "sha": "cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-15T10:20:01Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-15T10:20:01Z"
- },
- "message": "Scheduler cleanup: Remove unused Scheduler::TakeThreadState\n\nR=herhut@google.com\n\nReview URL: https://codereview.chromium.org/1521423004 .",
- "tree": {
- "sha": "ba9e10dc0d5fca9c48f384ef5ddc67574d2f9d3f",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/ba9e10dc0d5fca9c48f384ef5ddc67574d2f9d3f"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "html_url": "https://github.com/dartino/sdk/commit/cd0c0100179c45a4be7c00844bd56d26977fcbb5",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/cd0c0100179c45a4be7c00844bd56d26977fcbb5/comments",
- "author": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "url": "https://api.github.com/repos/dartino/sdk/commits/08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "html_url": "https://github.com/dartino/sdk/commit/08108a821b5c52b0dd58b25d74b873ac10ebcc14"
- }
- ]
- },
- {
- "sha": "08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "commit": {
- "author": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-15T10:12:28Z"
- },
- "committer": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-15T10:12:28Z"
- },
- "message": "Include the error message when writing \"compile error\" at runtime.\n\nThis fixes #132.\nBUG=\nR=ajohnsen@google.com\n\nReview URL: https://codereview.chromium.org/1522003002 .",
- "tree": {
- "sha": "4a3cdefcf7a40dbb0fe6bcf0021176416a083387",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/4a3cdefcf7a40dbb0fe6bcf0021176416a083387"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "html_url": "https://github.com/dartino/sdk/commit/08108a821b5c52b0dd58b25d74b873ac10ebcc14",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/08108a821b5c52b0dd58b25d74b873ac10ebcc14/comments",
- "author": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "url": "https://api.github.com/repos/dartino/sdk/commits/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "html_url": "https://github.com/dartino/sdk/commit/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3"
- }
- ]
- },
- {
- "sha": "7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "commit": {
- "author": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-15T09:47:57Z"
- },
- "committer": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-15T09:47:57Z"
- },
- "message": "Pass a base uri to IncrementalCompiler.compile\n\nSo each compilation can run with the base uri of the driver program.\n\nThis fixes https://github.com/dart-lang/fletch/issues/361\nBUG=\nR=ajohnsen@google.com\n\nReview URL: https://codereview.chromium.org/1521903003 .",
- "tree": {
- "sha": "3e177394f72dd44ac0966142e51ae3aa798398ad",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3e177394f72dd44ac0966142e51ae3aa798398ad"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "html_url": "https://github.com/dartino/sdk/commit/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/7d5dd3b7b47b1ae5380e2fa4c14f6254450cf2b3/comments",
- "author": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "url": "https://api.github.com/repos/dartino/sdk/commits/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "html_url": "https://github.com/dartino/sdk/commit/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1"
- }
- ]
- },
- {
- "sha": "193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "commit": {
- "author": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-14T14:47:54Z"
- },
- "committer": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2015-12-14T14:47:54Z"
- },
- "message": "Add teardown hook to Platform class.\n\nR=kustermann@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1521363004 .",
- "tree": {
- "sha": "e9ab04e7a36f751a07e95a4dfffc5e685855c71f",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/e9ab04e7a36f751a07e95a4dfffc5e685855c71f"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "html_url": "https://github.com/dartino/sdk/commit/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/193aea1ca0f536c90997baf24b1fee4ab8c9c1b1/comments",
- "author": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "herhut-ggl",
- "id": 7458821,
- "avatar_url": "https://avatars.githubusercontent.com/u/7458821?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/herhut-ggl",
- "html_url": "https://github.com/herhut-ggl",
- "followers_url": "https://api.github.com/users/herhut-ggl/followers",
- "following_url": "https://api.github.com/users/herhut-ggl/following{/other_user}",
- "gists_url": "https://api.github.com/users/herhut-ggl/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/herhut-ggl/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/herhut-ggl/subscriptions",
- "organizations_url": "https://api.github.com/users/herhut-ggl/orgs",
- "repos_url": "https://api.github.com/users/herhut-ggl/repos",
- "events_url": "https://api.github.com/users/herhut-ggl/events{/privacy}",
- "received_events_url": "https://api.github.com/users/herhut-ggl/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "url": "https://api.github.com/repos/dartino/sdk/commits/6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "html_url": "https://github.com/dartino/sdk/commit/6dc8fe6c7eaacd8a4ee80341448b9205a6385267"
- }
- ]
- },
- {
- "sha": "6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-14T11:18:48Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-14T11:18:48Z"
- },
- "message": "Update hardware configuration for Discovery board\n\n* Add interrupt for UART and ETH\n* Make UART use 8 bit\n\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1524673003 .",
- "tree": {
- "sha": "a52b9ec00a64b39d50762a2920f527e24f0f5992",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/a52b9ec00a64b39d50762a2920f527e24f0f5992"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "html_url": "https://github.com/dartino/sdk/commit/6dc8fe6c7eaacd8a4ee80341448b9205a6385267",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/6dc8fe6c7eaacd8a4ee80341448b9205a6385267/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "041d84055f8b1f1606d07dc163f327afed701a82",
- "url": "https://api.github.com/repos/dartino/sdk/commits/041d84055f8b1f1606d07dc163f327afed701a82",
- "html_url": "https://github.com/dartino/sdk/commit/041d84055f8b1f1606d07dc163f327afed701a82"
- }
- ]
- },
- {
- "sha": "041d84055f8b1f1606d07dc163f327afed701a82",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-14T11:06:35Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-14T11:06:35Z"
- },
- "message": "Rename the logging macros\n\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1523693003 .",
- "tree": {
- "sha": "3f7c85049206439633c712491f57d0c4804b361c",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3f7c85049206439633c712491f57d0c4804b361c"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/041d84055f8b1f1606d07dc163f327afed701a82",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/041d84055f8b1f1606d07dc163f327afed701a82",
- "html_url": "https://github.com/dartino/sdk/commit/041d84055f8b1f1606d07dc163f327afed701a82",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/041d84055f8b1f1606d07dc163f327afed701a82/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "url": "https://api.github.com/repos/dartino/sdk/commits/528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "html_url": "https://github.com/dartino/sdk/commit/528373a6eb8d37f3aaf0255f69378c4180d7b82e"
- }
- ]
- },
- {
- "sha": "528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "commit": {
- "author": {
- "name": "Anders Johnsen",
- "email": "ajohnsen@google.com",
- "date": "2015-12-12T18:26:17Z"
- },
- "committer": {
- "name": "Anders Johnsen",
- "email": "ajohnsen@google.com",
- "date": "2015-12-12T18:26:17Z"
- },
- "message": "Store PC as part of 'state', when leaving the interpreter.\n\nThat means we now can have in-bytecode save/restore.\n\nBUG=\nR=ager@google.com\n\nReview URL: https://codereview.chromium.org/1499173002 .",
- "tree": {
- "sha": "5fe14ec2a0ad7c0193d5b62461b9440c336cffaa",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/5fe14ec2a0ad7c0193d5b62461b9440c336cffaa"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "html_url": "https://github.com/dartino/sdk/commit/528373a6eb8d37f3aaf0255f69378c4180d7b82e",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/528373a6eb8d37f3aaf0255f69378c4180d7b82e/comments",
- "author": {
- "login": "skabet",
- "id": 22043,
- "avatar_url": "https://avatars.githubusercontent.com/u/22043?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/skabet",
- "html_url": "https://github.com/skabet",
- "followers_url": "https://api.github.com/users/skabet/followers",
- "following_url": "https://api.github.com/users/skabet/following{/other_user}",
- "gists_url": "https://api.github.com/users/skabet/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/skabet/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/skabet/subscriptions",
- "organizations_url": "https://api.github.com/users/skabet/orgs",
- "repos_url": "https://api.github.com/users/skabet/repos",
- "events_url": "https://api.github.com/users/skabet/events{/privacy}",
- "received_events_url": "https://api.github.com/users/skabet/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "skabet",
- "id": 22043,
- "avatar_url": "https://avatars.githubusercontent.com/u/22043?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/skabet",
- "html_url": "https://github.com/skabet",
- "followers_url": "https://api.github.com/users/skabet/followers",
- "following_url": "https://api.github.com/users/skabet/following{/other_user}",
- "gists_url": "https://api.github.com/users/skabet/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/skabet/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/skabet/subscriptions",
- "organizations_url": "https://api.github.com/users/skabet/orgs",
- "repos_url": "https://api.github.com/users/skabet/repos",
- "events_url": "https://api.github.com/users/skabet/events{/privacy}",
- "received_events_url": "https://api.github.com/users/skabet/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "2144790f3251a656cefdc766af58a06bc32fb462",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2144790f3251a656cefdc766af58a06bc32fb462",
- "html_url": "https://github.com/dartino/sdk/commit/2144790f3251a656cefdc766af58a06bc32fb462"
- }
- ]
- },
- {
- "sha": "2144790f3251a656cefdc766af58a06bc32fb462",
- "commit": {
- "author": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-11T14:29:59Z"
- },
- "committer": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-11T14:29:59Z"
- },
- "message": "Get rid of compileAndAttachThenDeprecated.\n\nR=sgjesse@google.com, ahe@google.com, karlklose@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1512903007 .",
- "tree": {
- "sha": "6d7a2b20020056f94fd5594b30d705e088f30dc0",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/6d7a2b20020056f94fd5594b30d705e088f30dc0"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2144790f3251a656cefdc766af58a06bc32fb462",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2144790f3251a656cefdc766af58a06bc32fb462",
- "html_url": "https://github.com/dartino/sdk/commit/2144790f3251a656cefdc766af58a06bc32fb462",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2144790f3251a656cefdc766af58a06bc32fb462/comments",
- "author": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "6c7b0a572510647bac97df2b4925eafc64a031ac",
- "url": "https://api.github.com/repos/dartino/sdk/commits/6c7b0a572510647bac97df2b4925eafc64a031ac",
- "html_url": "https://github.com/dartino/sdk/commit/6c7b0a572510647bac97df2b4925eafc64a031ac"
- }
- ]
- },
- {
- "sha": "6c7b0a572510647bac97df2b4925eafc64a031ac",
- "commit": {
- "author": {
- "name": "Karl Klose",
- "email": "karlklose@google.com",
- "date": "2015-12-11T14:26:05Z"
- },
- "committer": {
- "name": "Karl Klose",
- "email": "karlklose@google.com",
- "date": "2015-12-11T14:26:05Z"
- },
- "message": "Allow to show all active sessions and the settings of a specific session with 'fletch show'.\n\nCloses #352\n\nR=wibling@google.com\n\nReview URL: https://codereview.chromium.org/1517703003 .",
- "tree": {
- "sha": "504088e2f42555511f67f6a806b5fdfeb2c4e3b5",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/504088e2f42555511f67f6a806b5fdfeb2c4e3b5"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/6c7b0a572510647bac97df2b4925eafc64a031ac",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/6c7b0a572510647bac97df2b4925eafc64a031ac",
- "html_url": "https://github.com/dartino/sdk/commit/6c7b0a572510647bac97df2b4925eafc64a031ac",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/6c7b0a572510647bac97df2b4925eafc64a031ac/comments",
- "author": {
- "login": "karlklose",
- "id": 5946824,
- "avatar_url": "https://avatars.githubusercontent.com/u/5946824?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/karlklose",
- "html_url": "https://github.com/karlklose",
- "followers_url": "https://api.github.com/users/karlklose/followers",
- "following_url": "https://api.github.com/users/karlklose/following{/other_user}",
- "gists_url": "https://api.github.com/users/karlklose/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/karlklose/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/karlklose/subscriptions",
- "organizations_url": "https://api.github.com/users/karlklose/orgs",
- "repos_url": "https://api.github.com/users/karlklose/repos",
- "events_url": "https://api.github.com/users/karlklose/events{/privacy}",
- "received_events_url": "https://api.github.com/users/karlklose/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "karlklose",
- "id": 5946824,
- "avatar_url": "https://avatars.githubusercontent.com/u/5946824?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/karlklose",
- "html_url": "https://github.com/karlklose",
- "followers_url": "https://api.github.com/users/karlklose/followers",
- "following_url": "https://api.github.com/users/karlklose/following{/other_user}",
- "gists_url": "https://api.github.com/users/karlklose/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/karlklose/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/karlklose/subscriptions",
- "organizations_url": "https://api.github.com/users/karlklose/orgs",
- "repos_url": "https://api.github.com/users/karlklose/repos",
- "events_url": "https://api.github.com/users/karlklose/events{/privacy}",
- "received_events_url": "https://api.github.com/users/karlklose/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "6102db4c31bd12b694a7258410e135b10b6490d2",
- "url": "https://api.github.com/repos/dartino/sdk/commits/6102db4c31bd12b694a7258410e135b10b6490d2",
- "html_url": "https://github.com/dartino/sdk/commit/6102db4c31bd12b694a7258410e135b10b6490d2"
- }
- ]
- },
- {
- "sha": "6102db4c31bd12b694a7258410e135b10b6490d2",
- "commit": {
- "author": {
- "name": "Michael Thomsen",
- "email": "mit@google.com",
- "date": "2015-12-11T13:05:27Z"
- },
- "committer": {
- "name": "Michael Thomsen",
- "email": "mit@google.com",
- "date": "2015-12-11T13:05:27Z"
- },
- "message": "Kill the process when disconnecting using new process kill API\n\nFixes #343\n\nR=kustermann@google.com\n\nReview URL: https://codereview.chromium.org/1516153003 .",
- "tree": {
- "sha": "4e1bde498fc923426f298e9fd31291f0c474000a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/4e1bde498fc923426f298e9fd31291f0c474000a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/6102db4c31bd12b694a7258410e135b10b6490d2",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/6102db4c31bd12b694a7258410e135b10b6490d2",
- "html_url": "https://github.com/dartino/sdk/commit/6102db4c31bd12b694a7258410e135b10b6490d2",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/6102db4c31bd12b694a7258410e135b10b6490d2/comments",
- "author": {
- "login": "mit-mit",
- "id": 13644170,
- "avatar_url": "https://avatars.githubusercontent.com/u/13644170?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mit-mit",
- "html_url": "https://github.com/mit-mit",
- "followers_url": "https://api.github.com/users/mit-mit/followers",
- "following_url": "https://api.github.com/users/mit-mit/following{/other_user}",
- "gists_url": "https://api.github.com/users/mit-mit/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mit-mit/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mit-mit/subscriptions",
- "organizations_url": "https://api.github.com/users/mit-mit/orgs",
- "repos_url": "https://api.github.com/users/mit-mit/repos",
- "events_url": "https://api.github.com/users/mit-mit/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mit-mit/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mit-mit",
- "id": 13644170,
- "avatar_url": "https://avatars.githubusercontent.com/u/13644170?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mit-mit",
- "html_url": "https://github.com/mit-mit",
- "followers_url": "https://api.github.com/users/mit-mit/followers",
- "following_url": "https://api.github.com/users/mit-mit/following{/other_user}",
- "gists_url": "https://api.github.com/users/mit-mit/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mit-mit/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mit-mit/subscriptions",
- "organizations_url": "https://api.github.com/users/mit-mit/orgs",
- "repos_url": "https://api.github.com/users/mit-mit/repos",
- "events_url": "https://api.github.com/users/mit-mit/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mit-mit/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "url": "https://api.github.com/repos/dartino/sdk/commits/5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "html_url": "https://github.com/dartino/sdk/commit/5e4e67a35935b51b12c7c3310c36a7e706200dc3"
- }
- ]
- },
- {
- "sha": "5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "commit": {
- "author": {
- "name": "Michael Thomsen",
- "email": "mit@google.com",
- "date": "2015-12-11T12:10:40Z"
- },
- "committer": {
- "name": "Michael Thomsen",
- "email": "mit@google.com",
- "date": "2015-12-11T12:10:40Z"
- },
- "message": "MQTT package\n\nR=kasperl@google.com, sgjesse@google.com\n\nReview URL: https://codereview.chromium.org/1481883002 .",
- "tree": {
- "sha": "03c3784a86581561358ecc548655c2b3e6d3dd16",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/03c3784a86581561358ecc548655c2b3e6d3dd16"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "html_url": "https://github.com/dartino/sdk/commit/5e4e67a35935b51b12c7c3310c36a7e706200dc3",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/5e4e67a35935b51b12c7c3310c36a7e706200dc3/comments",
- "author": {
- "login": "mit-mit",
- "id": 13644170,
- "avatar_url": "https://avatars.githubusercontent.com/u/13644170?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mit-mit",
- "html_url": "https://github.com/mit-mit",
- "followers_url": "https://api.github.com/users/mit-mit/followers",
- "following_url": "https://api.github.com/users/mit-mit/following{/other_user}",
- "gists_url": "https://api.github.com/users/mit-mit/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mit-mit/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mit-mit/subscriptions",
- "organizations_url": "https://api.github.com/users/mit-mit/orgs",
- "repos_url": "https://api.github.com/users/mit-mit/repos",
- "events_url": "https://api.github.com/users/mit-mit/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mit-mit/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mit-mit",
- "id": 13644170,
- "avatar_url": "https://avatars.githubusercontent.com/u/13644170?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mit-mit",
- "html_url": "https://github.com/mit-mit",
- "followers_url": "https://api.github.com/users/mit-mit/followers",
- "following_url": "https://api.github.com/users/mit-mit/following{/other_user}",
- "gists_url": "https://api.github.com/users/mit-mit/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mit-mit/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mit-mit/subscriptions",
- "organizations_url": "https://api.github.com/users/mit-mit/orgs",
- "repos_url": "https://api.github.com/users/mit-mit/repos",
- "events_url": "https://api.github.com/users/mit-mit/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mit-mit/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "url": "https://api.github.com/repos/dartino/sdk/commits/16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "html_url": "https://github.com/dartino/sdk/commit/16a0a49d9605619cacf03f9d41ace33b95d0f6bc"
- }
- ]
- },
- {
- "sha": "16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2015-12-11T11:44:39Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2015-12-11T11:44:39Z"
- },
- "message": "Make it possible to test the OneProcessHeap and MarkSweep configurations\n\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1512153003 .",
- "tree": {
- "sha": "6a5ddb256609775fe07a83c18829d7c3ec5b18eb",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/6a5ddb256609775fe07a83c18829d7c3ec5b18eb"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "html_url": "https://github.com/dartino/sdk/commit/16a0a49d9605619cacf03f9d41ace33b95d0f6bc",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/16a0a49d9605619cacf03f9d41ace33b95d0f6bc/comments",
- "author": {
- "login": "ErikCorryGoogle",
- "id": 8523815,
- "avatar_url": "https://avatars.githubusercontent.com/u/8523815?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ErikCorryGoogle",
- "html_url": "https://github.com/ErikCorryGoogle",
- "followers_url": "https://api.github.com/users/ErikCorryGoogle/followers",
- "following_url": "https://api.github.com/users/ErikCorryGoogle/following{/other_user}",
- "gists_url": "https://api.github.com/users/ErikCorryGoogle/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ErikCorryGoogle/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ErikCorryGoogle/subscriptions",
- "organizations_url": "https://api.github.com/users/ErikCorryGoogle/orgs",
- "repos_url": "https://api.github.com/users/ErikCorryGoogle/repos",
- "events_url": "https://api.github.com/users/ErikCorryGoogle/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ErikCorryGoogle/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ErikCorryGoogle",
- "id": 8523815,
- "avatar_url": "https://avatars.githubusercontent.com/u/8523815?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ErikCorryGoogle",
- "html_url": "https://github.com/ErikCorryGoogle",
- "followers_url": "https://api.github.com/users/ErikCorryGoogle/followers",
- "following_url": "https://api.github.com/users/ErikCorryGoogle/following{/other_user}",
- "gists_url": "https://api.github.com/users/ErikCorryGoogle/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ErikCorryGoogle/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ErikCorryGoogle/subscriptions",
- "organizations_url": "https://api.github.com/users/ErikCorryGoogle/orgs",
- "repos_url": "https://api.github.com/users/ErikCorryGoogle/repos",
- "events_url": "https://api.github.com/users/ErikCorryGoogle/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ErikCorryGoogle/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "url": "https://api.github.com/repos/dartino/sdk/commits/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "html_url": "https://github.com/dartino/sdk/commit/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778"
- }
- ]
- },
- {
- "sha": "4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T11:33:28Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T11:33:28Z"
- },
- "message": "Update dicso_fletch.gyp to include a fixed test.dart program\n\nThis still requires out/ReleaseX64 to be build in advance, but makes it\neasier to experiment with Dart code for now.\n\nR=ricow@google.com\n\nReview URL: https://codereview.chromium.org/1517183002 .",
- "tree": {
- "sha": "dfdd20802f65d85c7c93daf9dfb572703113f61a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/dfdd20802f65d85c7c93daf9dfb572703113f61a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "html_url": "https://github.com/dartino/sdk/commit/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/4a6b8cfde7a39b283e9ba30fd7667dab0e5c7778/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "0c038812218ec380b21d25efa4f3236cb0f18483",
- "url": "https://api.github.com/repos/dartino/sdk/commits/0c038812218ec380b21d25efa4f3236cb0f18483",
- "html_url": "https://github.com/dartino/sdk/commit/0c038812218ec380b21d25efa4f3236cb0f18483"
- }
- ]
- },
- {
- "sha": "0c038812218ec380b21d25efa4f3236cb0f18483",
- "commit": {
- "author": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2015-12-11T10:29:13Z"
- },
- "committer": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2015-12-11T10:29:13Z"
- },
- "message": "Add debugger hooks for exception throwing.\n\nBefore, we would not see the actual 'throw e' as throwing the exception\ninstead we would just see 'e'.\n\nAdditionally, we would get completely wrong information for rethrow. For:\n\ntry {\n throw 42;\n} catch (e) {\n print('woops');\n rethrow;\n}\n\nthe debugger would claim that the print statement caused the uncaught\nexception.\n\nFinally, for implicit rethrows we would get non-sensical information\nabout what threw the uncaught exception. This change 'fixes' that,\nbut there is no good source position for the implicit rethrow. I\nchose to use the entire try-statement as the location. I don't think\nthere is a better choice here.\n\nCloses https://github.com/dart-lang/fletch/issues/152\n\nR=wibling@google.com, ahe@google.com\n\nReview URL: https://codereview.chromium.org/1507353004 .",
- "tree": {
- "sha": "8a2412dd8e35436a90357d00432c1cda3b74be7c",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/8a2412dd8e35436a90357d00432c1cda3b74be7c"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/0c038812218ec380b21d25efa4f3236cb0f18483",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/0c038812218ec380b21d25efa4f3236cb0f18483",
- "html_url": "https://github.com/dartino/sdk/commit/0c038812218ec380b21d25efa4f3236cb0f18483",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/0c038812218ec380b21d25efa4f3236cb0f18483/comments",
- "author": {
- "login": "madsager",
- "id": 2909286,
- "avatar_url": "https://avatars.githubusercontent.com/u/2909286?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/madsager",
- "html_url": "https://github.com/madsager",
- "followers_url": "https://api.github.com/users/madsager/followers",
- "following_url": "https://api.github.com/users/madsager/following{/other_user}",
- "gists_url": "https://api.github.com/users/madsager/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/madsager/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/madsager/subscriptions",
- "organizations_url": "https://api.github.com/users/madsager/orgs",
- "repos_url": "https://api.github.com/users/madsager/repos",
- "events_url": "https://api.github.com/users/madsager/events{/privacy}",
- "received_events_url": "https://api.github.com/users/madsager/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "madsager",
- "id": 2909286,
- "avatar_url": "https://avatars.githubusercontent.com/u/2909286?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/madsager",
- "html_url": "https://github.com/madsager",
- "followers_url": "https://api.github.com/users/madsager/followers",
- "following_url": "https://api.github.com/users/madsager/following{/other_user}",
- "gists_url": "https://api.github.com/users/madsager/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/madsager/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/madsager/subscriptions",
- "organizations_url": "https://api.github.com/users/madsager/orgs",
- "repos_url": "https://api.github.com/users/madsager/repos",
- "events_url": "https://api.github.com/users/madsager/events{/privacy}",
- "received_events_url": "https://api.github.com/users/madsager/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "6e44f7384a739a4e686d25582a5d37986040fb6c",
- "url": "https://api.github.com/repos/dartino/sdk/commits/6e44f7384a739a4e686d25582a5d37986040fb6c",
- "html_url": "https://github.com/dartino/sdk/commit/6e44f7384a739a4e686d25582a5d37986040fb6c"
- }
- ]
- },
- {
- "sha": "6e44f7384a739a4e686d25582a5d37986040fb6c",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T10:07:56Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T10:07:56Z"
- },
- "message": "Cleanup the disco_fletch.gyp file\n\nAddress additional comments to\nhttps://codereview.chromium.org/1488073002/\n\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1514363002 .",
- "tree": {
- "sha": "bf51829322c362e1fe152892265adef7d8693054",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/bf51829322c362e1fe152892265adef7d8693054"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/6e44f7384a739a4e686d25582a5d37986040fb6c",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/6e44f7384a739a4e686d25582a5d37986040fb6c",
- "html_url": "https://github.com/dartino/sdk/commit/6e44f7384a739a4e686d25582a5d37986040fb6c",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/6e44f7384a739a4e686d25582a5d37986040fb6c/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "9715f6b8810464fdc44b66245143396032baecc9",
- "url": "https://api.github.com/repos/dartino/sdk/commits/9715f6b8810464fdc44b66245143396032baecc9",
- "html_url": "https://github.com/dartino/sdk/commit/9715f6b8810464fdc44b66245143396032baecc9"
- }
- ]
- },
- {
- "sha": "9715f6b8810464fdc44b66245143396032baecc9",
- "commit": {
- "author": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-11T10:05:50Z"
- },
- "committer": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-11T10:05:50Z"
- },
- "message": "Revert \"Revert \"Fix issue with running a crashing program twice.\"\"\n\nThis reverts commit ec8a5bc5daa77cc70f899a52306601cb6ac09222.\n\nRelanding. It doesn't seem to be the cause of the bot redness yesterday.\n\nR=sgjesse@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1507343009 .",
- "tree": {
- "sha": "986f0176467268ad7028400c8f87270df5bd3e46",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/986f0176467268ad7028400c8f87270df5bd3e46"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/9715f6b8810464fdc44b66245143396032baecc9",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/9715f6b8810464fdc44b66245143396032baecc9",
- "html_url": "https://github.com/dartino/sdk/commit/9715f6b8810464fdc44b66245143396032baecc9",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/9715f6b8810464fdc44b66245143396032baecc9/comments",
- "author": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "url": "https://api.github.com/repos/dartino/sdk/commits/888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "html_url": "https://github.com/dartino/sdk/commit/888adcecac49cb99ac6bdbb5814c3489ba28652b"
- }
- ]
- },
- {
- "sha": "888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T10:00:02Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-11T10:00:02Z"
- },
- "message": "Only download Clang for the current platform during gclient runhooks\n\nCloses #63\n\nBUG= https://github.com/dart-lang/fletch/issues/63\nR=ricow@google.com\n\nReview URL: https://codereview.chromium.org/1513903005 .",
- "tree": {
- "sha": "72efa041dde159b7f830b9cd2897f7f60aadf93f",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/72efa041dde159b7f830b9cd2897f7f60aadf93f"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "html_url": "https://github.com/dartino/sdk/commit/888adcecac49cb99ac6bdbb5814c3489ba28652b",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/888adcecac49cb99ac6bdbb5814c3489ba28652b/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "html_url": "https://github.com/dartino/sdk/commit/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec"
- }
- ]
- },
- {
- "sha": "2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2015-12-11T08:32:00Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2015-12-11T08:32:00Z"
- },
- "message": "Use -q and short option names to make gclient sync less noisy\n\nSee also https://codereview.chromium.org/1516683004 which will also\nreduce noise if it is accepted.\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1511553007 .",
- "tree": {
- "sha": "57b698e698a9fe2e1163c6b360ab88ed65879f95",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/57b698e698a9fe2e1163c6b360ab88ed65879f95"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "html_url": "https://github.com/dartino/sdk/commit/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2b55563cf58ac26fbbf14ef3f96fb963db0b14ec/comments",
- "author": {
- "login": "ErikCorryGoogle",
- "id": 8523815,
- "avatar_url": "https://avatars.githubusercontent.com/u/8523815?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ErikCorryGoogle",
- "html_url": "https://github.com/ErikCorryGoogle",
- "followers_url": "https://api.github.com/users/ErikCorryGoogle/followers",
- "following_url": "https://api.github.com/users/ErikCorryGoogle/following{/other_user}",
- "gists_url": "https://api.github.com/users/ErikCorryGoogle/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ErikCorryGoogle/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ErikCorryGoogle/subscriptions",
- "organizations_url": "https://api.github.com/users/ErikCorryGoogle/orgs",
- "repos_url": "https://api.github.com/users/ErikCorryGoogle/repos",
- "events_url": "https://api.github.com/users/ErikCorryGoogle/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ErikCorryGoogle/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ErikCorryGoogle",
- "id": 8523815,
- "avatar_url": "https://avatars.githubusercontent.com/u/8523815?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ErikCorryGoogle",
- "html_url": "https://github.com/ErikCorryGoogle",
- "followers_url": "https://api.github.com/users/ErikCorryGoogle/followers",
- "following_url": "https://api.github.com/users/ErikCorryGoogle/following{/other_user}",
- "gists_url": "https://api.github.com/users/ErikCorryGoogle/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ErikCorryGoogle/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ErikCorryGoogle/subscriptions",
- "organizations_url": "https://api.github.com/users/ErikCorryGoogle/orgs",
- "repos_url": "https://api.github.com/users/ErikCorryGoogle/repos",
- "events_url": "https://api.github.com/users/ErikCorryGoogle/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ErikCorryGoogle/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "50ffce48a0d44ac290c2623543a01d5051039c71",
- "url": "https://api.github.com/repos/dartino/sdk/commits/50ffce48a0d44ac290c2623543a01d5051039c71",
- "html_url": "https://github.com/dartino/sdk/commit/50ffce48a0d44ac290c2623543a01d5051039c71"
- }
- ]
- },
- {
- "sha": "50ffce48a0d44ac290c2623543a01d5051039c71",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T16:10:19Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T16:10:19Z"
- },
- "message": "Indent stdout/stderr/exitcode of different [CommandOutput]s, add exitcode\n\nIsseu #271\n\nR=ricow@google.com\n\nReview URL: https://codereview.chromium.org/1516493004 .",
- "tree": {
- "sha": "d662ed47e6a49a557cf727dfadcc5cafdf018f50",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/d662ed47e6a49a557cf727dfadcc5cafdf018f50"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/50ffce48a0d44ac290c2623543a01d5051039c71",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/50ffce48a0d44ac290c2623543a01d5051039c71",
- "html_url": "https://github.com/dartino/sdk/commit/50ffce48a0d44ac290c2623543a01d5051039c71",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/50ffce48a0d44ac290c2623543a01d5051039c71/comments",
- "author": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "url": "https://api.github.com/repos/dartino/sdk/commits/ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "html_url": "https://github.com/dartino/sdk/commit/ec8a5bc5daa77cc70f899a52306601cb6ac09222"
- }
- ]
- },
- {
- "sha": "ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "commit": {
- "author": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-10T14:45:09Z"
- },
- "committer": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-10T14:45:09Z"
- },
- "message": "Revert \"Fix issue with running a crashing program twice.\"\n\nThis reverts commit 0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0.\n\nR=sgjesse@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1512763010 .",
- "tree": {
- "sha": "975a8d1a874accab4672f8e605e0c19f0ba662a5",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/975a8d1a874accab4672f8e605e0c19f0ba662a5"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "html_url": "https://github.com/dartino/sdk/commit/ec8a5bc5daa77cc70f899a52306601cb6ac09222",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/ec8a5bc5daa77cc70f899a52306601cb6ac09222/comments",
- "author": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "url": "https://api.github.com/repos/dartino/sdk/commits/033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "html_url": "https://github.com/dartino/sdk/commit/033c305497a98d8cc21d2e345c9adba7c7e2cbb6"
- }
- ]
- },
- {
- "sha": "033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-10T14:43:19Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-10T14:43:19Z"
- },
- "message": "Add getters for stdin, stdout and stderr on File\n\nCloses #28\n\nBUG= https://github.com/dart-lang/fletch/issues/28\n\nR=karlklose@google.com\n\nXXX\n\nReview URL: https://codereview.chromium.org/1519433003 .",
- "tree": {
- "sha": "e146712fbfcb72f3cc3886c43954415176623bd7",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/e146712fbfcb72f3cc3886c43954415176623bd7"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "html_url": "https://github.com/dartino/sdk/commit/033c305497a98d8cc21d2e345c9adba7c7e2cbb6",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/033c305497a98d8cc21d2e345c9adba7c7e2cbb6/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "136c681b7393a21b30ccad99cb168bca1635f6c2",
- "url": "https://api.github.com/repos/dartino/sdk/commits/136c681b7393a21b30ccad99cb168bca1635f6c2",
- "html_url": "https://github.com/dartino/sdk/commit/136c681b7393a21b30ccad99cb168bca1635f6c2"
- }
- ]
- },
- {
- "sha": "136c681b7393a21b30ccad99cb168bca1635f6c2",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-10T14:34:43Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2015-12-10T14:34:43Z"
- },
- "message": "Improve the sanity-check of the SD card\n\nThis makes the sanity-check of the SD card more robust by retrying a\nnumber of times. After the mounting it might take some time before the\nmounted filesystem is ready.\n\nCloses #339\n\nBUG= https://github.com/dart-lang/fletch/issues/339\nR=karlklose@google.com\n\nReview URL: https://codereview.chromium.org/1513213002 .",
- "tree": {
- "sha": "04114bbb64e11d28832966d19825140ec54da0e6",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/04114bbb64e11d28832966d19825140ec54da0e6"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/136c681b7393a21b30ccad99cb168bca1635f6c2",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/136c681b7393a21b30ccad99cb168bca1635f6c2",
- "html_url": "https://github.com/dartino/sdk/commit/136c681b7393a21b30ccad99cb168bca1635f6c2",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/136c681b7393a21b30ccad99cb168bca1635f6c2/comments",
- "author": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sgjesse",
- "id": 1343914,
- "avatar_url": "https://avatars.githubusercontent.com/u/1343914?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sgjesse",
- "html_url": "https://github.com/sgjesse",
- "followers_url": "https://api.github.com/users/sgjesse/followers",
- "following_url": "https://api.github.com/users/sgjesse/following{/other_user}",
- "gists_url": "https://api.github.com/users/sgjesse/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sgjesse/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sgjesse/subscriptions",
- "organizations_url": "https://api.github.com/users/sgjesse/orgs",
- "repos_url": "https://api.github.com/users/sgjesse/repos",
- "events_url": "https://api.github.com/users/sgjesse/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sgjesse/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "url": "https://api.github.com/repos/dartino/sdk/commits/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "html_url": "https://github.com/dartino/sdk/commit/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0"
- }
- ]
- },
- {
- "sha": "0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "commit": {
- "author": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-10T13:56:33Z"
- },
- "committer": {
- "name": "Gustav Wibling",
- "email": "wibling@google.com",
- "date": "2015-12-10T13:56:33Z"
- },
- "message": "Fix issue with running a crashing program twice.\n\nE.g. fletch run foo_crashing.dart twice should now work since we don't\nreuse the crashed vm session.\n\nR=sgjesse@google.com, ahe@google.com, herhut@google.com, karlklose@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1516523003 .",
- "tree": {
- "sha": "eb421a28cf384dee28b8169852d87a8b1039efbb",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/eb421a28cf384dee28b8169852d87a8b1039efbb"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "html_url": "https://github.com/dartino/sdk/commit/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/0b1ecc675c62fc4e00997e2b4bd7250bffbd26a0/comments",
- "author": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "wibling",
- "id": 8996180,
- "avatar_url": "https://avatars.githubusercontent.com/u/8996180?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/wibling",
- "html_url": "https://github.com/wibling",
- "followers_url": "https://api.github.com/users/wibling/followers",
- "following_url": "https://api.github.com/users/wibling/following{/other_user}",
- "gists_url": "https://api.github.com/users/wibling/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/wibling/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/wibling/subscriptions",
- "organizations_url": "https://api.github.com/users/wibling/orgs",
- "repos_url": "https://api.github.com/users/wibling/repos",
- "events_url": "https://api.github.com/users/wibling/events{/privacy}",
- "received_events_url": "https://api.github.com/users/wibling/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "html_url": "https://github.com/dartino/sdk/commit/2ef7b4319dc9a0487422adb95fc332d54e30924a"
- }
- ]
- },
- {
- "sha": "2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T12:53:55Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T12:53:55Z"
- },
- "message": "Include tools/test.dart in fletch_warnings test suite\n\nCloses #55\n\nR=ricow@google.com\n\nReview URL: https://codereview.chromium.org/1519483002 .",
- "tree": {
- "sha": "e126bf488894c2f9f833c0d68e05cab8960aec13",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/e126bf488894c2f9f833c0d68e05cab8960aec13"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "html_url": "https://github.com/dartino/sdk/commit/2ef7b4319dc9a0487422adb95fc332d54e30924a",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2ef7b4319dc9a0487422adb95fc332d54e30924a/comments",
- "author": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "c068e1e64a68841d29343965c0911116fb9179d8",
- "url": "https://api.github.com/repos/dartino/sdk/commits/c068e1e64a68841d29343965c0911116fb9179d8",
- "html_url": "https://github.com/dartino/sdk/commit/c068e1e64a68841d29343965c0911116fb9179d8"
- }
- ]
- },
- {
- "sha": "c068e1e64a68841d29343965c0911116fb9179d8",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T12:25:21Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2015-12-10T12:25:21Z"
- },
- "message": "Disallow GCC from using x87 floating point instructions\n\nCloses #333\n\nR=erikcorry@google.com\n\nReview URL: https://codereview.chromium.org/1510923002 .",
- "tree": {
- "sha": "4dec44f6efb76aa7093d66d757bb4cc4540b212b",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/4dec44f6efb76aa7093d66d757bb4cc4540b212b"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/c068e1e64a68841d29343965c0911116fb9179d8",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/c068e1e64a68841d29343965c0911116fb9179d8",
- "html_url": "https://github.com/dartino/sdk/commit/c068e1e64a68841d29343965c0911116fb9179d8",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/c068e1e64a68841d29343965c0911116fb9179d8/comments",
- "author": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "mkustermann",
- "id": 5757092,
- "avatar_url": "https://avatars.githubusercontent.com/u/5757092?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/mkustermann",
- "html_url": "https://github.com/mkustermann",
- "followers_url": "https://api.github.com/users/mkustermann/followers",
- "following_url": "https://api.github.com/users/mkustermann/following{/other_user}",
- "gists_url": "https://api.github.com/users/mkustermann/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/mkustermann/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/mkustermann/subscriptions",
- "organizations_url": "https://api.github.com/users/mkustermann/orgs",
- "repos_url": "https://api.github.com/users/mkustermann/repos",
- "events_url": "https://api.github.com/users/mkustermann/events{/privacy}",
- "received_events_url": "https://api.github.com/users/mkustermann/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "78dc437c05edf26e4e717d98a374d808583b0348",
- "url": "https://api.github.com/repos/dartino/sdk/commits/78dc437c05edf26e4e717d98a374d808583b0348",
- "html_url": "https://github.com/dartino/sdk/commit/78dc437c05edf26e4e717d98a374d808583b0348"
- }
- ]
- },
- {
- "sha": "78dc437c05edf26e4e717d98a374d808583b0348",
- "commit": {
- "author": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-10T11:40:31Z"
- },
- "committer": {
- "name": "Sigurd Meldgaard",
- "email": "sigurdm@google.com",
- "date": "2015-12-10T11:40:31Z"
- },
- "message": "Correct comment.\nBUG=\nR=sgjesse@google.com\n\nReview URL: https://codereview.chromium.org/1518463003 .",
- "tree": {
- "sha": "c10013c48b51ef60dd75e8a86433d1d2a1c8f0b2",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/c10013c48b51ef60dd75e8a86433d1d2a1c8f0b2"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/78dc437c05edf26e4e717d98a374d808583b0348",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/78dc437c05edf26e4e717d98a374d808583b0348",
- "html_url": "https://github.com/dartino/sdk/commit/78dc437c05edf26e4e717d98a374d808583b0348",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/78dc437c05edf26e4e717d98a374d808583b0348/comments",
- "author": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "sigurdm",
- "id": 8613953,
- "avatar_url": "https://avatars.githubusercontent.com/u/8613953?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/sigurdm",
- "html_url": "https://github.com/sigurdm",
- "followers_url": "https://api.github.com/users/sigurdm/followers",
- "following_url": "https://api.github.com/users/sigurdm/following{/other_user}",
- "gists_url": "https://api.github.com/users/sigurdm/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/sigurdm/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/sigurdm/subscriptions",
- "organizations_url": "https://api.github.com/users/sigurdm/orgs",
- "repos_url": "https://api.github.com/users/sigurdm/repos",
- "events_url": "https://api.github.com/users/sigurdm/events{/privacy}",
- "received_events_url": "https://api.github.com/users/sigurdm/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "1d01ba4c2572ac32a4903a4bcd169ec2fc594b60",
- "url": "https://api.github.com/repos/dartino/sdk/commits/1d01ba4c2572ac32a4903a4bcd169ec2fc594b60",
- "html_url": "https://github.com/dartino/sdk/commit/1d01ba4c2572ac32a4903a4bcd169ec2fc594b60"
- }
- ]
- }
-]

Powered by Google App Engine
This is Rietveld 408576698