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

Unified Diff: samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D6.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%3D6.data
diff --git a/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D6.data b/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D6.data
deleted file mode 100644
index 399ca0400e83baa616fde73c9b8de9920d62ced0..0000000000000000000000000000000000000000
--- a/samples/github/lib/src/github_mock_data/repos/dartino/sdk/commits%3Fpage%3D6.data
+++ /dev/null
@@ -1,2129 +0,0 @@
-HTTP/1.1 200 OK
-Server: GitHubMock.com
-Date: Thu, 04 Feb 2016 10:53:21 GMT
-Content-Type: application/json; charset=utf-8
-Content-Length: 110927
-Status: 200 OK
-X-RateLimit-Limit: 60
-X-RateLimit-Remaining: 19
-X-RateLimit-Reset: 1454585585
-Cache-Control: public, max-age=60, s-maxage=60
-Last-Modified: Wed, 20 Jan 2016 10:01:20 GMT
-ETag: "4a4b1e68bd62ae8f82842f35c8a092ea"
-Vary: Accept
-X-GitHub-Media-Type: github.v3
-Link: <https://api.github.com/repositories/29306978/commits?page=7>; rel="next", <https://api.github.com/repositories/29306978/commits?page=1>; rel="first", <https://api.github.com/repositories/29306978/commits?page=5>; 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: 139317cebd6caf9cd03889139437f00b
-X-GitHub-Request-Id: 026D42C3:C8D2:38DC845:56B32DA1
-
-[
- {
- "sha": "1fd933b6f05018441b3ed52f81b5444c6aa69984",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T10:01:20Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T10:01:20Z"
- },
- "message": "Add page allocator and new C/C++ heap to disco_fletch\n\nAdd a page allocator with a C-malloc implementation on top. The\npage allocator is mostly ported from the C implementation added\nto the LK kernel project and the C-malloc implementation is\ncmpctmalloc also from the LK kernel project.\n\nThe cmpctmalloc code is still in C and have #ifdef/#endif to\nport the code.\n\nDuring startup the page allocator is initialized before C++\nstatic initializers are run. This is done by wrapping\nthe __libc_init_array using the GNU linker --wrap option. This is\ndone this way mainly to avoid changing the startup code in\nstartup_stm32f746xx.s.\n\nThe newlib malloc implementation is no longer used, and is\noverridden by wrapping _malloc_r, _realloc_r, _calloc_r and\n_free_r again using the GNU linker --wrap option. The\nimplementation of _sbrk is invalidated, as it should no longer be\ncalled - all allocation must go through the page allocator.\n\nThe page allocator is initialized to system RAM, and after\nstartup the external RAM is added as a separate arena where\ncurrently only the screen frame buffer is allocated from.\n\nR=erikcorry@google.com, ricow@google.com\n\nReview URL: https://codereview.chromium.org/1607793003 .",
- "tree": {
- "sha": "f92609ef398ef9a2b26707ed0c636e5daf488f93",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/f92609ef398ef9a2b26707ed0c636e5daf488f93"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/1fd933b6f05018441b3ed52f81b5444c6aa69984",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/1fd933b6f05018441b3ed52f81b5444c6aa69984",
- "html_url": "https://github.com/dartino/sdk/commit/1fd933b6f05018441b3ed52f81b5444c6aa69984",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/1fd933b6f05018441b3ed52f81b5444c6aa69984/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": "c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "url": "https://api.github.com/repos/dartino/sdk/commits/c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "html_url": "https://github.com/dartino/sdk/commit/c681c16dcc069dbcd641a380134fb5c21afbc2cf"
- }
- ]
- },
- {
- "sha": "c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:53:00Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:53:00Z"
- },
- "message": "Revert \"Make Program::Collect{,Shared}Garbage() not stop program\"\n\nThis reverts commit d4d19dd63a4d5adf94b39f185209568bcf7894ff.\n\nR=herhut@google.com\n\nReview URL: https://codereview.chromium.org/1603323002 .",
- "tree": {
- "sha": "3edd7926175963d53ca8b5207a07c34410f5bacb",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3edd7926175963d53ca8b5207a07c34410f5bacb"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "html_url": "https://github.com/dartino/sdk/commit/c681c16dcc069dbcd641a380134fb5c21afbc2cf",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/c681c16dcc069dbcd641a380134fb5c21afbc2cf/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": "f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "url": "https://api.github.com/repos/dartino/sdk/commits/f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "html_url": "https://github.com/dartino/sdk/commit/f04a50e7e8abec2afc7da513220e3814853ca7a6"
- }
- ]
- },
- {
- "sha": "f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T08:28:54Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T08:28:54Z"
- },
- "message": "Write the roots earlier in the snapshot\n\nThis ensures that e.g. the large integer class is written before\nany use of large integer constants.\n\nOtherwise a snapshot build on a 64-bit platform cannot be loaded on a\n32-bit platform if e.g. main uses large integers.\n\nR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1603313002 .",
- "tree": {
- "sha": "6c5653ef2f843676e996a30805482519b5df3224",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/6c5653ef2f843676e996a30805482519b5df3224"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "html_url": "https://github.com/dartino/sdk/commit/f04a50e7e8abec2afc7da513220e3814853ca7a6",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/f04a50e7e8abec2afc7da513220e3814853ca7a6/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": "10c14438b415b3b84bfe62b0e7ac24b616006868",
- "url": "https://api.github.com/repos/dartino/sdk/commits/10c14438b415b3b84bfe62b0e7ac24b616006868",
- "html_url": "https://github.com/dartino/sdk/commit/10c14438b415b3b84bfe62b0e7ac24b616006868"
- }
- ]
- },
- {
- "sha": "10c14438b415b3b84bfe62b0e7ac24b616006868",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:10:02Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:10:02Z"
- },
- "message": "Fix LK configuration after moving Stop/Resume of program out of Program::Collect methods\n\nR=herhut@google.com\n\nReview URL: https://codereview.chromium.org/1605253003 .",
- "tree": {
- "sha": "646d2d33067f69dd5c17c44a37b6b98aa304a6ad",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/646d2d33067f69dd5c17c44a37b6b98aa304a6ad"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/10c14438b415b3b84bfe62b0e7ac24b616006868",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/10c14438b415b3b84bfe62b0e7ac24b616006868",
- "html_url": "https://github.com/dartino/sdk/commit/10c14438b415b3b84bfe62b0e7ac24b616006868",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/10c14438b415b3b84bfe62b0e7ac24b616006868/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": "d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "url": "https://api.github.com/repos/dartino/sdk/commits/d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "html_url": "https://github.com/dartino/sdk/commit/d4d19dd63a4d5adf94b39f185209568bcf7894ff"
- }
- ]
- },
- {
- "sha": "d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "commit": {
- "author": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:05:42Z"
- },
- "committer": {
- "name": "Martin Kustermann",
- "email": "kustermann@google.com",
- "date": "2016-01-20T08:05:42Z"
- },
- "message": "Make Program::Collect{,Shared}Garbage() not stop program\n\nR=herhut@google.com\n\nReview URL: https://codereview.chromium.org/1609433002 .",
- "tree": {
- "sha": "969dd820a7d134d12d960496c368d00592977e73",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/969dd820a7d134d12d960496c368d00592977e73"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "html_url": "https://github.com/dartino/sdk/commit/d4d19dd63a4d5adf94b39f185209568bcf7894ff",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/d4d19dd63a4d5adf94b39f185209568bcf7894ff/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": "45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "url": "https://api.github.com/repos/dartino/sdk/commits/45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "html_url": "https://github.com/dartino/sdk/commit/45af7f0b7f6776d1e9f4311b263be475ab77a2b5"
- }
- ]
- },
- {
- "sha": "45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T07:29:17Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-20T07:29:17Z"
- },
- "message": "Add a simple temporary script for building and deploying\n\nThis will deploy an application on the discovery board running FreeRTOS.\n\nR=ricow@google.com, mit@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1601253002 .",
- "tree": {
- "sha": "24ac4c06f3685bf6d2cefdcbb358f8076580295e",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/24ac4c06f3685bf6d2cefdcbb358f8076580295e"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "html_url": "https://github.com/dartino/sdk/commit/45af7f0b7f6776d1e9f4311b263be475ab77a2b5",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/45af7f0b7f6776d1e9f4311b263be475ab77a2b5/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": "373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "url": "https://api.github.com/repos/dartino/sdk/commits/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "html_url": "https://github.com/dartino/sdk/commit/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb"
- }
- ]
- },
- {
- "sha": "373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "commit": {
- "author": {
- "name": "Peter von der Ahé",
- "email": "ahe@google.com",
- "date": "2016-01-19T16:40:46Z"
- },
- "committer": {
- "name": "Peter von der Ahé",
- "email": "ahe@google.com",
- "date": "2016-01-19T16:40:46Z"
- },
- "message": "Report correct URI in incremental compiles.\n\nCorrect offsets are still missing.\n\nR=zarah@google.com\n\nReview URL: https://codereview.chromium.org/1584843002 .",
- "tree": {
- "sha": "84a9e6e3b11314fbf0287d16645d2f7fab477d05",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/84a9e6e3b11314fbf0287d16645d2f7fab477d05"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "html_url": "https://github.com/dartino/sdk/commit/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/373d624b5a0d81c63692ab9bcefcf9e2c3049ddb/comments",
- "author": {
- "login": "peter-ahe-google",
- "id": 5689005,
- "avatar_url": "https://avatars.githubusercontent.com/u/5689005?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/peter-ahe-google",
- "html_url": "https://github.com/peter-ahe-google",
- "followers_url": "https://api.github.com/users/peter-ahe-google/followers",
- "following_url": "https://api.github.com/users/peter-ahe-google/following{/other_user}",
- "gists_url": "https://api.github.com/users/peter-ahe-google/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/peter-ahe-google/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/peter-ahe-google/subscriptions",
- "organizations_url": "https://api.github.com/users/peter-ahe-google/orgs",
- "repos_url": "https://api.github.com/users/peter-ahe-google/repos",
- "events_url": "https://api.github.com/users/peter-ahe-google/events{/privacy}",
- "received_events_url": "https://api.github.com/users/peter-ahe-google/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "peter-ahe-google",
- "id": 5689005,
- "avatar_url": "https://avatars.githubusercontent.com/u/5689005?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/peter-ahe-google",
- "html_url": "https://github.com/peter-ahe-google",
- "followers_url": "https://api.github.com/users/peter-ahe-google/followers",
- "following_url": "https://api.github.com/users/peter-ahe-google/following{/other_user}",
- "gists_url": "https://api.github.com/users/peter-ahe-google/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/peter-ahe-google/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/peter-ahe-google/subscriptions",
- "organizations_url": "https://api.github.com/users/peter-ahe-google/orgs",
- "repos_url": "https://api.github.com/users/peter-ahe-google/repos",
- "events_url": "https://api.github.com/users/peter-ahe-google/events{/privacy}",
- "received_events_url": "https://api.github.com/users/peter-ahe-google/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "47032c9cbaca94bf17628d874ead24c94727315d",
- "url": "https://api.github.com/repos/dartino/sdk/commits/47032c9cbaca94bf17628d874ead24c94727315d",
- "html_url": "https://github.com/dartino/sdk/commit/47032c9cbaca94bf17628d874ead24c94727315d"
- }
- ]
- },
- {
- "sha": "47032c9cbaca94bf17628d874ead24c94727315d",
- "commit": {
- "author": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2016-01-19T15:17:29Z"
- },
- "committer": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2016-01-19T15:17:29Z"
- },
- "message": "Throw exception instead of using assert when debug info code doesn't match running code.\n\nFor debugging purposes, we have made assert produce a core dump\nfrom the Dart VM. However, we have tests that are hitting this\nand for the time being we have to avoid using assert.\n\nR=kustermann@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1605963002 .",
- "tree": {
- "sha": "5d32fac71457c51c9929b93227d2a1a174f7b308",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/5d32fac71457c51c9929b93227d2a1a174f7b308"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/47032c9cbaca94bf17628d874ead24c94727315d",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/47032c9cbaca94bf17628d874ead24c94727315d",
- "html_url": "https://github.com/dartino/sdk/commit/47032c9cbaca94bf17628d874ead24c94727315d",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/47032c9cbaca94bf17628d874ead24c94727315d/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": "5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "url": "https://api.github.com/repos/dartino/sdk/commits/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "html_url": "https://github.com/dartino/sdk/commit/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53"
- }
- ]
- },
- {
- "sha": "5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "commit": {
- "author": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2016-01-19T15:08:24Z"
- },
- "committer": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2016-01-19T15:08:24Z"
- },
- "message": "Fix platform implementation for LK and CMSIS.\n\nR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1606913002 .",
- "tree": {
- "sha": "07b868c664235f13b3d225bd337e5c9b8821d53a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/07b868c664235f13b3d225bd337e5c9b8821d53a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "html_url": "https://github.com/dartino/sdk/commit/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/5f59fb80ade6b4ac1b01a7283a3e069b0567aa53/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": "2d7e27bbb26e9546f04075c433c45402629b90ec",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2d7e27bbb26e9546f04075c433c45402629b90ec",
- "html_url": "https://github.com/dartino/sdk/commit/2d7e27bbb26e9546f04075c433c45402629b90ec"
- }
- ]
- },
- {
- "sha": "2d7e27bbb26e9546f04075c433c45402629b90ec",
- "commit": {
- "author": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2016-01-19T14:25:03Z"
- },
- "committer": {
- "name": "Stephan Herhut",
- "email": "herhut@google.com",
- "date": "2016-01-19T14:25:03Z"
- },
- "message": "Make main.cc more portable.\n\nBUG=\nR=ager@google.com\n\nReview URL: https://codereview.chromium.org/1607433008 .",
- "tree": {
- "sha": "1dab99a027f06ba3866c685fcc7773de0e308c3e",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/1dab99a027f06ba3866c685fcc7773de0e308c3e"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2d7e27bbb26e9546f04075c433c45402629b90ec",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2d7e27bbb26e9546f04075c433c45402629b90ec",
- "html_url": "https://github.com/dartino/sdk/commit/2d7e27bbb26e9546f04075c433c45402629b90ec",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2d7e27bbb26e9546f04075c433c45402629b90ec/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": "d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "url": "https://api.github.com/repos/dartino/sdk/commits/d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "html_url": "https://github.com/dartino/sdk/commit/d73a69b5e62ff1cadf58441a83da08a6008ececd"
- }
- ]
- },
- {
- "sha": "d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T14:12:19Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T14:12:19Z"
- },
- "message": "Revert \"Reland 'First cut at generational GC' and 'Fix the zero-processes program-GC case'\"\n\nThis reverts commit ee9382897710950e322dacdeb5d2ecc1d21b12ef.\nReason: Failures on Mac.\n\nR=ager@google.com, ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1603883004 .",
- "tree": {
- "sha": "9a13ab6edf7162fd442654f7174346ce9e98a813",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/9a13ab6edf7162fd442654f7174346ce9e98a813"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "html_url": "https://github.com/dartino/sdk/commit/d73a69b5e62ff1cadf58441a83da08a6008ececd",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/d73a69b5e62ff1cadf58441a83da08a6008ececd/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": "0f8755f7b058324746b183df5ef2c955a2228a6d",
- "url": "https://api.github.com/repos/dartino/sdk/commits/0f8755f7b058324746b183df5ef2c955a2228a6d",
- "html_url": "https://github.com/dartino/sdk/commit/0f8755f7b058324746b183df5ef2c955a2228a6d"
- }
- ]
- },
- {
- "sha": "0f8755f7b058324746b183df5ef2c955a2228a6d",
- "commit": {
- "author": {
- "name": "Sarah Zakarias",
- "email": "zarah@google.com",
- "date": "2016-01-19T14:09:40Z"
- },
- "committer": {
- "name": "Sarah Zakarias",
- "email": "zarah@google.com",
- "date": "2016-01-19T14:09:40Z"
- },
- "message": "Roll to new dart binary with dumpCore() being called in assertion errors as well\n\nR=kustermann@google.com\n\nReview URL: https://codereview.chromium.org/1602113002 .",
- "tree": {
- "sha": "33c0cdf61eb710cec3aeabcb1f0a7a87f25aeb1a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/33c0cdf61eb710cec3aeabcb1f0a7a87f25aeb1a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/0f8755f7b058324746b183df5ef2c955a2228a6d",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/0f8755f7b058324746b183df5ef2c955a2228a6d",
- "html_url": "https://github.com/dartino/sdk/commit/0f8755f7b058324746b183df5ef2c955a2228a6d",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/0f8755f7b058324746b183df5ef2c955a2228a6d/comments",
- "author": {
- "login": "szakarias",
- "id": 3865266,
- "avatar_url": "https://avatars.githubusercontent.com/u/3865266?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/szakarias",
- "html_url": "https://github.com/szakarias",
- "followers_url": "https://api.github.com/users/szakarias/followers",
- "following_url": "https://api.github.com/users/szakarias/following{/other_user}",
- "gists_url": "https://api.github.com/users/szakarias/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/szakarias/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/szakarias/subscriptions",
- "organizations_url": "https://api.github.com/users/szakarias/orgs",
- "repos_url": "https://api.github.com/users/szakarias/repos",
- "events_url": "https://api.github.com/users/szakarias/events{/privacy}",
- "received_events_url": "https://api.github.com/users/szakarias/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "szakarias",
- "id": 3865266,
- "avatar_url": "https://avatars.githubusercontent.com/u/3865266?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/szakarias",
- "html_url": "https://github.com/szakarias",
- "followers_url": "https://api.github.com/users/szakarias/followers",
- "following_url": "https://api.github.com/users/szakarias/following{/other_user}",
- "gists_url": "https://api.github.com/users/szakarias/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/szakarias/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/szakarias/subscriptions",
- "organizations_url": "https://api.github.com/users/szakarias/orgs",
- "repos_url": "https://api.github.com/users/szakarias/repos",
- "events_url": "https://api.github.com/users/szakarias/events{/privacy}",
- "received_events_url": "https://api.github.com/users/szakarias/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "url": "https://api.github.com/repos/dartino/sdk/commits/e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "html_url": "https://github.com/dartino/sdk/commit/e7043551b45c9f70bf1208c8a520cf0f7714b0a2"
- }
- ]
- },
- {
- "sha": "e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "commit": {
- "author": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T13:31:15Z"
- },
- "committer": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T13:31:15Z"
- },
- "message": "Use the downloaded arm non eabi compiler to compile lk\n\nThis is dependent on https://codereview.chromium.org/1600283003/\n\nR=ager@google.com, ajohnsen@google.com, herhut@google.com\nBUG=\n\nCommitted: https://github.com/dart-lang/fletch/commit/9472889d21ecca853a6a50e37c4d46ba16d72288\n\nReview URL: https://codereview.chromium.org/1594403002 .",
- "tree": {
- "sha": "44b30608039f0560f55a2fe35527e55b67d4c6ff",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/44b30608039f0560f55a2fe35527e55b67d4c6ff"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "html_url": "https://github.com/dartino/sdk/commit/e7043551b45c9f70bf1208c8a520cf0f7714b0a2",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/e7043551b45c9f70bf1208c8a520cf0f7714b0a2/comments",
- "author": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "url": "https://api.github.com/repos/dartino/sdk/commits/ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "html_url": "https://github.com/dartino/sdk/commit/ee9382897710950e322dacdeb5d2ecc1d21b12ef"
- }
- ]
- },
- {
- "sha": "ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T13:23:39Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T13:23:39Z"
- },
- "message": "Reland 'First cut at generational GC' and 'Fix the zero-processes program-GC case'\n\nOriginially reviewed at https://codereview.chromium.org/1579633002/\nand https://codereview.chromium.org/1599233003\nR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1609613003 .",
- "tree": {
- "sha": "010cbfb0248ad3933fd83703835d242ee103b246",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/010cbfb0248ad3933fd83703835d242ee103b246"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "html_url": "https://github.com/dartino/sdk/commit/ee9382897710950e322dacdeb5d2ecc1d21b12ef",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/ee9382897710950e322dacdeb5d2ecc1d21b12ef/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": "4716b192c96b25dc5cd4a05d21efde6174966cec",
- "url": "https://api.github.com/repos/dartino/sdk/commits/4716b192c96b25dc5cd4a05d21efde6174966cec",
- "html_url": "https://github.com/dartino/sdk/commit/4716b192c96b25dc5cd4a05d21efde6174966cec"
- }
- ]
- },
- {
- "sha": "4716b192c96b25dc5cd4a05d21efde6174966cec",
- "commit": {
- "author": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T13:07:20Z"
- },
- "committer": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T13:07:20Z"
- },
- "message": "Revert \"Fix compiling without live coding\"\n\nThis reverts commit 82b8e038ba36a06a772abaeb1fad47030b53fe35.\n\nReason: Reverted original CL that caused the issue.\n\nTBR=sgjesse@google.com\n\nReview URL: https://codereview.chromium.org/1603883003 .",
- "tree": {
- "sha": "d8a45264e0c82cd9c081996e3fb96c441c2e0c4d",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/d8a45264e0c82cd9c081996e3fb96c441c2e0c4d"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/4716b192c96b25dc5cd4a05d21efde6174966cec",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/4716b192c96b25dc5cd4a05d21efde6174966cec",
- "html_url": "https://github.com/dartino/sdk/commit/4716b192c96b25dc5cd4a05d21efde6174966cec",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/4716b192c96b25dc5cd4a05d21efde6174966cec/comments",
- "author": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "c4fd771537152b1e9340a231492a02e279d8b6c1",
- "url": "https://api.github.com/repos/dartino/sdk/commits/c4fd771537152b1e9340a231492a02e279d8b6c1",
- "html_url": "https://github.com/dartino/sdk/commit/c4fd771537152b1e9340a231492a02e279d8b6c1"
- }
- ]
- },
- {
- "sha": "c4fd771537152b1e9340a231492a02e279d8b6c1",
- "commit": {
- "author": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T12:57:48Z"
- },
- "committer": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T12:57:48Z"
- },
- "message": "Revert \"Add list-processes command to debugger.\"\n\nThis reverts commit 6d40b2298847a34c7bcc15ebe4f23e04707460ff.\n\nReason: Introduced a race between the session and GC threads.\n\nTBR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1609733002 .",
- "tree": {
- "sha": "fa2f1d67c1e17f10e149ebcb2f8201dc8f7c2312",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/fa2f1d67c1e17f10e149ebcb2f8201dc8f7c2312"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/c4fd771537152b1e9340a231492a02e279d8b6c1",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/c4fd771537152b1e9340a231492a02e279d8b6c1",
- "html_url": "https://github.com/dartino/sdk/commit/c4fd771537152b1e9340a231492a02e279d8b6c1",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/c4fd771537152b1e9340a231492a02e279d8b6c1/comments",
- "author": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "url": "https://api.github.com/repos/dartino/sdk/commits/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "html_url": "https://github.com/dartino/sdk/commit/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e"
- }
- ]
- },
- {
- "sha": "b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "commit": {
- "author": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2016-01-19T12:40:56Z"
- },
- "committer": {
- "name": "Mads Ager",
- "email": "ager@google.com",
- "date": "2016-01-19T12:40:56Z"
- },
- "message": "Stop using the pattern 'ldr register, =constant' for 8 bit values.\n\nThe checked in GCC will convert any such 'ldr' instruction with a\nconstant that is between -256 and 255 to a 'cmp' instruction. That\nseems funky.\n\nThe manual says\n\n(http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204j/Chdcegci.html)\n\n\"\"\"\nThe LDR Rd,=const pseudo-instruction can construct any 32-bit numeric\nconstant in a single instruction. You can use this pseudo-instruction to\ngenerate constants that are out of range of the MOV and MVN\ninstructions.\n\"\"\"\n\nWith this change we are only using this pseudo instruction when\nout of range for 'mov' and 'mvn'.\n\nR=erikcorry@google.com, ricow@google.com\n\nReview URL: https://codereview.chromium.org/1603843003 .",
- "tree": {
- "sha": "3ed4818ecdd33969511ee68423bf47346fb04c94",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3ed4818ecdd33969511ee68423bf47346fb04c94"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "html_url": "https://github.com/dartino/sdk/commit/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/b7611c0895eae34cbe6ee814dad1f9e86fd88b2e/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": "2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "html_url": "https://github.com/dartino/sdk/commit/2066b4ec50f14ac4389423e562598a5a15ae6d21"
- }
- ]
- },
- {
- "sha": "2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "commit": {
- "author": {
- "name": "Anders Johnsen",
- "email": "ajohnsen@google.com",
- "date": "2016-01-19T12:26:17Z"
- },
- "committer": {
- "name": "Anders Johnsen",
- "email": "ajohnsen@google.com",
- "date": "2016-01-19T12:26:17Z"
- },
- "message": "Keep parameter stubs mapping in the predecessorSystem.\n\nBUG=\nR=ahe@google.com, zarah@google.com\n\nReview URL: https://codereview.chromium.org/1608803003 .",
- "tree": {
- "sha": "3d81a11cd6de8f77c2421cd1a0c8ebc2109a400e",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3d81a11cd6de8f77c2421cd1a0c8ebc2109a400e"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "html_url": "https://github.com/dartino/sdk/commit/2066b4ec50f14ac4389423e562598a5a15ae6d21",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2066b4ec50f14ac4389423e562598a5a15ae6d21/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": "2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "url": "https://api.github.com/repos/dartino/sdk/commits/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "html_url": "https://github.com/dartino/sdk/commit/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32"
- }
- ]
- },
- {
- "sha": "2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "commit": {
- "author": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T12:06:59Z"
- },
- "committer": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T12:06:59Z"
- },
- "message": "Add gcc-arm-embedded to .gitignore\n\nR=sgjesse@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1599413003 .",
- "tree": {
- "sha": "27dc6d3c13ab4a6e9b041d6f705605092a40f9f4",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/27dc6d3c13ab4a6e9b041d6f705605092a40f9f4"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "html_url": "https://github.com/dartino/sdk/commit/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/2e5c8af0c6c4f29d32c40eb580de78205ca0fb32/comments",
- "author": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "url": "https://api.github.com/repos/dartino/sdk/commits/82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "html_url": "https://github.com/dartino/sdk/commit/82b8e038ba36a06a772abaeb1fad47030b53fe35"
- }
- ]
- },
- {
- "sha": "82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-19T11:24:30Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-19T11:24:30Z"
- },
- "message": "Fix compiling without live coding\n\nR=zerny@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1601113002 .",
- "tree": {
- "sha": "3cf903904e300d94c6a3bdfa751f32be2a6b7601",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/3cf903904e300d94c6a3bdfa751f32be2a6b7601"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "html_url": "https://github.com/dartino/sdk/commit/82b8e038ba36a06a772abaeb1fad47030b53fe35",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/82b8e038ba36a06a772abaeb1fad47030b53fe35/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": "73f0a934a9b0e58f39410115ad26364a19ab2791",
- "url": "https://api.github.com/repos/dartino/sdk/commits/73f0a934a9b0e58f39410115ad26364a19ab2791",
- "html_url": "https://github.com/dartino/sdk/commit/73f0a934a9b0e58f39410115ad26364a19ab2791"
- }
- ]
- },
- {
- "sha": "73f0a934a9b0e58f39410115ad26364a19ab2791",
- "commit": {
- "author": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T11:11:08Z"
- },
- "committer": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T11:11:08Z"
- },
- "message": "Add missing GC scope.\n\nFixes a race between list processes and GC.\n\nR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1608643004 .",
- "tree": {
- "sha": "1b7fd3a7a871c9b2d9f3cbafe78235144e5fe1fd",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/1b7fd3a7a871c9b2d9f3cbafe78235144e5fe1fd"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/73f0a934a9b0e58f39410115ad26364a19ab2791",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/73f0a934a9b0e58f39410115ad26364a19ab2791",
- "html_url": "https://github.com/dartino/sdk/commit/73f0a934a9b0e58f39410115ad26364a19ab2791",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/73f0a934a9b0e58f39410115ad26364a19ab2791/comments",
- "author": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "url": "https://api.github.com/repos/dartino/sdk/commits/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "html_url": "https://github.com/dartino/sdk/commit/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff"
- }
- ]
- },
- {
- "sha": "e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "commit": {
- "author": {
- "name": "Sarah Zakarias",
- "email": "zarah@google.com",
- "date": "2016-01-19T10:35:59Z"
- },
- "committer": {
- "name": "Sarah Zakarias",
- "email": "zarah@google.com",
- "date": "2016-01-19T10:35:59Z"
- },
- "message": "Compute constants correctly in FletchSystemBuilder.\n\nR=ajohnsen@google.com\n\nReview URL: https://codereview.chromium.org/1604783003 .",
- "tree": {
- "sha": "d2cdb6d118c1d71d5aa2afcccaf10514196ceddf",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/d2cdb6d118c1d71d5aa2afcccaf10514196ceddf"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "html_url": "https://github.com/dartino/sdk/commit/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/e9dffa863bb226b57aac6b6b11a175c0df4dd7ff/comments",
- "author": {
- "login": "szakarias",
- "id": 3865266,
- "avatar_url": "https://avatars.githubusercontent.com/u/3865266?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/szakarias",
- "html_url": "https://github.com/szakarias",
- "followers_url": "https://api.github.com/users/szakarias/followers",
- "following_url": "https://api.github.com/users/szakarias/following{/other_user}",
- "gists_url": "https://api.github.com/users/szakarias/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/szakarias/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/szakarias/subscriptions",
- "organizations_url": "https://api.github.com/users/szakarias/orgs",
- "repos_url": "https://api.github.com/users/szakarias/repos",
- "events_url": "https://api.github.com/users/szakarias/events{/privacy}",
- "received_events_url": "https://api.github.com/users/szakarias/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "szakarias",
- "id": 3865266,
- "avatar_url": "https://avatars.githubusercontent.com/u/3865266?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/szakarias",
- "html_url": "https://github.com/szakarias",
- "followers_url": "https://api.github.com/users/szakarias/followers",
- "following_url": "https://api.github.com/users/szakarias/following{/other_user}",
- "gists_url": "https://api.github.com/users/szakarias/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/szakarias/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/szakarias/subscriptions",
- "organizations_url": "https://api.github.com/users/szakarias/orgs",
- "repos_url": "https://api.github.com/users/szakarias/repos",
- "events_url": "https://api.github.com/users/szakarias/events{/privacy}",
- "received_events_url": "https://api.github.com/users/szakarias/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "url": "https://api.github.com/repos/dartino/sdk/commits/6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "html_url": "https://github.com/dartino/sdk/commit/6d40b2298847a34c7bcc15ebe4f23e04707460ff"
- }
- ]
- },
- {
- "sha": "6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "commit": {
- "author": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T09:58:39Z"
- },
- "committer": {
- "name": "Ian Zerny",
- "email": "zerny@google.com",
- "date": "2016-01-19T09:58:39Z"
- },
- "message": "Add list-processes command to debugger.\n\nThis change only adds the ability to list current processes and their\nstack traces. To ensure consistency, if a single process has been paused\nthe entire program is stopped before any further session communication\ntakes place.\n\nR=ager@google.com, ajohnsen@google.com\n\nReview URL: https://codereview.chromium.org/1576123003 .",
- "tree": {
- "sha": "96c2a12b8a0d5aca61da1ffdd5ee820d7b1d758a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/96c2a12b8a0d5aca61da1ffdd5ee820d7b1d758a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "html_url": "https://github.com/dartino/sdk/commit/6d40b2298847a34c7bcc15ebe4f23e04707460ff",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/6d40b2298847a34c7bcc15ebe4f23e04707460ff/comments",
- "author": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "zerny",
- "id": 1126334,
- "avatar_url": "https://avatars.githubusercontent.com/u/1126334?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/zerny",
- "html_url": "https://github.com/zerny",
- "followers_url": "https://api.github.com/users/zerny/followers",
- "following_url": "https://api.github.com/users/zerny/following{/other_user}",
- "gists_url": "https://api.github.com/users/zerny/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/zerny/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/zerny/subscriptions",
- "organizations_url": "https://api.github.com/users/zerny/orgs",
- "repos_url": "https://api.github.com/users/zerny/repos",
- "events_url": "https://api.github.com/users/zerny/events{/privacy}",
- "received_events_url": "https://api.github.com/users/zerny/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "url": "https://api.github.com/repos/dartino/sdk/commits/d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "html_url": "https://github.com/dartino/sdk/commit/d0b4796d79d110db1eb7f25b458ab2605facc8f8"
- }
- ]
- },
- {
- "sha": "d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "commit": {
- "author": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T09:19:22Z"
- },
- "committer": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T09:19:22Z"
- },
- "message": "Revert \"Use the downloaded arm non eabi compiler to compile lk\"\n\nThis reverts commit 9472889d21ecca853a6a50e37c4d46ba16d72288.\n\nR=ager@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1603643005 .",
- "tree": {
- "sha": "e0bac86f1816c365ac07fb279d70a77f5d386fd5",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/e0bac86f1816c365ac07fb279d70a77f5d386fd5"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "html_url": "https://github.com/dartino/sdk/commit/d0b4796d79d110db1eb7f25b458ab2605facc8f8",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/d0b4796d79d110db1eb7f25b458ab2605facc8f8/comments",
- "author": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "url": "https://api.github.com/repos/dartino/sdk/commits/b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "html_url": "https://github.com/dartino/sdk/commit/b36e38f860ac85c64b273b1e0da0bf780f3e8250"
- }
- ]
- },
- {
- "sha": "b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T09:13:15Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T09:13:15Z"
- },
- "message": "Revert 'First cut at generational GC' and 'Fix the zero-processes program-GC case'\n\nR=ager@google.com, ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1601563006 .",
- "tree": {
- "sha": "1a307b03a4adb68396e129bc4b225e8803b22abe",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/1a307b03a4adb68396e129bc4b225e8803b22abe"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "html_url": "https://github.com/dartino/sdk/commit/b36e38f860ac85c64b273b1e0da0bf780f3e8250",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/b36e38f860ac85c64b273b1e0da0bf780f3e8250/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": "3259ce8f779be34f55787c6fa196d5510934ea08",
- "url": "https://api.github.com/repos/dartino/sdk/commits/3259ce8f779be34f55787c6fa196d5510934ea08",
- "html_url": "https://github.com/dartino/sdk/commit/3259ce8f779be34f55787c6fa196d5510934ea08"
- }
- ]
- },
- {
- "sha": "3259ce8f779be34f55787c6fa196d5510934ea08",
- "commit": {
- "author": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T08:43:19Z"
- },
- "committer": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-19T08:43:19Z"
- },
- "message": "Fix stm dependency\n\nR=sgjesse@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1608543003 .",
- "tree": {
- "sha": "0bda5efbff6d83cdfc4f0496e7a60aa2d1919d43",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/0bda5efbff6d83cdfc4f0496e7a60aa2d1919d43"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/3259ce8f779be34f55787c6fa196d5510934ea08",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/3259ce8f779be34f55787c6fa196d5510934ea08",
- "html_url": "https://github.com/dartino/sdk/commit/3259ce8f779be34f55787c6fa196d5510934ea08",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/3259ce8f779be34f55787c6fa196d5510934ea08/comments",
- "author": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "cbdd0b088f131b6649ef98a00828968098824447",
- "url": "https://api.github.com/repos/dartino/sdk/commits/cbdd0b088f131b6649ef98a00828968098824447",
- "html_url": "https://github.com/dartino/sdk/commit/cbdd0b088f131b6649ef98a00828968098824447"
- }
- ]
- },
- {
- "sha": "cbdd0b088f131b6649ef98a00828968098824447",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T08:31:05Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T08:31:05Z"
- },
- "message": "Fix the zero-processes program-GC case\n\nBUG=\nR=ager@google.com, kustermann@google.com\n\nReview URL: https://codereview.chromium.org/1599233003 .",
- "tree": {
- "sha": "ecf34e933921cf97b31dc0cbc37b033420df8ec6",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/ecf34e933921cf97b31dc0cbc37b033420df8ec6"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/cbdd0b088f131b6649ef98a00828968098824447",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/cbdd0b088f131b6649ef98a00828968098824447",
- "html_url": "https://github.com/dartino/sdk/commit/cbdd0b088f131b6649ef98a00828968098824447",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/cbdd0b088f131b6649ef98a00828968098824447/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": "11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "url": "https://api.github.com/repos/dartino/sdk/commits/11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "html_url": "https://github.com/dartino/sdk/commit/11fa3fe49201abcc8fda8464da59576a6ed863a1"
- }
- ]
- },
- {
- "sha": "11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "commit": {
- "author": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T08:26:44Z"
- },
- "committer": {
- "name": "Erik Corry",
- "email": "erikcorry@google.com",
- "date": "2016-01-19T08:26:44Z"
- },
- "message": "First cut at generational GC\n\nBUG=\nR=ager@google.com, kustermann@google.com\n\nReview URL: https://codereview.chromium.org/1579633002 .",
- "tree": {
- "sha": "e32fb55cec6b547ab6330a5b2ad2593b7d5be22a",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/e32fb55cec6b547ab6330a5b2ad2593b7d5be22a"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "html_url": "https://github.com/dartino/sdk/commit/11fa3fe49201abcc8fda8464da59576a6ed863a1",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/11fa3fe49201abcc8fda8464da59576a6ed863a1/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": "b4552d63523a40e10b077da573d47e647ad522fe",
- "url": "https://api.github.com/repos/dartino/sdk/commits/b4552d63523a40e10b077da573d47e647ad522fe",
- "html_url": "https://github.com/dartino/sdk/commit/b4552d63523a40e10b077da573d47e647ad522fe"
- }
- ]
- },
- {
- "sha": "b4552d63523a40e10b077da573d47e647ad522fe",
- "commit": {
- "author": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-19T08:09:49Z"
- },
- "committer": {
- "name": "Søren Gjesse",
- "email": "sgjesse@google.com",
- "date": "2016-01-19T08:09:49Z"
- },
- "message": "Download STM3F7Cube firmware by default\n\nGet rid of all unused versions as well.\n\nR=ricow@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1602703003 .",
- "tree": {
- "sha": "45f6287ce9d410924e037cb5f4fab6a29e3955d3",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/45f6287ce9d410924e037cb5f4fab6a29e3955d3"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/b4552d63523a40e10b077da573d47e647ad522fe",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/b4552d63523a40e10b077da573d47e647ad522fe",
- "html_url": "https://github.com/dartino/sdk/commit/b4552d63523a40e10b077da573d47e647ad522fe",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/b4552d63523a40e10b077da573d47e647ad522fe/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": "9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "url": "https://api.github.com/repos/dartino/sdk/commits/9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "html_url": "https://github.com/dartino/sdk/commit/9d057bda95ff2e32018ba05cdcb7d826cee90fb2"
- }
- ]
- },
- {
- "sha": "9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "commit": {
- "author": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-18T12:45:41Z"
- },
- "committer": {
- "name": "Rico Wind",
- "email": "ricow@google.com",
- "date": "2016-01-18T12:45:41Z"
- },
- "message": "Allow constants to be passed to the snapshot generation\n\nTo allow runtime specific constants (like an emphemeral port) to be passed to a snapshot that we generate, allow the export method of tests/fletchc/run.dart to optionally take constants\n\nR=sigurdm@google.com, ahe@google.com\nBUG=\n\nReview URL: https://codereview.chromium.org/1590833002 .",
- "tree": {
- "sha": "fb598705ff4d04b7ceb41ccba1414d9ba04ae9dc",
- "url": "https://api.github.com/repos/dartino/sdk/git/trees/fb598705ff4d04b7ceb41ccba1414d9ba04ae9dc"
- },
- "url": "https://api.github.com/repos/dartino/sdk/git/commits/9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "comment_count": 0
- },
- "url": "https://api.github.com/repos/dartino/sdk/commits/9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "html_url": "https://github.com/dartino/sdk/commit/9d057bda95ff2e32018ba05cdcb7d826cee90fb2",
- "comments_url": "https://api.github.com/repos/dartino/sdk/commits/9d057bda95ff2e32018ba05cdcb7d826cee90fb2/comments",
- "author": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "committer": {
- "login": "ricowind",
- "id": 5475521,
- "avatar_url": "https://avatars.githubusercontent.com/u/5475521?v=3",
- "gravatar_id": "",
- "url": "https://api.github.com/users/ricowind",
- "html_url": "https://github.com/ricowind",
- "followers_url": "https://api.github.com/users/ricowind/followers",
- "following_url": "https://api.github.com/users/ricowind/following{/other_user}",
- "gists_url": "https://api.github.com/users/ricowind/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/ricowind/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/ricowind/subscriptions",
- "organizations_url": "https://api.github.com/users/ricowind/orgs",
- "repos_url": "https://api.github.com/users/ricowind/repos",
- "events_url": "https://api.github.com/users/ricowind/events{/privacy}",
- "received_events_url": "https://api.github.com/users/ricowind/received_events",
- "type": "User",
- "site_admin": false
- },
- "parents": [
- {
- "sha": "9472889d21ecca853a6a50e37c4d46ba16d72288",
- "url": "https://api.github.com/repos/dartino/sdk/commits/9472889d21ecca853a6a50e37c4d46ba16d72288",
- "html_url": "https://github.com/dartino/sdk/commit/9472889d21ecca853a6a50e37c4d46ba16d72288"
- }
- ]
- }
-]

Powered by Google App Engine
This is Rietveld 408576698