Skip to content

Commit

Permalink
Backup update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Dec 31, 2024
1 parent e579606 commit 55b931f
Show file tree
Hide file tree
Showing 160 changed files with 49,682 additions and 1,667 deletions.
2 changes: 1 addition & 1 deletion last_update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-12-24T02:11:47Z
2024-12-31T02:18:29Z
88 changes: 88 additions & 0 deletions repositories/go-client/issues/180.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "NONE",
"body": null,
"closed_at": "2024-12-28T05:16:59Z",
"closed_by": {
"avatar_url": "https://avatars.githubusercontent.com/u/41671631?v=4",
"events_url": "https://api.github.com/users/glepnir/events{/privacy}",
"followers_url": "https://api.github.com/users/glepnir/followers",
"following_url": "https://api.github.com/users/glepnir/following{/other_user}",
"gists_url": "https://api.github.com/users/glepnir/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/glepnir",
"id": 41671631,
"login": "glepnir",
"node_id": "MDQ6VXNlcjQxNjcxNjMx",
"organizations_url": "https://api.github.com/users/glepnir/orgs",
"received_events_url": "https://api.github.com/users/glepnir/received_events",
"repos_url": "https://api.github.com/users/glepnir/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/glepnir/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/glepnir/subscriptions",
"type": "User",
"url": "https://api.github.com/users/glepnir",
"user_view_type": "public"
},
"comment_data": [],
"comments": 0,
"comments_url": "https://api.github.com/repos/neovim/go-client/issues/180/comments",
"created_at": "2024-12-28T01:54:41Z",
"events_url": "https://api.github.com/repos/neovim/go-client/issues/180/events",
"html_url": "https://github.com/neovim/go-client/issues/180",
"id": 2761392460,
"labels": [],
"labels_url": "https://api.github.com/repos/neovim/go-client/issues/180/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "I_kwDOAZWux86kl4FM",
"number": 180,
"performed_via_github_app": null,
"reactions": {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/neovim/go-client/issues/180/reactions"
},
"repository_url": "https://api.github.com/repos/neovim/go-client",
"state": "closed",
"state_reason": "completed",
"sub_issues_summary": {
"completed": 0,
"percent_completed": 0,
"total": 0
},
"timeline_url": "https://api.github.com/repos/neovim/go-client/issues/180/timeline",
"title": "Ooooák",
"updated_at": "2024-12-28T05:16:59Z",
"url": "https://api.github.com/repos/neovim/go-client/issues/180",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/106413787?v=4",
"events_url": "https://api.github.com/users/510290848/events{/privacy}",
"followers_url": "https://api.github.com/users/510290848/followers",
"following_url": "https://api.github.com/users/510290848/following{/other_user}",
"gists_url": "https://api.github.com/users/510290848/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/510290848",
"id": 106413787,
"login": "510290848",
"node_id": "U_kgDOBle-2w",
"organizations_url": "https://api.github.com/users/510290848/orgs",
"received_events_url": "https://api.github.com/users/510290848/received_events",
"repos_url": "https://api.github.com/users/510290848/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/510290848/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/510290848/subscriptions",
"type": "User",
"url": "https://api.github.com/users/510290848",
"user_view_type": "public"
}
}
337 changes: 337 additions & 0 deletions repositories/neovim-releases/pulls/15.json

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions repositories/neovim-releases/pulls/16.json

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions repositories/neovim-releases/pulls/17.json

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions repositories/neovim-releases/pulls/18.json

Large diffs are not rendered by default.

383 changes: 383 additions & 0 deletions repositories/neovim-releases/pulls/19.json

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions repositories/neovim/issues/10066.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
{
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "MEMBER",
"body": "Currently we use a custom lpeg-based C parser. It works mostly ok but there were cases where it got confused by new macros, etc. introduced by compilers or toolchains.\r\n\r\n- https://github.com/neovim/neovim/blob/master/src/nvim/generators/gen_declarations.lua\r\n- https://github.com/neovim/neovim/blob/master/src/nvim/generators/c_grammar.lua\r\n\r\nThis project is potentially more robust:\r\n\r\n- Lua: https://github.com/facebookresearch/CParser\r\n- Python: https://github.com/eliben/pycparser\r\n\r\nOr perhaps treesitter could be used...",
"closed_at": "2024-12-26T12:12:26Z",
"closed_by": {
"avatar_url": "https://avatars.githubusercontent.com/u/7904185?v=4",
"events_url": "https://api.github.com/users/lewis6991/events{/privacy}",
"followers_url": "https://api.github.com/users/lewis6991/followers",
"following_url": "https://api.github.com/users/lewis6991/following{/other_user}",
"gists_url": "https://api.github.com/users/lewis6991/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/lewis6991",
"id": 7904185,
"login": "lewis6991",
"node_id": "MDQ6VXNlcjc5MDQxODU=",
"organizations_url": "https://api.github.com/users/lewis6991/orgs",
"received_events_url": "https://api.github.com/users/lewis6991/received_events",
"repos_url": "https://api.github.com/users/lewis6991/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/lewis6991/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lewis6991/subscriptions",
"type": "User",
"url": "https://api.github.com/users/lewis6991",
"user_view_type": "public"
},
"comment_data": [
{
"author_association": "MEMBER",
"body": "We will always need a custom parser to support all of our custom macros that feed the generator scripts.\n\nI also recently consolidated and improved our lpeg grammars in https://github.com/neovim/neovim/pull/31354",
"created_at": "2024-12-26T12:12:23Z",
"html_url": "https://github.com/neovim/neovim/issues/10066#issuecomment-2562592612",
"id": 2562592612,
"issue_url": "https://api.github.com/repos/neovim/neovim/issues/10066",
"node_id": "IC_kwDOAPphoM6Yvg9k",
"performed_via_github_app": null,
"reactions": {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2562592612/reactions"
},
"updated_at": "2024-12-26T12:12:23Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/2562592612",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/7904185?v=4",
"events_url": "https://api.github.com/users/lewis6991/events{/privacy}",
"followers_url": "https://api.github.com/users/lewis6991/followers",
"following_url": "https://api.github.com/users/lewis6991/following{/other_user}",
"gists_url": "https://api.github.com/users/lewis6991/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/lewis6991",
"id": 7904185,
"login": "lewis6991",
"node_id": "MDQ6VXNlcjc5MDQxODU=",
"organizations_url": "https://api.github.com/users/lewis6991/orgs",
"received_events_url": "https://api.github.com/users/lewis6991/received_events",
"repos_url": "https://api.github.com/users/lewis6991/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/lewis6991/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lewis6991/subscriptions",
"type": "User",
"url": "https://api.github.com/users/lewis6991",
"user_view_type": "public"
}
}
],
"comments": 1,
"comments_url": "https://api.github.com/repos/neovim/neovim/issues/10066/comments",
"created_at": "2019-05-26T14:54:19Z",
"events_url": "https://api.github.com/repos/neovim/neovim/issues/10066/events",
"html_url": "https://github.com/neovim/neovim/issues/10066",
"id": 448575157,
"labels": [
{
"color": "c2e0c6",
"default": true,
"description": "feature request",
"id": 77997476,
"name": "enhancement",
"node_id": "MDU6TGFiZWw3Nzk5NzQ3Ng==",
"url": "https://api.github.com/repos/neovim/neovim/labels/enhancement"
},
{
"color": "c5def5",
"default": false,
"description": "building and installing Neovim using the provided scripts",
"id": 84723321,
"name": "build",
"node_id": "MDU6TGFiZWw4NDcyMzMyMQ==",
"url": "https://api.github.com/repos/neovim/neovim/labels/build"
},
{
"color": "c5def5",
"default": false,
"description": "build dependencies (LuaJIT, LibUV, etc.)",
"id": 1205400704,
"name": "dependencies",
"node_id": "MDU6TGFiZWwxMjA1NDAwNzA0",
"url": "https://api.github.com/repos/neovim/neovim/labels/dependencies"
},
{
"color": "c5def5",
"default": false,
"description": "",
"id": 1799626557,
"name": "treesitter",
"node_id": "MDU6TGFiZWwxNzk5NjI2NTU3",
"url": "https://api.github.com/repos/neovim/neovim/labels/treesitter"
}
],
"labels_url": "https://api.github.com/repos/neovim/neovim/issues/10066/labels{/name}",
"locked": false,
"milestone": {
"closed_at": null,
"closed_issues": 261,
"created_at": "2014-11-26T22:13:11Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
"followers_url": "https://api.github.com/users/justinmk/followers",
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/justinmk",
"id": 1359421,
"login": "justinmk",
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
"organizations_url": "https://api.github.com/users/justinmk/orgs",
"received_events_url": "https://api.github.com/users/justinmk/received_events",
"repos_url": "https://api.github.com/users/justinmk/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
"type": "User",
"url": "https://api.github.com/users/justinmk",
"user_view_type": "public"
},
"description": "We don't plan to work on this, but will accept high quality contributions from someone who will own the feature and follow up on bug reports.",
"due_on": null,
"html_url": "https://github.com/neovim/neovim/milestone/9",
"id": 881978,
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/9/labels",
"node_id": "MDk6TWlsZXN0b25lODgxOTc4",
"number": 9,
"open_issues": 285,
"state": "open",
"title": "needs-owner",
"updated_at": "2024-12-30T21:09:18Z",
"url": "https://api.github.com/repos/neovim/neovim/milestones/9"
},
"node_id": "MDU6SXNzdWU0NDg1NzUxNTc=",
"number": 10066,
"performed_via_github_app": null,
"reactions": {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/neovim/neovim/issues/10066/reactions"
},
"repository_url": "https://api.github.com/repos/neovim/neovim",
"state": "closed",
"state_reason": "completed",
"sub_issues_summary": {
"completed": 0,
"percent_completed": 0,
"total": 0
},
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/10066/timeline",
"title": "replace c parser with facebookresearch/CParser",
"updated_at": "2024-12-26T12:12:27Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/10066",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
"followers_url": "https://api.github.com/users/justinmk/followers",
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/justinmk",
"id": 1359421,
"login": "justinmk",
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
"organizations_url": "https://api.github.com/users/justinmk/orgs",
"received_events_url": "https://api.github.com/users/justinmk/received_events",
"repos_url": "https://api.github.com/users/justinmk/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
"type": "User",
"url": "https://api.github.com/users/justinmk",
"user_view_type": "public"
}
}
Loading

0 comments on commit 55b931f

Please sign in to comment.