{
	"meta":
	[
		{
			"name": "file_time",
			"type": "DateTime"
		},
		{
			"name": "event_type",
			"type": "Enum8('CommitCommentEvent' = 1, 'CreateEvent' = 2, 'DeleteEvent' = 3, 'ForkEvent' = 4, 'GollumEvent' = 5, 'IssueCommentEvent' = 6, 'IssuesEvent' = 7, 'MemberEvent' = 8, 'PublicEvent' = 9, 'PullRequestEvent' = 10, 'PullRequestReviewCommentEvent' = 11, 'PushEvent' = 12, 'ReleaseEvent' = 13, 'SponsorshipEvent' = 14, 'WatchEvent' = 15, 'GistEvent' = 16, 'FollowEvent' = 17, 'DownloadEvent' = 18, 'PullRequestReviewEvent' = 19, 'ForkApplyEvent' = 20, 'Event' = 21, 'TeamAddEvent' = 22)"
		},
		{
			"name": "actor_login",
			"type": "LowCardinality(String)"
		},
		{
			"name": "repo_name",
			"type": "LowCardinality(String)"
		},
		{
			"name": "created_at",
			"type": "DateTime"
		},
		{
			"name": "updated_at",
			"type": "DateTime"
		},
		{
			"name": "action",
			"type": "Enum8('none' = 0, 'created' = 1, 'added' = 2, 'edited' = 3, 'deleted' = 4, 'opened' = 5, 'closed' = 6, 'reopened' = 7, 'assigned' = 8, 'unassigned' = 9, 'labeled' = 10, 'unlabeled' = 11, 'review_requested' = 12, 'review_request_removed' = 13, 'synchronize' = 14, 'started' = 15, 'published' = 16, 'update' = 17, 'create' = 18, 'fork' = 19, 'merged' = 20)"
		},
		{
			"name": "comment_id",
			"type": "UInt64"
		},
		{
			"name": "body",
			"type": "String"
		},
		{
			"name": "path",
			"type": "String"
		},
		{
			"name": "position",
			"type": "Int32"
		},
		{
			"name": "line",
			"type": "Int32"
		},
		{
			"name": "ref",
			"type": "LowCardinality(String)"
		},
		{
			"name": "ref_type",
			"type": "Enum8('none' = 0, 'branch' = 1, 'tag' = 2, 'repository' = 3, 'unknown' = 4)"
		},
		{
			"name": "creator_user_login",
			"type": "LowCardinality(String)"
		},
		{
			"name": "number",
			"type": "UInt32"
		},
		{
			"name": "title",
			"type": "String"
		},
		{
			"name": "labels",
			"type": "Array(LowCardinality(String))"
		},
		{
			"name": "state",
			"type": "Enum8('none' = 0, 'open' = 1, 'closed' = 2)"
		},
		{
			"name": "locked",
			"type": "UInt8"
		},
		{
			"name": "assignee",
			"type": "LowCardinality(String)"
		},
		{
			"name": "assignees",
			"type": "Array(LowCardinality(String))"
		},
		{
			"name": "comments",
			"type": "UInt32"
		},
		{
			"name": "author_association",
			"type": "Enum8('NONE' = 0, 'CONTRIBUTOR' = 1, 'OWNER' = 2, 'COLLABORATOR' = 3, 'MEMBER' = 4, 'MANNEQUIN' = 5)"
		},
		{
			"name": "closed_at",
			"type": "DateTime"
		},
		{
			"name": "merged_at",
			"type": "DateTime"
		},
		{
			"name": "merge_commit_sha",
			"type": "String"
		},
		{
			"name": "requested_reviewers",
			"type": "Array(LowCardinality(String))"
		},
		{
			"name": "requested_teams",
			"type": "Array(LowCardinality(String))"
		},
		{
			"name": "head_ref",
			"type": "LowCardinality(String)"
		},
		{
			"name": "head_sha",
			"type": "String"
		},
		{
			"name": "base_ref",
			"type": "LowCardinality(String)"
		},
		{
			"name": "base_sha",
			"type": "String"
		},
		{
			"name": "merged",
			"type": "UInt8"
		},
		{
			"name": "mergeable",
			"type": "UInt8"
		},
		{
			"name": "rebaseable",
			"type": "UInt8"
		},
		{
			"name": "mergeable_state",
			"type": "Enum8('unknown' = 0, 'dirty' = 1, 'clean' = 2, 'unstable' = 3, 'draft' = 4, 'blocked' = 5)"
		},
		{
			"name": "merged_by",
			"type": "LowCardinality(String)"
		},
		{
			"name": "review_comments",
			"type": "UInt32"
		},
		{
			"name": "maintainer_can_modify",
			"type": "UInt8"
		},
		{
			"name": "commits",
			"type": "UInt32"
		},
		{
			"name": "additions",
			"type": "UInt32"
		},
		{
			"name": "deletions",
			"type": "UInt32"
		},
		{
			"name": "changed_files",
			"type": "UInt32"
		},
		{
			"name": "diff_hunk",
			"type": "String"
		},
		{
			"name": "original_position",
			"type": "UInt32"
		},
		{
			"name": "commit_id",
			"type": "String"
		},
		{
			"name": "original_commit_id",
			"type": "String"
		},
		{
			"name": "push_size",
			"type": "UInt32"
		},
		{
			"name": "push_distinct_size",
			"type": "UInt32"
		},
		{
			"name": "member_login",
			"type": "LowCardinality(String)"
		},
		{
			"name": "release_tag_name",
			"type": "String"
		},
		{
			"name": "release_name",
			"type": "String"
		},
		{
			"name": "review_state",
			"type": "Enum8('none' = 0, 'approved' = 1, 'changes_requested' = 2, 'commented' = 3, 'dismissed' = 4, 'pending' = 5)"
		}
	],

	"data":
	[
		{
			"file_time": "2021-09-27 18:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-09-27 18:38:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-09-27 18:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "lz4\/lz4",
			"created_at": "2021-09-27 18:39:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-09-27 18:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "facebook\/zstd",
			"created_at": "2021-09-27 18:39:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-09-30 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2021-09-30 13:48:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-09-30 14:00:00",
			"event_type": "GollumEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-09-30 14:00:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-09-30 14:00:00",
			"event_type": "GollumEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-09-30 14:04:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-04 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2021-10-04 13:57:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "added-missing-checks-for-canLzip-canLzma-and-canXz",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-04 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-10-04 14:07:28",
			"updated_at": "2021-10-04 14:07:27",
			"action": "opened",
			"comment_id": "0",
			"body": "The checks for canLzip, canLzma, and canXz now work as intended.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1589,
			"title": "added missing checks for canLzip, canLzma, and canXz",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "added-missing-checks-for-canLzip-canLzma-and-canXz",
			"head_sha": "0f744f4e13721edf202f55bee73c73b267418d34",
			"base_ref": "master",
			"base_sha": "dc321febde83dd0f31158e1be61a7aedda65e7a2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 7,
			"deletions": 7,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-04 14:00:00",
			"event_type": "GollumEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-10-04 14:14:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-04 14:00:00",
			"event_type": "GollumEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-10-04 14:17:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-07 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2021-10-07 14:43:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/added-missing-checks-for-canLzip-canLzma-and-canXz",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-10-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2021-10-12 14:08:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/added_bin_to_gitignore",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-02 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2021-11-02 14:53:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "added_error_message_to_warning_bsdtar_1561",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-02 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2021-11-02 14:55:27",
			"updated_at": "2021-11-02 14:55:27",
			"action": "opened",
			"comment_id": "0",
			"body": "Added the error text when printing out warning and errors in bsdtar when untaring. Previously, there were cryptic error messages when, for example in issue #1561, the user tries to untar an archive in a location they do not have write access to. \r\n\r\ncloses #1561",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1609,
			"title": "Added error text to warning when untaring with bsdtar",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "added_error_message_to_warning_bsdtar_1561",
			"head_sha": "f27c173d17dc807733b3a4f8c11207c3f04ff34f",
			"base_ref": "master",
			"base_sha": "86c9361fdb4298993f74064b8a0768d07678421e",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 3,
			"deletions": 4,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-05 13:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-11-05 13:37:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-12 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-12 15:04:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "compilation_and_testing_fixes",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-12 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-12 15:04:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/compilation_and_testing_fixes",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-12 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-11-12 15:06:55",
			"updated_at": "2021-11-12 15:06:55",
			"action": "opened",
			"comment_id": "0",
			"body": "Fixes #22 ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 26,
			"title": "Compilation and testing fixes",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "compilation_and_testing_fixes",
			"head_sha": "0e68d41d0d68bc95f9228138638cd36c39532d9f",
			"base_ref": "master",
			"base_sha": "9d3ff9844c4cdace3d38810cc5ca1f1dc7065272",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 2,
			"additions": 14,
			"deletions": 15,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-12 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-12 16:04:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "gitignore_additions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-12 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-11-12 16:04:40",
			"updated_at": "2021-11-12 16:04:40",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 27,
			"title": "Added .gitignore file",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "gitignore_additions",
			"head_sha": "ee1887d2c040f6a6dca18af8479bacf7b922a221",
			"base_ref": "master",
			"base_sha": "9d3ff9844c4cdace3d38810cc5ca1f1dc7065272",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 4,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-18 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-18 12:54:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-18 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-18 13:00:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "removing_pedantic_flag",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-18 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-11-18 13:04:26",
			"updated_at": "2021-11-18 13:04:25",
			"action": "opened",
			"comment_id": "0",
			"body": "The pedantic flag is not compatible with the __FUNCTION__ macro extension. This fix will remove the warnings generated when compiling.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 28,
			"title": "Removing pedantic flag",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "removing_pedantic_flag",
			"head_sha": "7978e549911a40d04c8f9aae147972e230eb7926",
			"base_ref": "master",
			"base_sha": "f06902b9bb06b3d32389aed8e291b789d7a292cf",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 3,
			"additions": 3,
			"deletions": 4273,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-22 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-11-22 14:47:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "get_tick_count_linux",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-11-22 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-11-22 14:48:51",
			"updated_at": "2021-11-22 14:48:51",
			"action": "opened",
			"comment_id": "0",
			"body": "On non-Windows systems, the timing of the tests did not work. This PR should allow this to work now. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 29,
			"title": "Filling in GetTickCount for non windows",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "get_tick_count_linux",
			"head_sha": "1ecfcbe7d3049da0edfcf900104d4e50ffe43131",
			"base_ref": "master",
			"base_sha": "f06902b9bb06b3d32389aed8e291b789d7a292cf",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 12,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-08 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/seatest",
			"created_at": "2021-12-08 13:47:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "color_output",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-08 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "keithn\/seatest",
			"created_at": "2021-12-08 13:48:32",
			"updated_at": "2021-12-08 13:48:31",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Added color coding to output",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "color_output",
			"head_sha": "053480cede9971f794b417421527ed68145e2477",
			"base_ref": "master",
			"base_sha": "f06902b9bb06b3d32389aed8e291b789d7a292cf",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 44,
			"deletions": 15,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-15 13:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-15 13:06:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-15 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-15 13:10:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-15 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-15 13:11:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-15 14:00:00",
			"event_type": "PublicEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-15 14:03:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-17 12:39:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-17 12:40:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-17 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-17 13:02:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-20 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-20 12:51:55",
			"updated_at": "2021-12-20 12:51:55",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Create GitHub Workflow for MacOS ",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2021-12-20 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2021-12-20 12:52:24",
			"updated_at": "2021-12-20 12:52:24",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 2,
			"title": "Create GitHub Workflow for Windows",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-04 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-04 14:47:12",
			"updated_at": "2022-01-04 14:47:12",
			"action": "opened",
			"comment_id": "0",
			"body": "There are a few inconsistencies in the command line interface. \r\n\r\n-\"help\" needs to be -h or --help\r\n-If an invalid argument is provided, an error message should appear\r\n-help message can be improved",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Improve command line interface",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-04 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-04 14:48:03",
			"updated_at": "2022-01-04 14:48:03",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Display only option does not function correctly",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-04 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-04 14:48:42",
			"updated_at": "2022-01-04 14:48:42",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Fixture and test filter does not function correctly",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-04 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-04 14:49:18",
			"updated_at": "2022-01-04 14:49:17",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Color output should only appear when writing to a terminal",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-05 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-05 12:36:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-05 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-05 12:37:08",
			"updated_at": "2022-01-05 12:37:07",
			"action": "closed",
			"comment_id": "0",
			"body": "There are a few inconsistencies in the command line interface. \r\n\r\n-\"help\" needs to be -h or --help\r\n-If an invalid argument is provided, an error message should appear\r\n-help message can be improved",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Improve command line interface",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-05 12:37:07",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-05 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-05 12:37:36",
			"updated_at": "2022-01-05 12:37:35",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Display only option does not function correctly",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-05 12:37:35",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-05 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-05 12:46:42",
			"updated_at": "2022-01-05 12:46:42",
			"action": "opened",
			"comment_id": "0",
			"body": "Instead of using abort if failed as a macro, it would be better to use it as a command line argument.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Make abort if failed a command line argument",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-06 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-06 12:20:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-06 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-06 12:21:44",
			"updated_at": "2022-01-06 12:21:44",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Fixture and test filter does not function correctly",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-06 12:21:44",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-06 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-06 12:43:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-06 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-06 12:43:55",
			"updated_at": "2022-01-06 12:43:55",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Color output should only appear when writing to a terminal",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-06 12:43:55",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-11 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-11 12:38:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-13 13:47:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-13 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-13 13:48:10",
			"updated_at": "2022-01-13 13:48:10",
			"action": "closed",
			"comment_id": "0",
			"body": "Instead of using abort if failed as a macro, it would be better to use it as a command line argument.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Make abort if failed a command line argument",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-13 13:48:10",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-25 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2022-01-25 13:55:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 75,
			"push_distinct_size": 63,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-01-25 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-01-25 14:09:52",
			"updated_at": "2022-01-25 14:09:51",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Create GitHub Workflow for MacOS ",
			"labels": ["good first issue"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-01-25 14:09:51",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-01 13:00:00",
			"event_type": "PublicEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-01 13:57:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-04 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-04 13:06:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_filter_api_functions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-04 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-04 13:26:35",
			"updated_at": "2022-02-04 13:26:35",
			"action": "created",
			"comment_id": "1029984509",
			"body": "Branch created test_filter_api_functions. Will send patch once test framework has been merged.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 15,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/filter.h",
			"labels": ["tests"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-04 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-04 13:53:52",
			"updated_at": "2022-02-04 13:53:52",
			"action": "created",
			"comment_id": "1030005206",
			"body": "Branch created test_lzma_api_check_functions. Will send patch once test framework has been merged.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 16,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/check.h",
			"labels": ["tests"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-04 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-04 13:59:42",
			"updated_at": "2022-02-04 13:59:41",
			"action": "opened",
			"comment_id": "0",
			"body": "The multithreaded stream encoder does not currently support the LZMA_SYNC_FLUSH action",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 26,
			"title": "Support LZMA_SYNC_FLUSH in stream_encoder_mt",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-10 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-10 12:48:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-10 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-10 12:59:19",
			"updated_at": "2022-02-10 12:59:19",
			"action": "closed",
			"comment_id": "0",
			"body": "Currently, calling lzma_properties_encode or lzma_filter_flags_encode with lzma or lzma2 as a filter and having options as NULL will cause a seg fault. The BCJ filters do not have this problem because NULL options are acceptable. Delta filters have a NULL check as part of lzma_delta_coder_memusage",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 2,
			"title": "lzma_lzma_props_encode and lzma_lzma2_props_encode need null checks to avoid seg faults",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-02-10 12:59:19",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-11 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-11 13:35:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "no_end_marker_API_export",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-11 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-11 13:44:59",
			"updated_at": "2022-02-11 13:44:58",
			"action": "created",
			"comment_id": "1036228398",
			"body": "Branch ready in [no_end_marker_API_export](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/no_end_marker_API_export)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Raw LZMA1 encoding and decoding without end-of-stream \/ end-of-payload marker should be exposed in the public API",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-14 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-14 13:04:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_filter_api_functions",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-14 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-14 13:07:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_filter_api_functions",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 12:52:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_lzma_vli_functions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 12:54:04",
			"updated_at": "2022-02-16 12:54:04",
			"action": "created",
			"comment_id": "1041462425",
			"body": "Branch ready in [test_lzma_vli_functions](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/test_lzma_vli_functions)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 24,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/vli.h",
			"labels": ["tests"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 13:11:33",
			"updated_at": "2022-02-16 13:11:33",
			"action": "created",
			"comment_id": "1041477084",
			"body": "Branch ready in [add_editorconfig_file](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/add_editorconfig_file)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Create .editorconfig file to help standardize code style",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 13:12:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "null_checks_in_props_encoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 14:53:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "memory_usage_threads_0",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-16 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-16 14:53:49",
			"updated_at": "2022-02-16 14:53:49",
			"action": "created",
			"comment_id": "1041575101",
			"body": "Branch ready [memory_usage_threads_0](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/memory_usage_threads_0)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Automatic memory usage limiting for \"xz --threads=0\"",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-22 13:22:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-22 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-22 13:45:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_filter",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-22 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-22 14:49:50",
			"updated_at": "2022-02-22 14:49:50",
			"action": "created",
			"comment_id": "1047873898",
			"body": "Branch ready at [arm64_filter](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/arm64_filter)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 8,
			"title": "ARM64 BCJ filter",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-23 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-23 13:39:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "allow_update_to_change_mode_lzma",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-23 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-23 13:40:40",
			"updated_at": "2022-02-23 13:40:39",
			"action": "created",
			"comment_id": "1048793345",
			"body": "Branch ready [allow_update_to_change_mode_lzma](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/allow_update_to_change_mode_lzma)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 27,
			"title": "Support changing lzma_options_lzma.mode with lzma_filters_update()",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 13:44:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 13:47:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 13:52:06",
			"updated_at": "2022-02-24 13:52:06",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 28,
			"title": "Create CI pipeline for Windows",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 13:52:21",
			"updated_at": "2022-02-24 13:52:20",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 29,
			"title": "Create CI pipeline for MacOS",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 14:13:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_lzma_hardware_functions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-24 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-24 14:13:42",
			"updated_at": "2022-02-24 14:13:42",
			"action": "created",
			"comment_id": "1049901200",
			"body": "Branch ready in [test_lzma_hardware_functions](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/test_lzma_hardware_functions)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 19,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/hardware.h",
			"labels": ["tests"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-25 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-25 14:25:33",
			"updated_at": "2022-02-25 14:25:33",
			"action": "opened",
			"comment_id": "0",
			"body": "This is tricky, because the same error codes are used with slightly different meanings, and this cannot be fixed anymore.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Create an error to string function for liblzma",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-28 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-28 14:50:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "error_to_string_API_func",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-02-28 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-02-28 15:15:35",
			"updated_at": "2022-02-28 15:15:35",
			"action": "created",
			"comment_id": "1054358792",
			"body": "Branch ready in [error_to_string_API_func](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/error_to_string_API_func)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Create an error to string function for liblzma",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-02 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-02 14:23:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuklib_exit_block_signals",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-02 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-02 14:23:55",
			"updated_at": "2022-03-02 14:23:54",
			"action": "opened",
			"comment_id": "0",
			"body": "Branch ready in [tuklib_exit_block_signals](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuklib_exit_block_signals)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 31,
			"title": "Block signals in tuklib_exit",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-02 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-02 14:35:45",
			"updated_at": "2022-03-02 14:35:45",
			"action": "created",
			"comment_id": "1056999406",
			"body": "Branch ready in [tuklib_exit_block_signals](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuklib_exit_block_signals)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 31,
			"title": "Block signals in tuklib_exit",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-07 13:21:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-09 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-09 15:24:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_filter_api_functions",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-10 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-10 13:08:31",
			"updated_at": "2022-03-10 13:08:30",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 32,
			"title": "Create tests for multithreaded decoder",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-10 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-10 13:29:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_multithreaded_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-10 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-10 13:46:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-11 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-11 13:16:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-14 12:37:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-15 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-03-15 12:28:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-18 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2022-03-18 12:28:03",
			"updated_at": "2022-03-18 12:28:03",
			"action": "created",
			"comment_id": "1072364013",
			"body": "@mmatuska  @icycityone can either of you provide the crashfile in this thread or to my email jiat0218@gmail.com? I have been working with liblzma quite a bit recently and I can help determine if this is a libarchive or liblzma problem",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1672,
			"title": "The libarchive lib exist a READ memory access Vulnerability",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 24,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-22 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2022-03-22 14:36:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "fix_reported_lzma_bug",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-22 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/libarchive",
			"created_at": "2022-03-22 14:56:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/fix_reported_lzma_bug",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-28 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2022-03-28 12:23:57",
			"updated_at": "2022-03-28 12:23:57",
			"action": "created",
			"comment_id": "1080585186",
			"body": "Looks like this was solved better in https:\/\/github.com\/libarchive\/libarchive\/commit\/cfaa28168a07ea4a53276b63068f94fce37d6aff",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1682,
			"title": "Moved negative check for input byte count to after min calculation",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2022-03-28 12:23:57",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-03-28 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "libarchive\/libarchive",
			"created_at": "2022-03-28 12:23:58",
			"updated_at": "2022-03-28 12:23:57",
			"action": "closed",
			"comment_id": "0",
			"body": "Based on the investigation done by Lasse Collin, the bug in #1672 is caused by the in_bytes variable being set to a negative number because zip->entry_bytes_remaining was negative. The LZMA avail_in value is unsigned, so it was treating the available in as a large positive number and trying to continue reading input. This resulted in the invalid read segmentation fault.  \r\n\r\nThis is a quick fix to the issue. I tested it on the file provided by [icycityone](https:\/\/github.com\/icycityone) and it no longer segmentation faults. I am not sure if a deeper fix is needed to prevent zip->entry_bytes_remaining from being negative, but this will at least solve the problem in the short term. \r\n\r\nThank you to [icycityone](https:\/\/github.com\/icycityone) for discovering and reporting this bug and thank you to Lasse Collin for discovering the source of the problem. \r\n\r\nfixes #1672 ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1682,
			"title": "Moved negative check for input byte count to after min calculation",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2022-03-28 12:23:57",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b5191dcebb2cff85c3cbdb1b1f102440806d39fc",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "fix_reported_lzma_bug",
			"head_sha": "1c5fb69969743220dc6baac841ae1b882e581428",
			"base_ref": "master",
			"base_sha": "6d56dfd6ef13625561da83c605d2a12cb146088c",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 8,
			"deletions": 5,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-01 13:17:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-08 12:17:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-08 12:21:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-19 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-19 12:19:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 17,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-19 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-19 14:06:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_string",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-19 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-19 14:46:26",
			"updated_at": "2022-04-19 14:46:26",
			"action": "created",
			"comment_id": "1102745856",
			"body": "Branch ready in [filter_to_string](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/filter_to_string)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Create a string-to-filter-chain function to simplify filter options in liblzma",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-21 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-21 13:41:19",
			"updated_at": "2022-04-21 13:41:19",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 33,
			"title": "LZMA_FINISH action in the lzma stream decoders should cause BUF_ERROR right away on truncated xz files",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-04-21 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-04-21 13:42:18",
			"updated_at": "2022-04-21 13:42:18",
			"action": "created",
			"comment_id": "1105224938",
			"body": "Branch ready in [lzma_finish_buf_error_truncated](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/lzma_finish_buf_error_truncated)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 33,
			"title": "LZMA_FINISH action in the lzma stream decoders should cause BUF_ERROR right away on truncated xz files",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-05 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-05 12:57:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_block_api",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-05 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-05 12:58:26",
			"updated_at": "2022-05-05 12:58:26",
			"action": "created",
			"comment_id": "1118516803",
			"body": "Branch ready in [test_block_api](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/test_block_api)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 17,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/block.h",
			"labels": ["tests"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-16 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-16 13:13:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "support_LZMA_SYNC_FLUSH_mt_encoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/STest",
			"created_at": "2022-05-17 12:45:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-18 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-18 13:01:49",
			"updated_at": "2022-05-18 13:01:49",
			"action": "created",
			"comment_id": "1129989018",
			"body": "Branch ready in [support_LZMA_SYNC_FLUSH_mt_encoder](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/support_LZMA_SYNC_FLUSH_mt_encoder)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 26,
			"title": "Support LZMA_SYNC_FLUSH in stream_encoder_mt",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-24 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-24 12:39:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "check",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-25 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-25 12:25:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_lzma_api_check_functions",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-26 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-26 13:46:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "code_coverage",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-26 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-26 13:47:13",
			"updated_at": "2022-05-26 13:47:13",
			"action": "created",
			"comment_id": "1138598060",
			"body": "First iteration branch ready in [code_coverage](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/code_coverage)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 34,
			"title": "Add code coverage statistics to test framework",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-26 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-26 15:47:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/code_coverage",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-05-26 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-05-26 16:22:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/code_coverage",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-03 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-03 13:48:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_check",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-03 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-03 13:49:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-03 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-03 15:00:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_hardware",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-06 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-06 12:56:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_hardware",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-07 12:26:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/code_coverage",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-07 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-07 12:33:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_vli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-07 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-07 12:44:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_lzma_vli_functions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-10 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-10 12:35:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/no_end_marker_API_export",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 39,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-10 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-10 12:43:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/no_end_marker_API_export",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-10 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-10 13:56:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/test_multithreaded_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-14 12:45:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_string",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-15 14:29:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-16 12:06:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 11,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-16 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-16 14:16:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:11:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:14:18",
			"updated_at": "2022-06-17 12:14:18",
			"action": "closed",
			"comment_id": "0",
			"body": "These tests may be trivial since values depend on the architecture where the tests are running ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 19,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/hardware.h",
			"labels": ["tests"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-06-17 12:14:18",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:15:20",
			"updated_at": "2022-06-17 12:15:19",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 24,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/vli.h",
			"labels": ["tests"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-06-17 12:15:19",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:15:41",
			"updated_at": "2022-06-17 12:15:41",
			"action": "closed",
			"comment_id": "0",
			"body": "The goal is to use a standardized test framework to ease writing of tests in XZ. Much of the functionality remains untested, so it will be helpful for long term project stability to have more tests",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Update testing framework to use STest",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-06-17 12:15:41",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:16:14",
			"updated_at": "2022-06-17 12:16:14",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 31,
			"title": "Block signals in tuklib_exit",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-06-17 12:16:14",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:04",
			"updated_at": "2022-06-17 12:17:03",
			"action": "closed",
			"comment_id": "0",
			"body": "XZ will run out of memory if there are too many possible threads and not enough memory to support them. When the user specifies threads=0, XZ should decide the optimal amount of threads. Right now, this does not function correctly since using the optimal amount of threads should not cause memory issues.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Automatic memory usage limiting for \"xz --threads=0\"",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-06-17 12:17:03",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_vli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_check",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_hardware",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "test_lzma_api_check_functions",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "addressing_reproducible_builds",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-06-17 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-06-17 12:17:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "memory_usage_threads_0",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-11 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-11 12:23:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 13:31:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_convert_stream_flags",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:47:11",
			"updated_at": "2022-07-13 14:47:11",
			"action": "opened",
			"comment_id": "0",
			"body": "A patch was submitted for adding .lz decoder support to xz. This needs to be reviewed and fixed before it can be merged.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 36,
			"title": ".lz decoder support",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:52:25",
			"updated_at": "2022-07-13 14:52:24",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 37,
			"title": "NULL check needed in block_header_decode",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:54:52",
			"updated_at": "2022-07-13 14:54:52",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 38,
			"title": "Convert test_filter_flags.c to tuktest",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:55:59",
			"updated_at": "2022-07-13 14:55:59",
			"action": "opened",
			"comment_id": "0",
			"body": "A few bugs have been fixed and improvements made. This will require changing the license from GPLv2 to GPLv3.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 39,
			"title": "Import recent changes from zgrep to xzgrep",
			"labels": ["5.2.6"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:56:45",
			"updated_at": "2022-07-13 14:56:45",
			"action": "opened",
			"comment_id": "0",
			"body": "Will likely require documentation changes too.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 40,
			"title": "Allow .lzma files with the uncompressed size specified in the header to have an end of stream marker",
			"labels": ["5.2.6"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:57:35",
			"updated_at": "2022-07-13 14:57:34",
			"action": "opened",
			"comment_id": "0",
			"body": "A patch for this has been submitted. Just need to review and make any necessary changes",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 41,
			"title": "Faster CRC64 implementation",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-13 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-13 14:59:03",
			"updated_at": "2022-07-13 14:59:03",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 43,
			"title": "LZMA_FINISH should trigger LZMA_BUF_ERROR right away on truncated  xz files",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-15 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-15 13:00:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-18 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-18 14:44:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_test_filter_flags",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-18 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-18 14:49:11",
			"updated_at": "2022-07-18 14:49:11",
			"action": "created",
			"comment_id": "1187595919",
			"body": "Branch ready in [tuktest_convert_stream_flags](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuktest_convert_stream_flags)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 23,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/stream_flags.h",
			"labels": ["tests","5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-18 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-18 14:49:58",
			"updated_at": "2022-07-18 14:49:58",
			"action": "created",
			"comment_id": "1187596828",
			"body": "Branch ready in [tuktest_test_filter_flags](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuktest_test_filter_flags)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 38,
			"title": "Convert test_filter_flags.c to tuktest",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-07-22 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-07-22 12:40:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "match_finder_small_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-08 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-08 14:00:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-08 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-08 14:16:31",
			"updated_at": "2022-08-08 14:16:31",
			"action": "closed",
			"comment_id": "0",
			"body": "A few bugs have been fixed and improvements made. This will require changing the license from GPLv2 to GPLv3.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 39,
			"title": "Import recent changes from zgrep to xzgrep",
			"labels": ["5.2.6"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-08-08 14:16:31",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-15 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-15 12:06:34",
			"updated_at": "2022-08-15 12:06:34",
			"action": "closed",
			"comment_id": "0",
			"body": "Right now, lzma_code needs to be called multiple times before LZMA_BUF_ERROR is returned, even if LZMA_FINISH is specified.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 33,
			"title": "LZMA_FINISH action in the lzma stream decoders should cause BUF_ERROR right away on truncated xz files",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-08-15 12:06:34",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-15 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-15 12:07:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_finish_buf_error_truncated",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-15 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-15 12:08:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 12:13:26",
			"updated_at": "2022-08-16 12:13:26",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 43,
			"title": "LZMA_FINISH should trigger LZMA_BUF_ERROR right away on truncated  xz files",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-08-16 12:13:26",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 12:40:54",
			"updated_at": "2022-08-16 12:40:54",
			"action": "closed",
			"comment_id": "0",
			"body": "Multithreaded mode sets the compressed and uncompressed values in the block headers, but single threaded mode does not. Because of this, the same file will compress to two different outputs depending on if single or multithreaded mode is used. The user needs a way to specify to always use multithreaded mode in order to prevent the memory limiting from forcing single threaded mode and changing the output",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 10,
			"title": "Addressing errors in reproducible builds in XZ",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-08-16 12:40:54",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 12:41:35",
			"updated_at": "2022-08-16 12:41:34",
			"action": "closed",
			"comment_id": "0",
			"body": "For more information about editorconfig and which text editors support it, you can visit https:\/\/editorconfig.org",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Create .editorconfig file to help standardize code style",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-08-16 12:41:34",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 12:58:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "match_finder_small_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 13:01:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_unused_function_warning",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 13:19:34",
			"updated_at": "2022-08-16 13:19:26",
			"action": "opened",
			"comment_id": "0",
			"body": "Since tuktest is a header file only test framework, many test programs end up with unused function warnings for functions that are not needed in that specific test. Tuktest needs a simple way to suppress these warnings because test programs should not be expected to use all functions from tuktest.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 44,
			"title": "Suppress unused function warning in tuktest",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-16 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-16 13:19:52",
			"updated_at": "2022-08-16 13:19:52",
			"action": "created",
			"comment_id": "1216629199",
			"body": "Branch ready in [tuktest_unused_function_warning](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuktest_unused_function_warning)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 44,
			"title": "Suppress unused function warning in tuktest",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-17 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-17 12:30:57",
			"updated_at": "2022-08-17 12:30:57",
			"action": "opened",
			"comment_id": "0",
			"body": "The fail fast mode for multi-threaded decoding needs testing and cleaning up before the 5.40 release. The fail fast mode is for when errors should be reported as soon as possible instead of matching the single threaded decoder behavior. This will cause the multi-threaded decoder to possibly produce different output when errors are detected as compared to single threaded mode.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 45,
			"title": "Fail fast multithreaded decoder behavior needs finishing",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-18 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-18 14:14:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_index_hash",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-19 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-19 12:19:24",
			"updated_at": "2022-08-19 12:19:24",
			"action": "opened",
			"comment_id": "0",
			"body": "Using CMake, \"make test\" command should run at least the liblzma tests. Support for the scripts can be conditional on having the right shell",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 46,
			"title": "CMake support for tuktest",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-19 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-19 15:10:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_tuktest_support",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 12:06:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 26,
			"push_distinct_size": 23,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 12:06:59",
			"updated_at": "2022-08-24 12:06:59",
			"action": "closed",
			"comment_id": "0",
			"body": "Using CMake, \"make test\" command should run at least the liblzma tests. Support for the scripts can be conditional on having the right shell",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 46,
			"title": "CMake support for tuktest",
			"labels": ["5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-08-24 12:06:59",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 12:08:18",
			"updated_at": "2022-08-24 12:08:17",
			"action": "opened",
			"comment_id": "0",
			"body": "CMake should install the symlinks for:\r\n\r\n- unxz\r\n- xzcat\r\n- lzma\r\n- unlzma\r\n- lzcat",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 47,
			"title": "CMake support for xz symlinks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:02:56",
			"updated_at": "2022-08-24 15:02:56",
			"action": "opened",
			"comment_id": "0",
			"body": "CMake should create:\r\n\r\n- xzdiff\r\n- xzcmp (symlink to xzdiff)\r\n- lzdiff (symlink to xzdiff)\r\n- xzgrep\r\n- xzegrep (symlink to xzgrep)\r\n- xzfgrep (symlink to xzgrep)\r\n- xzmore\r\n- lzmore (symlink to xzmore)\r\n- xzless\r\n- lzless (symlink to xzless)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 48,
			"title": "CMake support for xz scripts and their symlinks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:17:42",
			"updated_at": "2022-08-24 15:17:42",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 49,
			"title": "CMake support for lzmainfo",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:19:53",
			"updated_at": "2022-08-24 15:19:52",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 50,
			"title": "CMake support for lzmadec",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:20:26",
			"updated_at": "2022-08-24 15:20:25",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 51,
			"title": "CMake support for xz translations",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:24:45",
			"updated_at": "2022-08-24 15:24:45",
			"action": "opened",
			"comment_id": "0",
			"body": "Should only execute when xz is built and systems that can execute bash scripts",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 52,
			"title": "CMake support for xz tuktests",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-24 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-24 15:33:39",
			"updated_at": "2022-08-24 15:33:39",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "CMake support for getopt_long",
			"labels": ["5.4.0 Optional"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-25 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-25 14:24:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_in_progress",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-26 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-26 12:15:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_in_progress",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-30 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-30 13:03:49",
			"updated_at": "2022-08-30 13:03:48",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 54,
			"title": "Turkish translations for XZ 5.2.7",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-08-31 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-08-31 13:46:29",
			"updated_at": "2022-08-31 13:46:29",
			"action": "closed",
			"comment_id": "0",
			"body": "CMake should install the symlinks for:\r\n\r\n- unxz\r\n- xzcat\r\n- lzma\r\n- unlzma\r\n- lzcat",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 47,
			"title": "CMake support for xz symlinks",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-08-31 13:46:29",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-02 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-02 12:44:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-02 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-02 13:43:21",
			"updated_at": "2022-09-02 13:43:20",
			"action": "created",
			"comment_id": "1235523023",
			"body": "Branch ready in [tuktest_index_hash](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuktest_index_hash)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 20,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/index_hash.h",
			"labels": ["tests","5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-08 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-08 13:28:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_in_progress",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-08 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-08 13:51:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_in_progress",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-09 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-09 12:14:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-09 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-09 12:14:48",
			"updated_at": "2022-09-09 12:14:48",
			"action": "closed",
			"comment_id": "0",
			"body": "Since tuktest is a header file only test framework, many test programs end up with unused function warnings for functions that are not needed in that specific test. Tuktest needs a simple way to suppress these warnings because test programs should not be expected to use all functions from tuktest.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 44,
			"title": "Suppress unused function warning in tuktest",
			"labels": ["5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-09-09 12:14:48",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-09 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-09 15:00:24",
			"updated_at": "2022-09-09 15:00:23",
			"action": "opened",
			"comment_id": "0",
			"body": "lzma_stream_encoder_mt() should not allow LZMA1 as a filter because the xz spec and the single threaded version does not allow this. The multithreaded encoder uses  lzma_raw_encoder_memusage() to validate the filters, but this allows for LZMA1. Single-threaded uses lzma_block_encoder_init() which disallows LZMA1 because it calls lzma_filter_flags_encode() which is where the problem is caught.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 55,
			"title": "lzma_stream_encoder_mt allows LZMA1 as a filter",
			"labels": ["5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 12:07:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_in_progress",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 12:14:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_unused_function_warning",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 12:14:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_tuktest_support",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 12:14:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_support_symlinks",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 15:10:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_xz_scripts",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-12 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-12 15:11:25",
			"updated_at": "2022-09-12 15:11:24",
			"action": "created",
			"comment_id": "1243887612",
			"body": "Branch staged in [cmake_xz_scripts](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/cmake_xz_scripts), but still needs to merge and refactor other CMake changes before it is fully ready.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 48,
			"title": "CMake support for xz scripts and their symlinks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-13 12:39:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_xz_scripts",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-21 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-21 12:05:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 10,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-22 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-22 13:31:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_filter",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-22 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-22 13:32:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "code_coverage",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-23 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-23 15:08:36",
			"updated_at": "2022-09-23 15:08:35",
			"action": "opened",
			"comment_id": "0",
			"body": "This could be useful for the string to filter chain functionality and mostly for multi threaded encoder to catch filter chain issues in the init function.\r\n\r\nRight now, filter chain issues will be caught by lzma_raw_encoder_memusage (in the init function) or by filter inits in the worker threads.\r\n\r\nFilter chain validation should probably be added to lzma_filter_encoder and lzma_filter_decoder and will likely be reused by memusage functions. The logic for lzma1\/2 and delta filters will most likely just be simply moved into this new validation function.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 56,
			"title": "Create API function to validate filter chains",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-28 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-28 14:19:50",
			"updated_at": "2022-09-28 14:19:49",
			"action": "created",
			"comment_id": "1260987843",
			"body": "Branch ready in [tuktest_index](https:\/\/github.com\/JiaT75\/XZ_Utils_Unofficial\/tree\/tuktest_index)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 21,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/index.h",
			"labels": ["tests","5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-29 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-29 12:30:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-09-30 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-09-30 12:38:10",
			"updated_at": "2022-09-30 12:38:10",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 54,
			"title": "Turkish translations for XZ 5.2.7",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-09-30 12:38:10",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-05 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-05 13:06:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_disable_fixes",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-05 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-05 14:46:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-06 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-06 12:50:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_encoder_disable",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-06 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-06 13:45:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_disable_fixes",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-07 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-07 13:22:48",
			"updated_at": "2022-10-07 13:22:48",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 23,
			"title": "Create tests for all API functions in src\/liblzma\/api\/lzma\/stream_flags.h",
			"labels": ["tests","5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-10-07 13:22:48",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-07 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-07 13:24:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_convert_stream_flags",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-07 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-07 13:24:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_blockheader_tests",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-11 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-11 12:13:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_encoder_disable",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-11 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-11 12:52:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_skip_scripts",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-11 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-11 12:55:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_test_filter_flags",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 92,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-12 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-12 12:09:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-18 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-18 12:20:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "repository",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-18 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-18 12:20:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "main",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-18 13:09:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-18 13:24:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-18 13:28:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:22:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:25:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:27:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:43:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:44:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:47:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-10-19 13:59:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-20 14:13:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-21 16:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-21 16:10:46",
			"updated_at": "2022-10-21 16:10:46",
			"action": "opened",
			"comment_id": "0",
			"body": "It would be nice to query xz to see what filters, encoder, decoder, multihreading, and check types it supports, etc.\r\nThis would help with testing and for users who are linking against a liblzma that might now have been built with full support for everything.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 57,
			"title": "Create an xz option to list supported features from liblzma",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-24 16:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-24 16:21:00",
			"updated_at": "2022-10-24 16:21:00",
			"action": "opened",
			"comment_id": "0",
			"body": "The error message and behavior is inconsistent when an input file has an unsupported check and the --ignore-check option is not used. \r\nThe error message \"Unsupported type of integrity check; not verifying file integrity\" implies the file will be decompressed, but currently it is not. Either the error message needs to be changed or the file needs to be decompressed, but still return an error code.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 59,
			"title": "XZ not decompressing when check type is unsupported",
			"labels": ["bug","5.4.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-25 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-25 12:35:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-27 15:46:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-27 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-27 15:55:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzip_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-28 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-28 12:10:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzip_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-28 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-28 12:10:26",
			"updated_at": "2022-10-28 12:10:25",
			"action": "closed",
			"comment_id": "0",
			"body": "Need to make sure it does not conflict with other OSes",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 58,
			"title": "Support pledge sandbox on OpenBSD",
			"labels": ["5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-10-28 12:10:25",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-28 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-28 12:20:39",
			"updated_at": "2022-10-28 12:20:38",
			"action": "closed",
			"comment_id": "0",
			"body": "The error message and behavior is inconsistent when an input file has an unsupported check and the --ignore-check option is not used. \r\nThe error message \"Unsupported type of integrity check; not verifying file integrity\" implies the file will be decompressed, but currently it is not. Either the error message needs to be changed or the file needs to be decompressed, but still return an error code.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 59,
			"title": "XZ not decompressing when check type is unsupported",
			"labels": ["bug","5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-10-28 12:20:38",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-10-28 17:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-10-28 17:21:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc64_speedup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-02 14:18:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-04 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-04 15:32:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzip_v3",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-05 11:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-05 11:36:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzip_v3",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-05 11:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-05 11:37:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_skip_bcj",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-08 12:49:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 36,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-08 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-08 16:06:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc_fast_slight_speedup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-10 14:22:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 29,
			"push_distinct_size": 29,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-11 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-11 14:13:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-11 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-11 14:29:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_skip_scripts",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-11 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-11 14:37:59",
			"updated_at": "2022-11-11 14:37:59",
			"action": "closed",
			"comment_id": "0",
			"body": "A patch was submitted for adding .lz decoder support to xz. This needs to be reviewed and fixed before it can be merged.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 36,
			"title": ".lz decoder support",
			"labels": ["5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-11-11 14:37:59",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-11 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-11 14:52:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_lzip_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-15 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-15 12:04:47",
			"updated_at": "2022-11-15 12:04:47",
			"action": "closed",
			"comment_id": "0",
			"body": "A patch for this has been submitted. Just need to review and make any necessary changes",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 41,
			"title": "Faster CRC64 implementation",
			"labels": ["5.4.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-11-15 12:04:47",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-15 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-15 15:36:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 21,
			"push_distinct_size": 21,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-16 12:07:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 14:17:53",
			"updated_at": "2022-11-19 14:17:53",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 60,
			"title": "CMake cannot disable threads, encoders, decoders, etc like autotools can",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 14:59:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ci_scripts",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:00:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:01:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:03:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:07:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:12:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-19 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-19 15:25:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ci_scripts",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 15:50:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 15:55:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 16:12:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 16:17:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 16:26:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 16:48:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-21 16:53:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-22 15:26:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-22 15:32:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-22 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-22 16:37:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-28 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-28 14:47:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 29,
			"push_distinct_size": 29,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-11-30 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-11-30 13:00:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-01 17:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-12-01 17:14:12",
			"updated_at": "2022-12-01 17:14:12",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 42,
			"title": "LZMA_SYNC_FLUSH support in block encoder",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-12-01 17:14:12",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-01 17:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-12-01 17:14:58",
			"updated_at": "2022-12-01 17:14:57",
			"action": "closed",
			"comment_id": "0",
			"body": "If an application or library uses liblzma and wishes the user to specify compression settings, it's currently too complicated to support any advanced settings like adding x86 BCJ filter. Currently such applications support just a preset level (integer 0-9). liblzma should have a string-to-filter-chain function. Then, for example, libarchive\/bsdtar could let user specify a liblzma-specific string of compression options and pass that to liblzma as is.\r\n\r\nThe syntax to specify filter chains on the xz command line is likely a bit confusing. Using the above liblzma function in xz with  a new option would make the filter-chain specifications consistent between applications.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Create a string-to-filter-chain function to simplify filter options in liblzma",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-12-01 17:14:57",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-02 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-12-02 13:19:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 15,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-05 16:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-12-05 16:10:57",
			"updated_at": "2022-12-05 16:10:56",
			"action": "closed",
			"comment_id": "0",
			"body": "It is used internally by LZMA2 and also lzma_alone_decoder().",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Raw LZMA1 encoding and decoding without end-of-stream \/ end-of-payload marker should be exposed in the public API",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "OWNER",
			"closed_at": "2022-12-05 16:10:56",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-09 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-12-09 13:29:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-09 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/XZ_Utils_Unofficial",
			"created_at": "2022-12-09 13:38:30",
			"updated_at": "2022-12-09 13:38:30",
			"action": "closed",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 61,
			"title": "xz option parsing modified argv[]",
			"labels": ["5.4.0 Optional"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "OWNER",
			"closed_at": "2022-12-09 13:38:30",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "Tukaani-Project\/.github",
			"created_at": "2022-12-12 14:34:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-12 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/.github",
			"created_at": "2022-12-12 16:02:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-12 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/.github",
			"created_at": "2022-12-12 16:04:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-13 12:43:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 10,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-13 20:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-13 20:15:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-13 20:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-13 20:18:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4.0",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-13 20:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-13 20:18:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.2.10",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-13 20:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-13 20:25:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "5.2.10 (2022-12-13)\r\n\r\n    * xz: Don't modify argv[] when parsing the --memlimit* and\r\n      --block-list command line options. This fixes confusing\r\n      arguments in process listing (like \"ps auxf\").\r\n\r\n    * GNU\/Linux only: Use __has_attribute(__symver__) to detect if\r\n      that attribute is supported. This fixes build on Mandriva where\r\n      Clang is patched to define __GNUC__ to 11 by default (instead\r\n      of 4 as used by Clang upstream).",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.2.10",
			"release_name": "5.2.10 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-14 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-14 12:08:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.0",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-14 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-14 12:08:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.2",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-14 17:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-14 17:01:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_lzip_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:21:36",
			"updated_at": "2022-12-15 14:21:37",
			"action": "created",
			"comment_id": "1049699406",
			"body": "I know I'm quite inconsistent with this. Thanks for pointing it out (again)",
			"path": "tests\/test_lzip_decoder.c",
			"position": 25,
			"line": 25,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,",
			"original_position": 25,
			"commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:21:37",
			"updated_at": "2022-12-15 14:21:37",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:31:33",
			"updated_at": "2022-12-15 14:31:34",
			"action": "created",
			"comment_id": "1049711423",
			"body": "Its useful if we break something in the lzip decoder that causes this to fail. This will tell us the lzma_ret value, but the test_files.sh won't. Also, this checks the actual contents of the file match, but test_files.sh just check if the decoder returns success or not.",
			"path": "tests\/test_lzip_decoder.c",
			"position": 78,
			"line": 78,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,\n+\t\tsize_t expected_result_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_result_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_out = expected_result_size;\n+\n+\t\/\/ Feed 1 byte at a time to the decoder to look for any bugs\n+\t\/\/ when switching between decoding sequences\n+\tlzma_ret ret = LZMA_OK;\n+\twhile (ret == LZMA_OK) {\n+\t\tstrm.avail_in = 1;\n+\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, expected_result_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\texpected_result_size);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_options(void)\n+{\n+\t\/\/ Test NULL stream\n+\tassert_lzma_ret(lzma_lzip_decoder(NULL, MEMLIMIT, 0),\n+\t\t\tLZMA_PROG_ERROR);\n+\n+\t\/\/ Test invalid flags\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, UINT32_MAX),\n+\t\t\tLZMA_OPTIONS_ERROR);\n+\t\/\/ Memlimit tests are done elsewhere\n+}\n+\n+\n+static void\n+test_v0_decode(void) {\n+\t\/\/ This tests if liblzma can decode lzip version 0 files.\n+\t\/\/ lzip 1.17 and older can decomperss this, but lzip 1.18\n+\t\/\/ and newer can no longer decode these files.\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",",
			"original_position": 78,
			"commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:31:34",
			"updated_at": "2022-12-15 14:31:34",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:40:57",
			"updated_at": "2022-12-15 14:40:57",
			"action": "created",
			"comment_id": "1049723392",
			"body": "I made a typo anyway. It should be:\r\n\tbasic_lzip_decode(\"files\/good-1-v0.lz\",\r\n                        (const uint8_t *) expected_result,\r\n\t\t\tsizeof(expected_result) - 1);",
			"path": "tests\/test_lzip_decoder.c",
			"position": 78,
			"line": 78,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,\n+\t\tsize_t expected_result_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_result_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_out = expected_result_size;\n+\n+\t\/\/ Feed 1 byte at a time to the decoder to look for any bugs\n+\t\/\/ when switching between decoding sequences\n+\tlzma_ret ret = LZMA_OK;\n+\twhile (ret == LZMA_OK) {\n+\t\tstrm.avail_in = 1;\n+\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, expected_result_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\texpected_result_size);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_options(void)\n+{\n+\t\/\/ Test NULL stream\n+\tassert_lzma_ret(lzma_lzip_decoder(NULL, MEMLIMIT, 0),\n+\t\t\tLZMA_PROG_ERROR);\n+\n+\t\/\/ Test invalid flags\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, UINT32_MAX),\n+\t\t\tLZMA_OPTIONS_ERROR);\n+\t\/\/ Memlimit tests are done elsewhere\n+}\n+\n+\n+static void\n+test_v0_decode(void) {\n+\t\/\/ This tests if liblzma can decode lzip version 0 files.\n+\t\/\/ lzip 1.17 and older can decomperss this, but lzip 1.18\n+\t\/\/ and newer can no longer decode these files.\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",",
			"original_position": 78,
			"commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 14:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 14:40:57",
			"updated_at": "2022-12-15 14:40:57",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-15 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 15:00:58",
			"updated_at": "2022-12-15 15:00:59",
			"action": "created",
			"comment_id": "1049748535",
			"body": "I think there is value in showing that if we have too low memlimit, we can up it and continue decoding. This seems like a common use case that we need to assert works",
			"path": "tests\/test_lzip_decoder.c",
			"position": 393,
			"line": 393,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,\n+\t\tsize_t expected_result_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_result_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_out = expected_result_size;\n+\n+\t\/\/ Feed 1 byte at a time to the decoder to look for any bugs\n+\t\/\/ when switching between decoding sequences\n+\tlzma_ret ret = LZMA_OK;\n+\twhile (ret == LZMA_OK) {\n+\t\tstrm.avail_in = 1;\n+\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, expected_result_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\texpected_result_size);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_options(void)\n+{\n+\t\/\/ Test NULL stream\n+\tassert_lzma_ret(lzma_lzip_decoder(NULL, MEMLIMIT, 0),\n+\t\t\tLZMA_PROG_ERROR);\n+\n+\t\/\/ Test invalid flags\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, UINT32_MAX),\n+\t\t\tLZMA_OPTIONS_ERROR);\n+\t\/\/ Memlimit tests are done elsewhere\n+}\n+\n+\n+static void\n+test_v0_decode(void) {\n+\t\/\/ This tests if liblzma can decode lzip version 0 files.\n+\t\/\/ lzip 1.17 and older can decomperss this, but lzip 1.18\n+\t\/\/ and newer can no longer decode these files.\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1);\n+}\n+\n+\n+static void\n+test_v1_decode(void) {\n+\t\/\/ This tests decoding a basic lzip v1 file\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1);\n+}\n+\n+\n+\/\/ Helper function to decode a good file with trailing bytes after\n+\/\/ the lzip stream\n+static void\n+trailing_helper(const char* src, const uint8_t *expected_result,\n+\t\tsize_t expected_size, const uint8_t *expected_trailing,\n+\t\tsize_t expected_trailing_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_in = file_size;\n+\tstrm.avail_out = expected_size;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\tassert_uint(strm.total_in, <, file_size);\n+\tassert_uint_eq(strm.total_out, expected_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\tstrm.total_out);\n+\n+\t\/\/ Trailing data should be readable from strm.next_in\n+\tassert_uint_eq(strm.avail_in, expected_trailing_size);\n+\tassert_array_eq(strm.next_in, expected_trailing, strm.avail_in);\n+\tlzma_end(&strm);\n+}\n+\n+\n+\/\/ Helper function to decode a bad file and compare to returned error to\n+\/\/ what the caller expects\n+static void\n+decode_expect_error(const char* src, lzma_ret expected_error)\n+{\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tlzma_ret ret = LZMA_OK;\n+\n+\twhile (ret == LZMA_OK) {\n+\t\t\/\/ Discard output since we are only looking for errors\n+\t\tstrm.next_out = output_buffer;\n+\t\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\t\tif (strm.avail_in == 0)\n+\t\t\tret = lzma_code(&strm, LZMA_FINISH);\n+\t\telse\n+\t\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, expected_error);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_v0_trailing(void) {\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tconst char expected_trailing_data[] = \"Trailing garbage\\n\";\n+\ttrailing_helper(\"files\/good-1-v0-trailing-1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+}\n+\n+\n+static void\n+test_v1_trailing(void) {\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tconst char expected_trailing_data[] = \"Trailing garbage\\n\";\n+\ttrailing_helper(\"files\/good-1-v1-trailing-1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+\n+\t\/\/ The second files\/good-1-v1-trailing-2.lz will have the same\n+\t\/\/ expected output and trailing output as\n+\t\/\/ files\/good-1-v1-trailing-1.lz, but this tests if the prefix\n+\t\/\/ to the trailing data contains lzip magic bytes.\n+\t\/\/ When this happens, the expected behavior is to silently ignore\n+\t\/\/ the magic byte prefix and consume it from the input file.\n+\ttrailing_helper(\"files\/good-1-v1-trailing-2.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+\n+\t\/\/ Expect LZMA_BUF error if a file ends with the lzip magic bytes\n+\t\/\/ but does not contain any data after\n+\tdecode_expect_error(\"files\/bad-1-v1-trailing-magic.lz\",\n+\t\t\tLZMA_BUF_ERROR);\n+}\n+\n+\n+static void\n+test_concatentated(void)\n+{\n+\t\/\/ First test a file with one v0 member and one v1 member\n+\t\/\/ The first member should contain \"Hello\\n\" and\n+\t\/\/ the second member should contain \"World!\\n\"\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *v0_v1 = tuktest_file_from_srcdir(\"files\/good-2-v0-v1.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v0_v1;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ The second file contains one v1 member and one v2 member\n+\tuint8_t *v1_v0 = tuktest_file_from_srcdir(\"files\/good-2-v1-v0.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v1_v0;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ The third file contains 2 v1 members\n+\tuint8_t *v1_v1 = tuktest_file_from_srcdir(\"files\/good-2-v1-v1.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v1_v1;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_crc(void) {\n+\t\/\/ Test invalid checksum\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(\"files\/bad-1-v1-crc32.lz\",\n+\t\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tuint8_t output_buffer[sizeof(expected_result) - 1];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_DATA_ERROR);\n+\n+\t\/\/ Test ignoring the checksum value - should decode successfully\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED | LZMA_IGNORE_CHECK), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ Test tell check\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED | LZMA_TELL_ANY_CHECK), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_GET_CHECK);\n+\tassert_uint_eq(lzma_get_check(&strm), LZMA_CHECK_CRC32);\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_DATA_ERROR);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_invalid_magic_bytes(void) {\n+\tuint8_t lzip_id_string[] = { 0x4C, 0x5A, 0x49, 0x50 };\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\n+\tfor (uint32_t i = 0; i < ARRAY_SIZE(lzip_id_string); i++) {\n+\t\t\/\/ Corrupt magic bytes\n+\t\tlzip_id_string[i] ^= 1;\n+\t\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\t\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0),\n+\t\t\t\tLZMA_OK);\n+\n+\t\tstrm.next_in = lzip_id_string;\n+\t\tstrm.avail_in = sizeof(lzip_id_string);\n+\t\tstrm.next_out = output_buffer;\n+\t\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\n+\t\tassert_lzma_ret(lzma_code(&strm, LZMA_RUN),\n+\t\t\t\tLZMA_FORMAT_ERROR);\n+\n+\t\t\/\/ Reset magic bytes\n+\t\tlzip_id_string[i] ^= 1;\n+\t}\n+\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_invalid_version(void)\n+{\n+\t\/\/ The file contains a version number that is not 0 or 1,\n+\t\/\/ so it should cause an error\n+\tdecode_expect_error(\"files\/unsupported-1-v234.lz\",\n+\t\t\tLZMA_OPTIONS_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_dictionary_size(void) {\n+\t\/\/ First file has too small dictionary size field\n+\tdecode_expect_error(\"files\/bad-1-v1-dict-1.lz\", LZMA_DATA_ERROR);\n+\t\n+\t\/\/ Second file has too large dictionary size field\n+\tdecode_expect_error(\"files\/bad-1-v1-dict-2.lz\", LZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_uncomp_size(void) {\n+\t\/\/ Test invalid v0 lzip file uncomp size\n+\tdecode_expect_error(\"files\/bad-1-v0-uncomp-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+\t\n+\t\/\/ Test invalid v1 lzip file uncomp size\n+\tdecode_expect_error(\"files\/bad-1-v1-uncomp-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_member_size(void) {\n+\tdecode_expect_error(\"files\/bad-1-v1-member-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_memlimit(void) {",
			"original_position": 393,
			"commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 15:00:59",
			"updated_at": "2022-12-15 15:00:59",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "3f2ef947ff54eeeee8ea8c78cd61d2e14a2540c8",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-15 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 15:03:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_lzip_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 16:37:54",
			"updated_at": "2022-12-15 16:37:55",
			"action": "created",
			"comment_id": "1049880053",
			"body": "Maybe this is too philosophical about the purpose of the tests, but using the checksum as the content verification assumes that the checksum was properly checked. The more paranoid approach is to also verify the checksum value ",
			"path": "tests\/test_lzip_decoder.c",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "5b9b1104932cc045edadebeb35ffbd61d2af8895",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,\n+\t\tsize_t expected_result_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_result_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_out = expected_result_size;\n+\n+\t\/\/ Feed 1 byte at a time to the decoder to look for any bugs\n+\t\/\/ when switching between decoding sequences\n+\tlzma_ret ret = LZMA_OK;\n+\twhile (ret == LZMA_OK) {\n+\t\tstrm.avail_in = 1;\n+\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, expected_result_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\texpected_result_size);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_options(void)\n+{\n+\t\/\/ Test NULL stream\n+\tassert_lzma_ret(lzma_lzip_decoder(NULL, MEMLIMIT, 0),\n+\t\t\tLZMA_PROG_ERROR);\n+\n+\t\/\/ Test invalid flags\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, UINT32_MAX),\n+\t\t\tLZMA_OPTIONS_ERROR);\n+\t\/\/ Memlimit tests are done elsewhere\n+}\n+\n+\n+static void\n+test_v0_decode(void) {\n+\t\/\/ This tests if liblzma can decode lzip version 0 files.\n+\t\/\/ lzip 1.17 and older can decomperss this, but lzip 1.18\n+\t\/\/ and newer can no longer decode these files.\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",",
			"original_position": 78,
			"commit_id": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 16:37:55",
			"updated_at": "2022-12-15 16:37:55",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "5b9b1104932cc045edadebeb35ffbd61d2af8895",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-15 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 16:40:32",
			"updated_at": "2022-12-15 16:40:32",
			"action": "created",
			"comment_id": "1049883908",
			"body": "I suppose the simple tedious solution is to convert the ASCII characters to hex and hardcode those, but I like hardcoding the CRC better since we shouldn't ever regenerate the test file with a new checksum type. I will work on implementing that",
			"path": "tests\/test_lzip_decoder.c",
			"position": 29,
			"line": 29,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "5b9b1104932cc045edadebeb35ffbd61d2af8895",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT (1U << 20)\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Avoiding using the ASCII string because of potential EBCDIC system\n+\/\/ compatibility. The string is: \"Hello\\nWorld!\\n\"\n+static const char hello_world[] = {'H', 'e', 'l', 'l', 'o', '\\n',\n+\t\t\t'W', 'o', 'r', 'l', 'd', '!', '\\n', 0};\n+\/\/ The string is \"Trailing garbage\\n\"\n+static const char trailing_garbage[] = {'T', 'r', 'a', 'i', 'l', 'i',\n+\t\t'n', 'g', ' ', 'g', 'a', 'r', 'b', 'a', 'g', 'e', '\\n', 0};\n+",
			"original_position": 29,
			"commit_id": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"original_commit_id": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-15 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-15 16:40:33",
			"updated_at": "2022-12-15 16:40:32",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "5b9b1104932cc045edadebeb35ffbd61d2af8895",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "de69d098e860c456bf7fc2dfd1b8e03d9e94700f",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 12:49:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_lzip_decoder",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-16 12:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 12:52:01",
			"updated_at": "2022-12-16 12:52:01",
			"action": "created",
			"comment_id": "1050731875",
			"body": "I would rather check the CRC on the output to make this a more self contained test. What if the memlimit code somehow disables CRC checking and corrupts the output? Reading the lzip_decoder.c, its obvious this isn't the case, but the test doesn't know that. Its very few lines of code to check the output and makes the test more complete",
			"path": "tests\/test_lzip_decoder.c",
			"position": 410,
			"line": 410,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "2d680ab6fdaec2b379e153ea18ca8137a1ee1210",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "141ba5bb05d67565280c67a7b4b60a8b05ab4c48",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,454 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       test_lzip_decoder.c\n+\/\/\/ \\brief      Tests decoding lzip data\n+\/\/\n+\/\/  Author:     Jia Tan\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include \"tests.h\"\n+\n+#ifdef HAVE_LZIP_DECODER\n+\n+\/\/ Memlimit large enough to pass all of the test files\n+#define MEMLIMIT 1 << 20\n+#define DECODE_CHUNK_SIZE 1024\n+\n+\n+\/\/ Helper function to decode a good file with no flags and plenty\n+\/\/ high memlimit\n+static void\n+basic_lzip_decode(const char* src, const uint8_t* expected_result,\n+\t\tsize_t expected_result_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_result_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_out = expected_result_size;\n+\n+\t\/\/ Feed 1 byte at a time to the decoder to look for any bugs\n+\t\/\/ when switching between decoding sequences\n+\tlzma_ret ret = LZMA_OK;\n+\twhile (ret == LZMA_OK) {\n+\t\tstrm.avail_in = 1;\n+\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, expected_result_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\texpected_result_size);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_options(void)\n+{\n+\t\/\/ Test NULL stream\n+\tassert_lzma_ret(lzma_lzip_decoder(NULL, MEMLIMIT, 0),\n+\t\t\tLZMA_PROG_ERROR);\n+\n+\t\/\/ Test invalid flags\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, UINT32_MAX),\n+\t\t\tLZMA_OPTIONS_ERROR);\n+\t\/\/ Memlimit tests are done elsewhere\n+}\n+\n+\n+static void\n+test_v0_decode(void) {\n+\t\/\/ This tests if liblzma can decode lzip version 0 files.\n+\t\/\/ lzip 1.17 and older can decomperss this, but lzip 1.18\n+\t\/\/ and newer can no longer decode these files.\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1);\n+}\n+\n+\n+static void\n+test_v1_decode(void) {\n+\t\/\/ This tests decoding a basic lzip v1 file\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tbasic_lzip_decode(\"files\/good-1-v1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1);\n+}\n+\n+\n+\/\/ Helper function to decode a good file with trailing bytes after\n+\/\/ the lzip stream\n+static void\n+trailing_helper(const char* src, const uint8_t *expected_result,\n+\t\tsize_t expected_size, const uint8_t *expected_trailing,\n+\t\tsize_t expected_trailing_size) {\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t *output_buffer = tuktest_malloc(expected_size);\n+\n+\tstrm.next_in = data;\n+\tstrm.next_out = output_buffer;\n+\tstrm.avail_in = file_size;\n+\tstrm.avail_out = expected_size;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\tassert_uint(strm.total_in, <, file_size);\n+\tassert_uint_eq(strm.total_out, expected_size);\n+\tassert_array_eq(output_buffer, expected_result,\n+\t\t\tstrm.total_out);\n+\n+\t\/\/ Trailing data should be readable from strm.next_in\n+\tassert_uint_eq(strm.avail_in, expected_trailing_size);\n+\tassert_array_eq(strm.next_in, expected_trailing, strm.avail_in);\n+\tlzma_end(&strm);\n+}\n+\n+\n+\/\/ Helper function to decode a bad file and compare to returned error to\n+\/\/ what the caller expects\n+static void\n+decode_expect_error(const char* src, lzma_ret expected_error)\n+{\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(src, &file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tlzma_ret ret = LZMA_OK;\n+\n+\twhile (ret == LZMA_OK) {\n+\t\t\/\/ Discard output since we are only looking for errors\n+\t\tstrm.next_out = output_buffer;\n+\t\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\t\tif (strm.avail_in == 0)\n+\t\t\tret = lzma_code(&strm, LZMA_FINISH);\n+\t\telse\n+\t\t\tret = lzma_code(&strm, LZMA_RUN);\n+\t}\n+\n+\tassert_lzma_ret(ret, expected_error);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_v0_trailing(void) {\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tconst char expected_trailing_data[] = \"Trailing garbage\\n\";\n+\ttrailing_helper(\"files\/good-1-v0-trailing-1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+}\n+\n+\n+static void\n+test_v1_trailing(void) {\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tconst char expected_trailing_data[] = \"Trailing garbage\\n\";\n+\ttrailing_helper(\"files\/good-1-v1-trailing-1.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+\n+\t\/\/ The second files\/good-1-v1-trailing-2.lz will have the same\n+\t\/\/ expected output and trailing output as\n+\t\/\/ files\/good-1-v1-trailing-1.lz, but this tests if the prefix\n+\t\/\/ to the trailing data contains lzip magic bytes.\n+\t\/\/ When this happens, the expected behavior is to silently ignore\n+\t\/\/ the magic byte prefix and consume it from the input file.\n+\ttrailing_helper(\"files\/good-1-v1-trailing-2.lz\",\n+\t\t\t(const uint8_t *) expected_result,\n+\t\t\tsizeof(expected_result) - 1,\n+\t\t\t(const uint8_t *) expected_trailing_data,\n+\t\t\tsizeof(expected_trailing_data) - 1);\n+\n+\t\/\/ Expect LZMA_BUF error if a file ends with the lzip magic bytes\n+\t\/\/ but does not contain any data after\n+\tdecode_expect_error(\"files\/bad-1-v1-trailing-magic.lz\",\n+\t\t\tLZMA_BUF_ERROR);\n+}\n+\n+\n+static void\n+test_concatentated(void)\n+{\n+\t\/\/ First test a file with one v0 member and one v1 member\n+\t\/\/ The first member should contain \"Hello\\n\" and\n+\t\/\/ the second member should contain \"World!\\n\"\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *v0_v1 = tuktest_file_from_srcdir(\"files\/good-2-v0-v1.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v0_v1;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ The second file contains one v1 member and one v2 member\n+\tuint8_t *v1_v0 = tuktest_file_from_srcdir(\"files\/good-2-v1-v0.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v1_v0;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ The third file contains 2 v1 members\n+\tuint8_t *v1_v1 = tuktest_file_from_srcdir(\"files\/good-2-v1-v1.lz\",\n+\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = v1_v1;\n+\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_crc(void) {\n+\t\/\/ Test invalid checksum\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tsize_t file_size;\n+\tuint8_t *data = tuktest_file_from_srcdir(\"files\/bad-1-v1-crc32.lz\",\n+\t\t\t&file_size);\n+\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED), LZMA_OK);\n+\n+\tconst char expected_result[] = \"Hello\\nWorld!\\n\";\n+\tuint8_t output_buffer[sizeof(expected_result) - 1];\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_DATA_ERROR);\n+\n+\t\/\/ Test ignoring the checksum value - should decode successfully\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED | LZMA_IGNORE_CHECK), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_STREAM_END);\n+\n+\tassert_uint_eq(strm.total_in, file_size);\n+\tassert_uint_eq(strm.total_out, sizeof(expected_result) - 1);\n+\tassert_array_eq(output_buffer, expected_result, strm.total_out);\n+\n+\t\/\/ Test tell check\n+\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT,\n+\t\t\tLZMA_CONCATENATED | LZMA_TELL_ANY_CHECK), LZMA_OK);\n+\n+\tstrm.avail_in = file_size;\n+\tstrm.next_in = data;\n+\tstrm.avail_out = sizeof(output_buffer);\n+\tstrm.next_out = output_buffer;\n+\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_GET_CHECK);\n+\tassert_uint_eq(lzma_get_check(&strm), LZMA_CHECK_CRC32);\n+\tassert_lzma_ret(lzma_code(&strm, LZMA_FINISH), LZMA_DATA_ERROR);\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_invalid_magic_bytes(void) {\n+\tuint8_t lzip_id_string[] = { 0x4C, 0x5A, 0x49, 0x50 };\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\n+\tfor (uint32_t i = 0; i < ARRAY_SIZE(lzip_id_string); i++) {\n+\t\t\/\/ Corrupt magic bytes\n+\t\tlzip_id_string[i] ^= 1;\n+\t\tuint8_t output_buffer[DECODE_CHUNK_SIZE];\n+\n+\t\tassert_lzma_ret(lzma_lzip_decoder(&strm, MEMLIMIT, 0),\n+\t\t\t\tLZMA_OK);\n+\n+\t\tstrm.next_in = lzip_id_string;\n+\t\tstrm.avail_in = sizeof(lzip_id_string);\n+\t\tstrm.next_out = output_buffer;\n+\t\tstrm.avail_out = DECODE_CHUNK_SIZE;\n+\n+\t\tassert_lzma_ret(lzma_code(&strm, LZMA_RUN),\n+\t\t\t\tLZMA_FORMAT_ERROR);\n+\n+\t\t\/\/ Reset magic bytes\n+\t\tlzip_id_string[i] ^= 1;\n+\t}\n+\n+\tlzma_end(&strm);\n+}\n+\n+\n+static void\n+test_invalid_version(void)\n+{\n+\t\/\/ The file contains a version number that is not 0 or 1,\n+\t\/\/ so it should cause an error\n+\tdecode_expect_error(\"files\/unsupported-1-v234.lz\",\n+\t\t\tLZMA_OPTIONS_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_dictionary_size(void) {\n+\t\/\/ First file has too small dictionary size field\n+\tdecode_expect_error(\"files\/bad-1-v1-dict-1.lz\", LZMA_DATA_ERROR);\n+\t\n+\t\/\/ Second file has too large dictionary size field\n+\tdecode_expect_error(\"files\/bad-1-v1-dict-2.lz\", LZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_uncomp_size(void) {\n+\t\/\/ Test invalid v0 lzip file uncomp size\n+\tdecode_expect_error(\"files\/bad-1-v0-uncomp-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+\t\n+\t\/\/ Test invalid v1 lzip file uncomp size\n+\tdecode_expect_error(\"files\/bad-1-v1-uncomp-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_member_size(void) {\n+\tdecode_expect_error(\"files\/bad-1-v1-member-size.lz\",\n+\t\t\tLZMA_DATA_ERROR);\n+}\n+\n+\n+static void\n+test_invalid_memlimit(void) {",
			"original_position": 393,
			"commit_id": "141ba5bb05d67565280c67a7b4b60a8b05ab4c48",
			"original_commit_id": "6d96d4584f165b191e4d70618e18a2910c5be423",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-16 12:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 12:52:02",
			"updated_at": "2022-12-16 12:52:01",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "2d680ab6fdaec2b379e153ea18ca8137a1ee1210",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "141ba5bb05d67565280c67a7b4b60a8b05ab4c48",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-16 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 13:05:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_insource_build_gitignore",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-16 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 13:11:04",
			"updated_at": "2022-12-16 13:11:03",
			"action": "opened",
			"comment_id": "0",
			"body": "In source builds are not recommended, but we can make it easier by ignoring the generated artifacts from CMake.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): .gitignore updates\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nCMake artifacts were not properly ignored if an in source build is done.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- CMake build artifacts are ignored by git tracking\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 2,
			"title": "CMake: Update .gitignore for CMake artifacts from in source build.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "cmake_insource_build_gitignore",
			"head_sha": "2fd28d2b7cec3468324a6f15eff7e73c285b1d7d",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 23,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-16 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 13:27:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen_insource_build_gitignore",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-16 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-16 13:31:00",
			"updated_at": "2022-12-16 13:30:59",
			"action": "opened",
			"comment_id": "0",
			"body": "In source builds are not recommended, but we should still ignore the generated artifacts.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): .gitignore updates\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nDoxygen output files were not ignored in an in source build\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Generated Doxygen docs are ignored by git\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Doxygen: Update .gitignore for generating docs for in source build.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_insource_build_gitignore",
			"head_sha": "a8c0cf9814c4ea402b4033231174bdb044cc8f6a",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 3,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-19 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-19 15:38:13",
			"updated_at": "2022-12-19 15:38:12",
			"action": "closed",
			"comment_id": "0",
			"body": "In source builds are not recommended, but we can make it easier by ignoring the generated artifacts from CMake.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): .gitignore updates\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nCMake artifacts were not properly ignored if an in source build is done.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- CMake build artifacts are ignored by git tracking\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 2,
			"title": "CMake: Update .gitignore for CMake artifacts from in source build.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2022-12-19 15:38:12",
			"merged_at": "2022-12-19 15:38:12",
			"merge_commit_sha": "d6fed05468208ad481ba14cfaed29782632ca196",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "cmake_insource_build_gitignore",
			"head_sha": "2fd28d2b7cec3468324a6f15eff7e73c285b1d7d",
			"base_ref": "master",
			"base_sha": "b69da6d4bb6bb11fc0cf066920791990d2b22a06",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 23,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-19 15:38:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-19 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-19 15:38:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_insource_build_gitignore",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 12:49:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 13:51:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 13:57:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 13:57:35",
			"updated_at": "2022-12-20 13:57:34",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nDoxygen was outdated and never used\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Doxygen will now only generate liblzma API functions documentation\r\n- No longer generate LaTex documentation\r\n- Update Doxygen from 1.4.7 to 1.8.17\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Doxygen",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen",
			"head_sha": "8adc8cb1dbe7e3456ab0f0028a17fab53fa5341b",
			"base_ref": "master",
			"base_sha": "067ca271c3339bcfff2427a149ffabba7b077e76",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 4,
			"additions": 2158,
			"deletions": 880,
			"changed_files": 17,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 13:58:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:04:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_insource_build_gitignore",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:05:22",
			"updated_at": "2022-12-20 14:05:21",
			"action": "closed",
			"comment_id": "0",
			"body": "In source builds are not recommended, but we should still ignore the generated artifacts.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): .gitignore updates\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nDoxygen output files were not ignored in an in source build\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Generated Doxygen docs are ignored by git\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 3,
			"title": "Doxygen: Update .gitignore for generating docs for in source build.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2022-12-20 14:05:21",
			"merged_at": "2022-12-20 14:05:21",
			"merge_commit_sha": "30a6f5f5b8cfb94cf6227dce3b168d4d125b4fc6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_insource_build_gitignore",
			"head_sha": "57ca881ece05e6773b42a5a6d7b88f30685d5259",
			"base_ref": "master",
			"base_sha": "067ca271c3339bcfff2427a149ffabba7b077e76",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 2,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:05:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:05:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen_insource_build_gitignore",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:08:52",
			"updated_at": "2022-12-20 14:08:52",
			"action": "created",
			"comment_id": "1359420514",
			"body": "We will still need to have a few updates for the documentation before it is ready to be published on the website, but I am still working through them. It better to break these PRs up to make it a bit more manageable. I figured this was a good start.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Doxygen",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:25:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 14:48:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 16:51:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-20 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-20 16:52:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-21 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-21 13:12:05",
			"updated_at": "2022-12-21 13:12:04",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Test for recently added feature\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThis PR does not alter behavior\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nN\/A\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 1,
			"title": "Tests: Adds lzip decoder tests",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2022-12-21 13:12:04",
			"merged_at": "2022-12-21 13:12:04",
			"merge_commit_sha": "8a5e35d00306cf082681d55ef13e8647d6ca5f21",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_lzip_decoder",
			"head_sha": "141ba5bb05d67565280c67a7b4b60a8b05ab4c48",
			"base_ref": "master",
			"base_sha": "09a114805e1d4f9a02a06cee7dbf2f5014d1f710",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 21,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 474,
			"deletions": 0,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-21 13:12:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-21 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-21 13:12:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_lzip_decoder",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-21 16:21:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-22 15:15:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-22 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-22 16:37:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-27 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-27 17:15:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-27 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-27 17:21:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 13:44:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "mytime_tweaks",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 13:50:29",
			"updated_at": "2022-12-28 13:50:28",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nmytime.c requires mythread.h to include <time.h> if POSIX threads are enabled. Also, HAVE_DECL_CLOCK_MONOTONIC is always set to 0 or 1\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n-  mytime.c conditionally includes either <time.h> or <sys\/time.h>, depending on the configuration.\r\n- HAVE_DECL_CLOCK_MONOTONIC is now only set if it is set to 1 in both autotools and CMake.\r\n- mythread.h will always include <time.h>, but conditionally includes <sys\/time.h> now.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "c62333369e380153babb62a492264b269f3b69b1",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 34,
			"deletions": 12,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 13:58:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 16:24:36",
			"updated_at": "2022-12-28 16:24:36",
			"action": "created",
			"comment_id": "1058458095",
			"body": "Should be elif defined(HAVE_SYS_TIME_H)",
			"path": "src\/common\/mythread.h",
			"position": 26,
			"line": 320,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "138ba453e5b18be4931b311018bea9e65779ecb4",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -310,7 +317,7 @@ mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond,\n \n \tcondtime->tv_sec += now.tv_sec;\n \tcondtime->tv_nsec += now.tv_nsec;\n-#else\n+#elif HAVE_SYS_TIME_H",
			"original_position": 26,
			"commit_id": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"original_commit_id": "e3957f96205a0dc4c5332c4c157c7300c038321c",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 16:24:37",
			"updated_at": "2022-12-28 16:24:36",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nmytime.c requires mythread.h to include <time.h> if POSIX threads are enabled. Also, HAVE_DECL_CLOCK_MONOTONIC is always set to 0 or 1\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n-  mytime.c conditionally includes either <time.h> or <sys\/time.h>, depending on the configuration.\r\n- HAVE_DECL_CLOCK_MONOTONIC is now only set if it is set to 1 in both autotools and CMake.\r\n- mythread.h will always include <time.h>, but conditionally includes <sys\/time.h> now.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "138ba453e5b18be4931b311018bea9e65779ecb4",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-28 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 16:28:01",
			"updated_at": "2022-12-28 16:28:01",
			"action": "created",
			"comment_id": "1058459971",
			"body": "Should be #if defined(HAVE_SYS_TIME_H) && !defined(HAVE_CLOCK_GETTIME)",
			"path": "src\/common\/mythread.h",
			"position": 10,
			"line": 108,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "138ba453e5b18be4931b311018bea9e65779ecb4",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -100,12 +100,19 @@ mythread_sigmask(int how, const sigset_t *restrict set,\n \/\/ Using pthreads \/\/\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n \n-#include <sys\/time.h>\n #include <pthread.h>\n #include <signal.h>\n #include <time.h>\n #include <errno.h>\n \n+#if HAVE_SYS_TIME_H && !defined(HAVE_CLOCK_GETTIME)",
			"original_position": 10,
			"commit_id": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"original_commit_id": "e3957f96205a0dc4c5332c4c157c7300c038321c",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 16:28:02",
			"updated_at": "2022-12-28 16:28:01",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nmytime.c requires mythread.h to include <time.h> if POSIX threads are enabled. Also, HAVE_DECL_CLOCK_MONOTONIC is always set to 0 or 1\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n-  mytime.c conditionally includes either <time.h> or <sys\/time.h>, depending on the configuration.\r\n- HAVE_DECL_CLOCK_MONOTONIC is now only set if it is set to 1 in both autotools and CMake.\r\n- mythread.h will always include <time.h>, but conditionally includes <sys\/time.h> now.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "138ba453e5b18be4931b311018bea9e65779ecb4",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "874237e3b9be97baade9e09bc0d2af744820bb0f",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2022-12-28 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 16:44:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 17:22:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 17:25:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 17:32:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 17:55:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/mytime_tweaks",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 18:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 18:12:48",
			"updated_at": "2022-12-28 18:12:48",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nmytime.c requires mythread.h to include <time.h> if POSIX threads are enabled. Also, HAVE_DECL_CLOCK_MONOTONIC is always set to 0 or 1\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n-  mytime.c conditionally includes either <time.h> or <sys\/time.h>, depending on the configuration.\r\n- HAVE_DECL_CLOCK_MONOTONIC is now only set if it is set to 1 in both autotools and CMake.\r\n- mythread.h will always include <time.h>, but conditionally includes <sys\/time.h> now.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Mytime tweaks",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2022-12-28 18:12:48",
			"merged_at": "2022-12-28 18:12:48",
			"merge_commit_sha": "8566d3013e5a40c397fe0e897f3512131dba80d3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "mytime_tweaks",
			"head_sha": "988258a9a3ba6ef8bdd39233736d605d24820b9a",
			"base_ref": "master",
			"base_sha": "8f5be197348e313ff567735afc76afa40649fec6",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 2,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 20,
			"deletions": 12,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-28 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-28 18:12:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 12:02:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "mytime_tweaks",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:00:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "program_name_invocation_decl",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:01:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/program_name_invocation_decl",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:04:37",
			"updated_at": "2022-12-29 13:04:36",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nHAVE_DECL_PROGRAM_INVOCATION_NAME macro definition is inconsistent across build systems and is always defined, even if set to 0.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- HAVE_DECL_PROGRAM_INVOCATION_NAME -> HAVE_PROGRAM_INVOCATION_NAME\r\n- Consistent across all build systems\r\n- HAVE_PROGRAM_INVOCATION_NAME is only defined when set to 1\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Build: Only define HAVE_DECL_PROGRAM_INVOCATION_NAME if it is set to 1.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "program_name_invocation_decl",
			"head_sha": "35f4a89230c3411ba98c5c46ff2359c4ba6c5b71",
			"base_ref": "master",
			"base_sha": "8566d3013e5a40c397fe0e897f3512131dba80d3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 8,
			"deletions": 6,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:19:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_index_hash",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:20:59",
			"updated_at": "2022-12-29 13:20:58",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): New test\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- New test added for index_hash API functions\r\n- Increased code covered by tests\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Tuktest index hash",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_index_hash",
			"head_sha": "fe3b8e075d8e6608294e1a05e4e7e06d0cc6125b",
			"base_ref": "master",
			"base_sha": "8566d3013e5a40c397fe0e897f3512131dba80d3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 4,
			"additions": 394,
			"deletions": 6,
			"changed_files": 10,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 13:25:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index_hash",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 14:06:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_index",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 14:20:33",
			"updated_at": "2022-12-29 14:20:32",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe current test_index.c is using the old test format and is largely incomplete.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Creates helpful mask macros for return values from lzma_index_checks()\r\n- Refactors test_index.c to use tuktest and cover more API functions\r\n- Allow test_index.c to function properly if encoders or decoders are not built\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 8,
			"title": "Refactor tests in test_index.c",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_index",
			"head_sha": "debf683d805bcb057278745d3c24193596136b3e",
			"base_ref": "master",
			"base_sha": "8566d3013e5a40c397fe0e897f3512131dba80d3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 1465,
			"deletions": 538,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 15:35:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_filter_flags",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-29 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-29 15:41:04",
			"updated_at": "2022-12-29 15:41:03",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe filter flags tests are mostly commented out and do not provide much code coverage\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Tests cover lzma_filter_flags_size, lzma_filter_flags_encode, and lzma_filter_flags_decode\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nOnce this PR and test index(#8) are merged, we can finally remove the artifacts from the old test code (expect, succeed, fail macros, etc).",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 9,
			"title": "Tests: Refactors existing filter flags tests.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_filter_flags",
			"head_sha": "cd6ee614c7a494ac06a7aa262935d24845b28eef",
			"base_ref": "master",
			"base_sha": "8566d3013e5a40c397fe0e897f3512131dba80d3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 459,
			"deletions": 198,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2022-12-30 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2022-12-30 15:37:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 11,
			"push_distinct_size": 11,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:17:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/program_name_invocation_decl",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 14,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:18:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:19:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_flags",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 14,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:20:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index_hash",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 17,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:26:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:33:49",
			"updated_at": "2023-01-02 14:33:48",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nHAVE_DECL_PROGRAM_INVOCATION_NAME macro definition is inconsistent across build systems and is always defined, even if set to 0.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- HAVE_DECL_PROGRAM_INVOCATION_NAME -> HAVE_PROGRAM_INVOCATION_NAME\r\n- Consistent across all build systems\r\n- HAVE_PROGRAM_INVOCATION_NAME is only defined when set to 1\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6,
			"title": "Build: Only define HAVE_DECL_PROGRAM_INVOCATION_NAME if it is set to 1.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-02 14:33:48",
			"merged_at": "2023-01-02 14:33:48",
			"merge_commit_sha": "bb740e3b117f1a3c65152d01e5755523a908ecb1",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "program_name_invocation_decl",
			"head_sha": "19f0f0bc059ba3372a449fd30ed4c37078d39536",
			"base_ref": "master",
			"base_sha": "dfecda875211f737d0db92dc1d3c58a3a2afb0c0",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 8,
			"deletions": 6,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:33:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-02 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-02 14:33:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "program_name_invocation_decl",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-03 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-03 12:38:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-03 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-03 13:06:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-03 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-03 13:45:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 10,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-03 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/.github",
			"created_at": "2023-01-03 17:17:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/main",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-03 17:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-03 17:26:28",
			"updated_at": "2023-01-03 17:26:27",
			"action": "opened",
			"comment_id": "0",
			"body": "### Describe the bug\n\nThe following tests have been reported to fail on Solaris 10:\r\n- FAIL: test_compress_prepared_bcj_sparc\r\n-  FAIL: test_compress_prepared_bcj_x86\r\n-  FAIL: test_compress_generated_abc\r\n-  FAIL: test_compress_generated_random\r\n-  FAIL: test_compress_generated_text\r\n\r\nThanks to both İhsan Doğan and Dennis Clarke for reporting this.\n\n### Version\n\nxz and liblzma 5.4.0\n\n### Operating System\n\nSolaris 10\n\n### Relevant log output\n\n```shell\nLog file provided by İhsan Doğan <ihsan@dogan.ch> \r\n\r\ncat work\/solaris10-sparc\/build-isa-sparcv8plus\/xz-5.4.0\/tests\/test-suite.log \r\n==========================================\r\n   XZ Utils 5.4.0: tests\/test-suite.log\r\n==========================================\r\n\r\n# TOTAL: 16\r\n# PASS:  11\r\n# SKIP:  0\r\n# XFAIL: 0\r\n# FAIL:  5\r\n# XPASS: 0\r\n# ERROR: 0\r\n\r\n.. contents:: :depth: 2\r\n\r\nFAIL: test_compress_prepared_bcj_sparc\r\n======================================\r\n\r\n.\/test_compress.sh: bad substitution\r\nFAIL test_compress_prepared_bcj_sparc (exit status: 1)\r\n\r\nFAIL: test_compress_prepared_bcj_x86\r\n====================================\r\n\r\n.\/test_compress.sh: bad substitution\r\nFAIL test_compress_prepared_bcj_x86 (exit status: 1)\r\n\r\nFAIL: test_compress_generated_abc\r\n=================================\r\n\r\n.\/test_compress.sh: bad substitution\r\nFAIL test_compress_generated_abc (exit status: 1)\r\n\r\nFAIL: test_compress_generated_random\r\n====================================\r\n\r\n.\/test_compress.sh: bad substitution\r\nFAIL test_compress_generated_random (exit status: 1)\r\n\r\nFAIL: test_compress_generated_text\r\n==================================\r\n\r\n.\/test_compress.sh: bad substitution\r\nFAIL test_compress_generated_text (exit status: 1)\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 10,
			"title": "[Bug]: Multiple tests failing on Solaris 10",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 12:53:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "solaris_bug",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 15:50:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 15:58:59",
			"updated_at": "2023-01-04 15:58:58",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nTests fail on Solaris 10 because of non portable shell parameter expansion.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\nhttps:\/\/github.com\/tukaani-project\/xz\/issues\/10\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Only effects test_compress based tests.\r\n- Alters the create_compress_files.c to require the full filename as an argument instead of just \"abc\", \"text\", or \"random.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nI tried using ${parameter:offset} instead, but dash did not support this. Shell scripting is fun...",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 11,
			"title": "Tests: Replace non portable shell parameter expansion",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-04 15:58:58",
			"merged_at": "2023-01-04 15:58:58",
			"merge_commit_sha": "52380678f42364daa4510f92f6d3b18ec98c3638",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "solaris_bug",
			"head_sha": "71aaddef6c67606db0e117407f9bceb87a89005e",
			"base_ref": "master",
			"base_sha": "d0eb345bb7d148a62883ee299adec2b74a0f6f3b",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 16,
			"deletions": 10,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 15:58:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 15:59:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "solaris_bug",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 16:21:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-04 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-04 16:31:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 10,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-05 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-05 13:14:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index_hash",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-05 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-05 14:31:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "filter_to_str_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-05 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-05 14:35:55",
			"updated_at": "2023-01-05 14:35:55",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nxz does not have an option to convert a single string to a full filter chain\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- New --filters command line option\r\n- --long-help update\r\n- man page update\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 12,
			"title": "Filter to string command line interface",
			"labels": ["5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "filter_to_str_cli",
			"head_sha": "08a10962fd55fc9f0eba2ba57f6672dd38c0991c",
			"base_ref": "master",
			"base_sha": "7657ce1c3c4abff7560336a7b687d98e0e2bd14f",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 80,
			"deletions": 7,
			"changed_files": 6,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-05 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-05 16:30:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 12:00:00",
			"event_type": "CommitCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 12:24:32",
			"updated_at": "2023-01-06 12:24:32",
			"action": "none",
			"comment_id": "95260132",
			"body": "The option was here for a reason. --filters is described in --long-help right before the single filter options, so I don't see why this was moved.",
			"path": "src\/xz\/args.c",
			"position": 5,
			"line": 210,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "c1b3991c51824c89c731308ae159ec2db94e627e",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 12:44:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 16:10:51",
			"updated_at": "2023-01-06 16:10:50",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): New test\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- New test added for index_hash API functions\r\n- Increased code covered by tests\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 7,
			"title": "Tuktest index hash",
			"labels": ["5.4.1","test"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-06 16:10:50",
			"merged_at": "2023-01-06 16:10:50",
			"merge_commit_sha": "6fd39664de47801e670a16617863196bfbde4755",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_index_hash",
			"head_sha": "fc0c788469159f634f09ff23c8cef6925c91da57",
			"base_ref": "master",
			"base_sha": "dfecda875211f737d0db92dc1d3c58a3a2afb0c0",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 13,
			"additions": 414,
			"deletions": 8,
			"changed_files": 13,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 16:10:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 14,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 16:10:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_index_hash",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 16:18:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-06 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-06 16:20:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_flags",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 25,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 12:58:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:07:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:15:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:17:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "duplicated_custom_suffix_check",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:24:22",
			"updated_at": "2023-01-07 13:24:22",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThere were duplicated checks for a custom suffix set when using --format=raw in both the encoder and decoder.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- The check is now done when parsing arguments\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis will change behavior in weird situations when using --format=raw. If someone combines --format=raw and --list, the output is still an error, but it is different.\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 13,
			"title": "xz: Refactor duplicated check for custom suffix when using --format=raw",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "duplicated_custom_suffix_check",
			"head_sha": "b9adf4d5e41c7d3b1e543902d4182702938bbc9d",
			"base_ref": "master",
			"base_sha": "8d372bd94066b1a5b0570b2550f83c2868486adf",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 21,
			"deletions": 18,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:39:13",
			"updated_at": "2023-01-07 13:39:13",
			"action": "opened",
			"comment_id": "0",
			"body": "### Describe the bug\n\nIf --format is set to anything other than raw, xz will only print the list information, or an error (--list works only on .xz files (--format=xz or --format=auto)). When --format=raw, xz will print:\r\nFilter chain: --lzma2=dict=8MiB,lc=3,lp=0,pb=2,mode=normal,nice=64,mf=bt4,depth=0 [or the actual filter chain specified]\r\n9 MiB of memory is required. The limiter is disabled.\r\n--list works only on .xz files (--format=xz or --format=auto)\r\n\r\nThis is not a critical bug, but it is a small inconsistency.\n\n### Version\n\nmaster @ 8d372bd94066b1a5b05\n\n### Operating System\n\nUbuntu\n\n### Relevant log output\n\n```shell\n.\/src\/xz\/xz --format=raw --suffix=.xz --lzma2 -lvv  config.h.xz\r\nxz: Filter chain: --lzma2=dict=8MiB,lc=3,lp=0,pb=2,mode=normal,nice=64,mf=bt4,depth=0\r\nxz: 9 MiB of memory is required. The limiter is disabled.\r\nxz: --list works only on .xz files (--format=xz or --format=auto)\r\n\r\n-----------------------------------------------\r\n\r\n.\/src\/xz\/xz --format=lzma --suffix=.xz --lzma2 -lvv  config.h.xz\r\nxz: --list works only on .xz files (--format=xz or --format=auto)\r\n\r\n-----------------------------------------------\r\n\r\n.\/src\/xz\/xz --format=xz --suffix=.xz --lzma2 -lvv  config.h.xz\r\nconfig.h.xz (1\/1)\r\n  Streams:            1\r\n  Blocks:             1\r\n  Compressed size:    4,044 B\r\n  Uncompressed size:  16.5 KiB (16,852 B)\r\n  Ratio:              0.240\r\n  Check:              CRC64\r\n  Stream padding:     0 B\r\n  Streams:\r\n    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding\r\n         1         1               0               0           4,044          16,852  0.240  CRC64            0\r\n  Blocks:\r\n    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check      CheckVal          Header  Flags        CompSize    MemUsage  Filters\r\n         1         1              12               0           4,008          16,852  0.238  CRC64      b4fdba2a9a1834bb      12  --              3,987       9 MiB  --lzma2=dict=8MiB\r\n  Memory needed:      9 MiB\r\n  Sizes in headers:   No\r\n  Minimum XZ Utils version: 5.0.0\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 14,
			"title": "[Bug]: Inconsistent behavior with --format=raw and --list --verbose --verbose",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:51:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/duplicated_custom_suffix_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-07 13:55:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/duplicated_custom_suffix_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 12:34:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_flags",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 12:41:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 12:42:38",
			"updated_at": "2023-01-09 12:42:37",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe filter flags tests are mostly commented out and do not provide much code coverage\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Tests cover lzma_filter_flags_size, lzma_filter_flags_encode, and lzma_filter_flags_decode\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nOnce this PR and test index(#8) are merged, we can finally remove the artifacts from the old test code (expect, succeed, fail macros, etc).",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 9,
			"title": "Tests: Refactors existing filter flags tests.",
			"labels": ["5.4.1","test"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-09 12:42:37",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "e54c5ad9482a8e7d5a75ed442cec9af9db7bbe94",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_filter_flags",
			"head_sha": "f97debbf13aab219f39916578ab1bbbfedcd5e7f",
			"base_ref": "master",
			"base_sha": "36edc65ab4cf10a131f239acbd423b4510ba52d5",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "unstable",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 459,
			"deletions": 197,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:49:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:54:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update_5.4.1",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:54:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:57:07",
			"updated_at": "2023-01-09 16:57:06",
			"action": "opened",
			"comment_id": "0",
			"body": "This is just a draft for the NEWS update for 5.4.1 stable release. If we add anything else (CMake\/Windows updates, test_index tests), then I will update this PR. Let me know your thoughts!\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): NEWS update\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 15,
			"title": "News Draft for 5.4.1",
			"labels": ["5.4.1"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "NEWS_update_5.4.1",
			"head_sha": "b8ecf0919d993dc2438eda64bbbf4f4f6fcaf62b",
			"base_ref": "master",
			"base_sha": "0c210ca7f489e971e94e1ddc72b0b0806e3c7935",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 51,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:59:01",
			"updated_at": "2023-01-09 16:59:01",
			"action": "created",
			"comment_id": "1064865709",
			"body": "I took this entry from the commit log, but I was wondering why we updated to 3.13...3.25. Since this says the changes won't affect this project, we need to give a reason why this update was done.",
			"path": "NEWS",
			"position": 22,
			"line": 23,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 15,
			"title": "News Draft for 5.4.1",
			"labels": ["5.4.1"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b5e0cc5e986823be74e9907d362760c8adec9614",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "NEWS_update_5.4.1",
			"head_sha": "b8ecf0919d993dc2438eda64bbbf4f4f6fcaf62b",
			"base_ref": "master",
			"base_sha": "0c210ca7f489e971e94e1ddc72b0b0806e3c7935",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -2,6 +2,57 @@\n XZ Utils Release Notes\n ======================\n \n+5.4.1 (2022-01-10)\n+\n+    * liblzma:\n+\n+        - Created a workaround for a bug in CLMUL CRC64 feature for\n+          MSVC (VS2015-2022).\n+\n+        - Fixed lzma_microlzma_encoder() posssibly returning a boolean\n+          from the result of an inner function call. Now, it will\n+          always return a proper lzma_ret value.\n+\n+        - Added a NULL check to lzma_index_hash_append() for consistency\n+          with parameter validation done in lzma_index_append().\n+\n+        - Minor API documentation and internal header file updates.\n+\n+    * Build systems:\n+\n+        - Updated cmake_minimum_required from 3.13...3.16 to 3.13...3.25.",
			"original_position": 22,
			"commit_id": "b8ecf0919d993dc2438eda64bbbf4f4f6fcaf62b",
			"original_commit_id": "b8ecf0919d993dc2438eda64bbbf4f4f6fcaf62b",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-09 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 16:59:02",
			"updated_at": "2023-01-09 16:59:01",
			"action": "created",
			"comment_id": "0",
			"body": "This is just a draft for the NEWS update for 5.4.1 stable release. If we add anything else (CMake\/Windows updates, test_index tests), then I will update this PR. Let me know your thoughts!\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): NEWS update\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 15,
			"title": "News Draft for 5.4.1",
			"labels": ["5.4.1"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b5e0cc5e986823be74e9907d362760c8adec9614",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "NEWS_update_5.4.1",
			"head_sha": "b8ecf0919d993dc2438eda64bbbf4f4f6fcaf62b",
			"base_ref": "master",
			"base_sha": "0c210ca7f489e971e94e1ddc72b0b0806e3c7935",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-01-09 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-09 17:23:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_filter_flags",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 14:59:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 15:01:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 15:25:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 17:10:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 17:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 17:14:46",
			"updated_at": "2023-01-10 17:14:46",
			"action": "opened",
			"comment_id": "0",
			"body": "### Describe the bug\n\nThe CI\/CD scripts detected this once the -werror was added. \n\n### Version\n\n5.5.0 (master @57464bb4ebd6c0)\n\n### Operating System\n\nMacOS\n\n### Relevant log output\n\n```shell\n\/Users\/runner\/work\/xz\/xz\/build-aux\/..\/src\/xz\/message.c:726:20: error: format string is not a string literal [-Werror,-Wformat-nonliteral]\r\n                vfprintf(stderr, fmt, ap);\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 16,
			"title": "[Bug]: MacOS autotool build fails when -werror flag is used",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-10 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-10 17:22:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 12:48:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 12:59:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 14:35:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "clang_format_nonliteral_warning",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 14:46:49",
			"updated_at": "2023-01-11 14:46:48",
			"action": "closed",
			"comment_id": "0",
			"body": "clang and gcc differ in how they handle -Wformat-nonliteral. gcc will allow a non-literal format string as long as the function takes its format arguments as a va_list.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): Disable a clang warning\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 17,
			"title": "xz: Fix warning -Wformat-nonliteral on clang in message.c.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-11 14:46:48",
			"merged_at": "2023-01-11 14:46:48",
			"merge_commit_sha": "d1561c47ec8cd3844a785d3741dc932f9b9c5790",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "clang_format_nonliteral_warning",
			"head_sha": "27bcfb5e4b5de0cb3ee8831d03bcf29bb7b34952",
			"base_ref": "master",
			"base_sha": "8c0f115cc489331c48df77beca92fe378039d919",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 9,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 14:46:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 14:46:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "clang_format_nonliteral_warning",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 14:54:18",
			"updated_at": "2023-01-11 14:54:17",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nThe CI\/CD scripts detected this once the -werror was added. \n\n### Version\n\n5.5.0 (master @57464bb4ebd6c0)\n\n### Operating System\n\nMacOS\n\n### Relevant log output\n\n```shell\n\/Users\/runner\/work\/xz\/xz\/build-aux\/..\/src\/xz\/message.c:726:20: error: format string is not a string literal [-Werror,-Wformat-nonliteral]\r\n                vfprintf(stderr, fmt, ap);\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 16,
			"title": "[Bug]: MacOS autotool build fails when -werror flag is used",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "2023-01-11 14:54:17",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:32:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:41:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:45:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:51:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:56:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update_5.4.1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 18,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:58:18",
			"updated_at": "2023-01-11 15:58:17",
			"action": "closed",
			"comment_id": "0",
			"body": "This is just a draft for the NEWS update for 5.4.1 stable release. If we add anything else (CMake\/Windows updates, test_index tests), then I will update this PR. Let me know your thoughts!\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): NEWS update\r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 15,
			"title": "News Draft for 5.4.1",
			"labels": ["5.4.1"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-11 15:58:17",
			"merged_at": "2023-01-11 15:58:17",
			"merge_commit_sha": "62efd48a825e8f439e84c85e165d8774ddc68fd2",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "NEWS_update_5.4.1",
			"head_sha": "7963453058d2a4c515b4b4368c9d838bc4194ff5",
			"base_ref": "master",
			"base_sha": "d1561c47ec8cd3844a785d3741dc932f9b9c5790",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 1,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 70,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:58:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 15:58:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update_5.4.1",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-11 18:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-11 18:13:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "5.4.1 (2023-01-11)\r\n\r\n    * liblzma:\r\n\r\n        - Fixed the return value of lzma_microlzma_encoder() if the\r\n          LZMA options lc\/lp\/pb are invalid. Invalid lc\/lp\/pb options\r\n          made the function return LZMA_STREAM_END without encoding\r\n          anything instead of returning LZMA_OPTIONS_ERROR.\r\n\r\n        - Windows \/ Visual Studio: Workaround a possible compiler bug\r\n          when targeting 32-bit x86 and compiling the CLMUL version of\r\n          the CRC64 code. The CLMUL code isn't enabled by the Windows\r\n          project files but it is in the CMake-based builds.\r\n\r\n    * Build systems:\r\n\r\n        - Windows-specific CMake changes:\r\n\r\n            * Don't try to enable CLMUL CRC64 code if _mm_set_epi64x()\r\n              isn't available. This fixes CMake-based build with Visual\r\n              Studio 2013.\r\n\r\n            * Created a workaround for a build failure with windres\r\n              from GNU binutils. It is used only when the C compiler\r\n              is GCC (not Clang). The workaround is incompatible\r\n              with llvm-windres, resulting in \"XZx20Utils\" instead\r\n              of \"XZ Utils\" in the resource file, but without the\r\n              workaround llvm-windres works correctly. See the\r\n              comment in CMakeLists.txt for details.\r\n\r\n            * Included the resource files in the xz and xzdec build\r\n              rules. Building the command line tools is still\r\n              experimental but possible with MinGW-w64.\r\n\r\n        - Visual Studio: Added stream_decoder_mt.c to the project\r\n          files. Now the threaded decompressor lzma_stream_decoder_mt()\r\n          gets built. CMake-based build wasn't affected.\r\n\r\n        - Updated windows\/INSTALL-MSVC.txt to mention that CMake-based\r\n          build is now the preferred method with Visual Studio. The\r\n          project files will probably be removed after 5.4.x releases.\r\n\r\n        - Changes to #defines in config.h:\r\n\r\n            * HAVE_DECL_CLOCK_MONOTONIC was replaced by\r\n              HAVE_CLOCK_MONOTONIC. The old macro was always defined\r\n              in configure-generated config.h to either 0 or 1. The\r\n              new macro is defined (to 1) only if the declaration of\r\n              CLOCK_MONOTONIC is available. This matches the way most\r\n              other config.h macros work and makes things simpler with\r\n              other build systems.\r\n\r\n            * HAVE_DECL_PROGRAM_INVOCATION_NAME was replaced by\r\n              HAVE_PROGRAM_INVOCATION_NAME for the same reason.\r\n\r\n    * Tests:\r\n\r\n        - Fixed test script compatibility with ancient \/bin\/sh\r\n          versions. Now the five test_compress_* tests should\r\n          no longer fail on Solaris 10.\r\n\r\n        - Added and refactored a few tests.\r\n\r\n    * Translations:\r\n\r\n        - Updated the Catalan and Esperanto translations.\r\n\r\n        - Added Korean and Ukrainian man page translations.\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.1",
			"release_name": "5.4.1 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 15:23:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 15:31:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 15:45:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 15:51:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 15:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 15:51:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 16:20:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-12 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-12 16:20:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-13 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-13 14:22:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 13:36:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 13:37:39",
			"updated_at": "2023-01-16 13:37:39",
			"action": "created",
			"comment_id": "1384074313",
			"body": "Solved by commit to master 123255b6ed15f4428b2aa92e4962015a5362f6bf",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 14,
			"title": "[Bug]: Inconsistent behavior with --format=raw and --list --verbose --verbose",
			"labels": ["bug","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "2023-01-16 13:37:39",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 13:37:40",
			"updated_at": "2023-01-16 13:37:39",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nIf --format is set to anything other than raw, xz will only print the list information, or an error (--list works only on .xz files (--format=xz or --format=auto)). When --format=raw, xz will print:\r\nFilter chain: --lzma2=dict=8MiB,lc=3,lp=0,pb=2,mode=normal,nice=64,mf=bt4,depth=0 [or the actual filter chain specified]\r\n9 MiB of memory is required. The limiter is disabled.\r\n--list works only on .xz files (--format=xz or --format=auto)\r\n\r\nThis is not a critical bug, but it is a small inconsistency.\n\n### Version\n\nmaster @ 8d372bd94066b1a5b05\n\n### Operating System\n\nUbuntu\n\n### Relevant log output\n\n```shell\n.\/src\/xz\/xz --format=raw --suffix=.xz --lzma2 -lvv  config.h.xz\r\nxz: Filter chain: --lzma2=dict=8MiB,lc=3,lp=0,pb=2,mode=normal,nice=64,mf=bt4,depth=0\r\nxz: 9 MiB of memory is required. The limiter is disabled.\r\nxz: --list works only on .xz files (--format=xz or --format=auto)\r\n\r\n-----------------------------------------------\r\n\r\n.\/src\/xz\/xz --format=lzma --suffix=.xz --lzma2 -lvv  config.h.xz\r\nxz: --list works only on .xz files (--format=xz or --format=auto)\r\n\r\n-----------------------------------------------\r\n\r\n.\/src\/xz\/xz --format=xz --suffix=.xz --lzma2 -lvv  config.h.xz\r\nconfig.h.xz (1\/1)\r\n  Streams:            1\r\n  Blocks:             1\r\n  Compressed size:    4,044 B\r\n  Uncompressed size:  16.5 KiB (16,852 B)\r\n  Ratio:              0.240\r\n  Check:              CRC64\r\n  Stream padding:     0 B\r\n  Streams:\r\n    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding\r\n         1         1               0               0           4,044          16,852  0.240  CRC64            0\r\n  Blocks:\r\n    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check      CheckVal          Header  Flags        CompSize    MemUsage  Filters\r\n         1         1              12               0           4,008          16,852  0.238  CRC64      b4fdba2a9a1834bb      12  --              3,987       9 MiB  --lzma2=dict=8MiB\r\n  Memory needed:      9 MiB\r\n  Sizes in headers:   No\r\n  Minimum XZ Utils version: 5.0.0\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 14,
			"title": "[Bug]: Inconsistent behavior with --format=raw and --list --verbose --verbose",
			"labels": ["bug","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "2023-01-16 13:37:39",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 14:23:50",
			"updated_at": "2023-01-16 14:23:49",
			"action": "created",
			"comment_id": "1384142183",
			"body": "Hi! Thank you for the bug report, but I will close this bug report because it is a documented feature of XZ Utils. 7zip and XZ Utils are almost completely compatible with how they treat .xz and .lzma files, but here is an example of where they differ.\r\n\r\nMy quick maths determined this file has the settings pb = 1, lp = 3, lc = 5, which is unsupported by XZ Utils. XZ Utils will only compress or decompress .lzma and .xz files if lp + lc <=4.\r\n\r\nThis is is documented in doc\/lzma-file-format.txt (~ line 105 as of 2022-07-13) and src\/liblzma\/api\/lzma\/lzma12.h (~ line 280 as of version 5.4.1). I was not part of the project when this decision was made, but my understanding is that files with lc + lp > 4 are unlikely to improve compression significantly and will use a lot more memory and computation time when compressing or decompressing. \r\n\r\nSince .lzma has been a legacy format since 2009 and .xz does not support these types of settings, we do not plan to change this. Old .lzma files that have been created with these settings can still be decompressed with 7zip and new files should be using the .xz format anyway.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 20,
			"title": "[Bug]: reject a valid lzma file",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "2023-01-16 14:23:49",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 14:23:51",
			"updated_at": "2023-01-16 14:23:50",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nHi, I recently fuzz the xz for parsing lzma format file and found one interesting case.\r\nSpecifically, xz rejects one valid lzma format file  while another parser, the 7zip accepts it.\r\n\r\nMeanwhile, I use the command `.\/7zz e -so -tlzma:s0 invalid.lzma` for 7zip, and  use `xz -d -c --format=lzma invalid.lzma` for xz.\r\n\r\nI have contacted 7zip, it seems that xz should not reject it. \r\n\r\nThe contact link:  [https:\/\/sourceforge.net\/p\/sevenzip\/bugs\/2380\/](https:\/\/sourceforge.net\/p\/sevenzip\/bugs\/2380\/)\r\n\r\nThe interesting file is attached.[invalid.zip](https:\/\/github.com\/tukaani-project\/xz\/files\/10425749\/invalid.zip)\r\n\r\n\r\n\r\n\n\n### Version\n\n5.2.7\n\n### Operating System\n\nubuntu 22.04\n\n### Relevant log output\n\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "boofish",
			"number": 20,
			"title": "[Bug]: reject a valid lzma file",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "2023-01-16 14:23:49",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 14:32:32",
			"updated_at": "2023-01-16 14:32:31",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the Feature\n\nCan you please add methods in SeekableXZInputStream ability to write straight into an existing java.nio.ByteBuffer\r\n\r\nThis is to replicate something like \r\n\r\n```\r\nByteBuffer bytebuffer = ByteBuffer.allocateDirect(65536);\r\nRandomAccessFile raf = new RandomAccessFile(filePath, \"r\");\r\nFileChannel fc = raf.getChannel();\r\nByteBuffer.allocateDirect(this.bufferSize);\r\n\r\n\/\/ call next statements many ties  by seeking various positions\r\nfc.read(bytebuffer);\r\nbytebuffer.flip();\r\n```\r\n\r\n\r\n\n\n### Expected Complications\n\nByteBuffer is available since old versions of java, so adding this feature should not be an issue.\n\n### Will I try to implement this new feature?\n\nNo",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xbotuk",
			"number": 19,
			"title": "[Feature Request]: SeekableXZInputStream ability to write straight into java.nio.ByteBuffer",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "2023-01-16 14:32:31",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-16 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-16 14:32:33",
			"updated_at": "2023-01-16 14:32:31",
			"action": "created",
			"comment_id": "1384152806",
			"body": "Hi! Thank you for the feature request. Unfortunately, this is the wrong repository for this since this is XZ Utils (the C version). XZ for Java has not been moved to GitHub yet, so the code repository is still located at https:\/\/git.tukaani.org\/xz-java.git.\r\n\r\nSo, until we move XZ for Java to GitHub, you will need to request features or report bugs either to xz@tukaani.org or the xz-devel mailing list. Instructions for subscribing to the mailing list are documented here: https:\/\/tukaani.org\/xz\/lists.html. You do not need to subscribe to the mailing list to email xz@tukaani.org, but then only the maintainers will be able to see your mails.\r\n\r\nThanks again for the feature request!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 19,
			"title": "[Feature Request]: SeekableXZInputStream ability to write straight into java.nio.ByteBuffer",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "2023-01-16 14:32:31",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-17 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-17 13:52:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "handle_sigtstp",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-17 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-17 14:00:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/handle_sigtstp",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-17 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-17 16:21:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_recursive_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-18 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-18 13:14:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_recursive_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-18 13:58:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-18 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-18 14:04:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-18 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-18 14:12:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 13:17:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 16:42:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_recursive_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 16:48:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 97,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 16:51:14",
			"updated_at": "2023-01-19 16:51:13",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nDoxygen was outdated and never used\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Doxygen will now only generate liblzma API functions documentation\r\n- No longer generate LaTex documentation\r\n- Update Doxygen from 1.4.7 to 1.8.17\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4,
			"title": "Doxygen",
			"labels": ["documentation","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "2023-01-19 16:51:13",
			"merged_at": "2023-01-19 16:51:13",
			"merge_commit_sha": "6327a045f34d48fc5afc58ba0d32a82c94403049",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen",
			"head_sha": "d8f5bf35086634671354a4d9cabff6bbaee50b6d",
			"base_ref": "master",
			"base_sha": "b43ff180fb2e372adce876bfa155fc9bcf0c3db4",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 1983,
			"deletions": 667,
			"changed_files": 16,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 16:51:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 16:53:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 17:07:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/handle_sigtstp",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-19 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-19 17:10:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/handle_sigtstp",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 13,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-20 13:23:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-20 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-20 13:29:02",
			"updated_at": "2023-01-20 13:29:02",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe -r, --recursive option was commented out in the code as a placeholder.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- tuklib_list.h header file only linked list implementation was added\r\n- All filename reading now uses tuklib_list instead of a string array\r\n- XZ now supports -r, --recursive option to traverse directories\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 22,
			"title": "XZ recursive CLI",
			"labels": ["5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xz_recursive_cli",
			"head_sha": "672f43b580beb9b1a93455b44bdf75439a75c36d",
			"base_ref": "master",
			"base_sha": "6327a045f34d48fc5afc58ba0d32a82c94403049",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 7,
			"additions": 433,
			"deletions": 110,
			"changed_files": 10,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 13:34:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 13:38:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 13:48:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 13:51:02",
			"updated_at": "2023-01-21 13:51:01",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nMinor updates to base.h API header file. I plan to do similar changes to each API header file, but I figured its a good idea to review the first one or two so we agree on the changes needed.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 23,
			"title": "Minor updates to Doxygen comments in base.h",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen",
			"head_sha": "6deec64a6e910b2b26c94c757a4330e691903187",
			"base_ref": "master",
			"base_sha": "9663141274e01592a281a7f2df5d7a31a1dac8bf",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 26,
			"deletions": 6,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 13:52:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/duplicated_custom_suffix_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 59,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 14:02:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/duplicated_custom_suffix_check",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 14:10:52",
			"updated_at": "2023-01-21 14:10:52",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThere were duplicated checks for a custom suffix set when using --format=raw in both the encoder and decoder.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- The check is now done when parsing arguments\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 13,
			"title": "xz: Refactor duplicated check for custom suffix when using --format=raw",
			"labels": ["5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-21 14:10:51",
			"merged_at": "2023-01-21 14:10:51",
			"merge_commit_sha": "cc5aa9ab138beeecaee5a1e81197591893ee9ca0",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "duplicated_custom_suffix_check",
			"head_sha": "0da27056d29e714423ee42da1bfa343fca6976f3",
			"base_ref": "master",
			"base_sha": "9663141274e01592a281a7f2df5d7a31a1dac8bf",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 23,
			"deletions": 18,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 14:10:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-21 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-21 14:10:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "duplicated_custom_suffix_check",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-23 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-23 13:25:32",
			"updated_at": "2023-01-23 13:25:32",
			"action": "created",
			"comment_id": "1400336254",
			"body": "@arixmkii Eventually, I would like to support the MSYS, UCRT64, and MINGW64 flavors in CI runners. Along with MSVC CMake of course. The other ones either don't run on x86-64 (which is what the GitHub-hosted runners support), or are the same but just use clang. The clang build is already tested by the MacOS runner, so its probably not necessary to test it on Windows. \r\n\r\nI don't develop or use xz or liblzma on Windows, but we have a few users who do. My note about MinGw and CMake was more about testing the autotool and CMake builds on Windows. So, I think using msys2 makes sense since it is likely many of our users do so.\r\n\r\nTo start, I think just picking one environment would be great. I feel the most useful one would be UCRT64 if we also have CMake testing msvcrt. Since we already have a lot of runners and configurations, maybe the other environments could be in a separate Workflow that we run manually pre-release or if we are addressing a Windows specific bug.\r\n\r\nThanks for offering to help with this! I was planning on working on this soon, but I kept delaying it to work on other things. Your help would be greatly appreciated if you have the time to do it :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 12:25:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 12:55:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 13:08:41",
			"updated_at": "2023-01-24 13:08:41",
			"action": "opened",
			"comment_id": "0",
			"body": "### Describe the bug\n\nNot necessarily a bug, but the behavior is confusing. lzma_str_to_filters() is successful with the filter string \"lzma1\" when LZMA_STR_ALL_FILTERS flag is used, as expected. However, lzma_str_to_filters() fails with \"lzma1\" when LZMA_STR_NO_VALIDATION. This is confusing because the \"validation\" is too vague. Checking if a filter can be used with the .xz format is technically validation. So, either the code should change or the documentation should be updated to clarify this.\n\n### Version\n\n5.4.1\n\n### Operating System\n\nUbuntu\n\n### Relevant log output\n\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 24,
			"title": "[Bug]: lzma_str_to_filters() has confusing behavior with LZMA1 and flags",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "JiaT75",
			"assignees": ["JiaT75"],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 13:34:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "str2filter_validation_comment_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 13:43:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "str2filter_validation_code_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 13:46:07",
			"updated_at": "2023-01-24 13:46:06",
			"action": "opened",
			"comment_id": "0",
			"body": "The flag description for LZMA_STR_NO_VALIDATION was previously confusing about the treatment for filters than cannot be used with .xz format (lzma1) without using LZMA_STR_ALL_FILTERS. Now, it is clear that LZMA_STR_NO_VALIDATION is not a super set of LZMA_STR_ALL_FILTERS.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/tukaani-project\/xz\/issues\/24\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\nEither this or the related code change PR should be used to fix this issue.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 25,
			"title": "liblzma: Clarify a comment about LZMA_STR_NO_VALIDATION.",
			"labels": ["5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "str2filter_validation_comment_change",
			"head_sha": "2910a6a97c92bccdd5bd0bca4afa47f7d2e0002e",
			"base_ref": "master",
			"base_sha": "f35d98e20609e0be6a04ae2604bfb7cb9d5bd5e4",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 3,
			"deletions": 2,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 13:49:54",
			"updated_at": "2023-01-24 13:49:53",
			"action": "opened",
			"comment_id": "0",
			"body": "The LZMA_STR_NO_VALIDATION flag name and description is ambiguous to how it handles individual filters that cannot be used in .xz format (only lzma1 for now). Now LZMA_STR_NO_VALIDATION is a super set of the LZMA_STR_ALL_FILTERS flag, so they don't need to be used together.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/tukaani-project\/xz\/issues\/24\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- LZMA_STR_NO_VALIDATION is now a superset of LZMA_STR_ALL_FILTERS in lzma_str_to_filters()\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis is another option instead of https:\/\/github.com\/tukaani-project\/xz\/pull\/25. This is a behavior change for an API function, so it would have to be announced properly in the next release.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 26,
			"title": "liblzma: Change use of LZMA_STR_NO_VALIDATION in lzma_str_to_filters().",
			"labels": ["5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "str2filter_validation_code_change",
			"head_sha": "a625f11964aaf461c51c97b66755e87b74add823",
			"base_ref": "master",
			"base_sha": "f35d98e20609e0be6a04ae2604bfb7cb9d5bd5e4",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 5,
			"deletions": 2,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 16:29:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "block_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-24 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-24 16:33:59",
			"updated_at": "2023-01-24 16:33:58",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nSimilar to https:\/\/github.com\/tukaani-project\/xz\/pull\/23. These are minor updates to these API header files and may not be everything we need to update before publishing.\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 27,
			"title": "Minor updates to documentation in block.h",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "block_doc_cleanup",
			"head_sha": "eafdfeac9f28ccb12df9c6edf3c76cda39e4bf9d",
			"base_ref": "master",
			"base_sha": "f35d98e20609e0be6a04ae2604bfb7cb9d5bd5e4",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 75,
			"deletions": 21,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-25 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-25 14:17:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-26 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-26 12:49:47",
			"updated_at": "2023-01-26 12:49:47",
			"action": "created",
			"comment_id": "1404960566",
			"body": "Created two PRs for this, but only one should be used. The better choice is probably https:\/\/github.com\/tukaani-project\/xz\/pull\/25, but I wanted to show both solutions to see which one we like better.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 24,
			"title": "[Bug]: lzma_str_to_filters() has confusing behavior with LZMA1 and flags",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "JiaT75",
			"assignees": ["JiaT75"],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-26 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-26 16:33:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/handle_sigtstp",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-27 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-27 12:17:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-27 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-27 15:58:59",
			"updated_at": "2023-01-27 15:58:58",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [X] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nSIGTSTP signal is not caught, so if the process is paused then the compression and decompression stats are no longer accurate.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- SIGTSTP is caught if the system supports it.\r\n- SIGTSTP will be blocked\/unblocked while the handler is in effect\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis can be added for 5.4.2 or 5.5.0. It adds a new string that will need to be translated and its been a \"bug\" for a long time, so 5.5.0 might be more appropriate.\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 21,
			"title": "Handle SIGTSTP",
			"labels": ["bug","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-01-27 15:58:58",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "cdaca21138147df5b73eb7659289c207a2af186e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "handle_sigtstp",
			"head_sha": "682563ec8c4297b9a4f66ba7d9bfc694ff9d7dba",
			"base_ref": "master",
			"base_sha": "6327a045f34d48fc5afc58ba0d32a82c94403049",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 7,
			"additions": 157,
			"deletions": 43,
			"changed_files": 8,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-30 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-30 14:27:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "handle_sigtstp",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-31 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-31 13:42:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_filter_str",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-31 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-31 13:45:36",
			"updated_at": "2023-01-31 13:45:35",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): New test\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 28,
			"title": "Test Filter String API Functions",
			"labels": ["test","5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_filter_str",
			"head_sha": "c44095ae3b59e2bfa811638f6e7b69c751c873bf",
			"base_ref": "master",
			"base_sha": "610dde15a88f12cc540424eb3eb3ed61f3876f74",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 599,
			"deletions": 2,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-31 16:32:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-31 16:34:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-01-31 16:41:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 12:56:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 13:15:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 13:27:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 13:37:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 13:46:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 13:50:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 14:06:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:05:43",
			"updated_at": "2023-02-01 15:05:42",
			"action": "closed",
			"comment_id": "0",
			"body": "The LZMA_STR_NO_VALIDATION flag name and description is ambiguous to how it handles individual filters that cannot be used in .xz format (only lzma1 for now). Now LZMA_STR_NO_VALIDATION is a super set of the LZMA_STR_ALL_FILTERS flag, so they don't need to be used together.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/tukaani-project\/xz\/issues\/24\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- LZMA_STR_NO_VALIDATION is now a superset of LZMA_STR_ALL_FILTERS in lzma_str_to_filters()\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis is another option instead of https:\/\/github.com\/tukaani-project\/xz\/pull\/25. This is a behavior change for an API function, so it would have to be announced properly in the next release.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 26,
			"title": "liblzma: Change use of LZMA_STR_NO_VALIDATION in lzma_str_to_filters().",
			"labels": ["5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-01 15:05:42",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "cb02c4bc89c1f61651413cf0d58c15fa2c75b85f",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "str2filter_validation_code_change",
			"head_sha": "a625f11964aaf461c51c97b66755e87b74add823",
			"base_ref": "master",
			"base_sha": "f35d98e20609e0be6a04ae2604bfb7cb9d5bd5e4",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 5,
			"deletions": 2,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:39:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/str2filter_validation_comment_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:39:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:40:26",
			"updated_at": "2023-02-01 15:40:26",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nNot necessarily a bug, but the behavior is confusing. lzma_str_to_filters() is successful with the filter string \"lzma1\" when LZMA_STR_ALL_FILTERS flag is used, as expected. However, lzma_str_to_filters() fails with \"lzma1\" when LZMA_STR_NO_VALIDATION. This is confusing because the \"validation\" is too vague. Checking if a filter can be used with the .xz format is technically validation. So, either the code should change or the documentation should be updated to clarify this.\n\n### Version\n\n5.4.1\n\n### Operating System\n\nUbuntu\n\n### Relevant log output\n\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 24,
			"title": "[Bug]: lzma_str_to_filters() has confusing behavior with LZMA1 and flags",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "JiaT75",
			"assignees": ["JiaT75"],
			"comments": 1,
			"author_association": "MEMBER",
			"closed_at": "2023-02-01 15:40:26",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:41:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "str2filter_validation_comment_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:41:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "str2filter_validation_code_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-01 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-01 15:45:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 13:36:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 13:51:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 14:00:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:17:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:20:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:22:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/block_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:22:54",
			"updated_at": "2023-02-02 16:22:54",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nSimilar to https:\/\/github.com\/tukaani-project\/xz\/pull\/23. These are minor updates to these API header files and may not be everything we need to update before publishing.\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 27,
			"title": "Minor updates to documentation in block.h",
			"labels": ["documentation"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-02 16:22:53",
			"merged_at": "2023-02-02 16:22:53",
			"merge_commit_sha": "54ad83c1ae2180dcc0cb2445b181dc1e9732a5d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "block_doc_cleanup",
			"head_sha": "c4cd04f7bde2e4d0f84808bce805a2bc0f9b05f4",
			"base_ref": "master",
			"base_sha": "c563a4bc554a96bd0b6aab3c139715b7ec8f6ca3",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 6,
			"additions": 100,
			"deletions": 25,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:22:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:23:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "block_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:36:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_filter_str",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:42:29",
			"updated_at": "2023-02-02 16:42:28",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [X] Other (please describe): New test\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 28,
			"title": "Test Filter String API Functions",
			"labels": ["test","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-02 16:42:28",
			"merged_at": "2023-02-02 16:42:28",
			"merge_commit_sha": "2c78a83c6faec70154d9eb78022a618ed62cdcb3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_filter_str",
			"head_sha": "921277d58b1f262ab10f72bb86721af4d327de69",
			"base_ref": "master",
			"base_sha": "54ad83c1ae2180dcc0cb2445b181dc1e9732a5d6",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 605,
			"deletions": 2,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-02 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-02 16:42:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_filter_str",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-03 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-03 12:30:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-03 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-03 12:42:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "check_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-03 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-03 12:47:13",
			"updated_at": "2023-02-03 12:47:12",
			"action": "opened",
			"comment_id": "0",
			"body": "All functions now explicitly specify parameter and return values. Also moved the note about SHA-256 functions not being exported to the top of the file.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 29,
			"title": "liblzma: Improve documentation in check.h.",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "check_doc_cleanup",
			"head_sha": "d60e97676c10aa3498bece944e1fcaea6aeb1a40",
			"base_ref": "master",
			"base_sha": "2c78a83c6faec70154d9eb78022a618ed62cdcb3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 33,
			"deletions": 13,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-03 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-03 14:58:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 31,
			"push_distinct_size": 31,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-03 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-03 15:22:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-04 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-04 12:12:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-04 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-04 12:54:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen_install_docs",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-04 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-04 13:09:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-04 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-04 13:14:22",
			"updated_at": "2023-02-04 13:14:21",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- The Doxygen html docs are now included in the release tarball\r\n- If only the liblzma API function documentation is generated, the docs are created in \/doc\/liblzma\r\n- If all files documentation is generated, the docs are created in \/doc\/html\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n## Other information\r\nPutting the docs in liblzma folder may be unnecessary. Other distributions seems to place their html documentation files in a directory called \"html\" in the doc directory. If we just want to include it in the \"html\" directory in \/doc, then the first and third commit can be omitted.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_install_docs",
			"head_sha": "d79485eba04374c9c65c9b3306fe37128dbbe16e",
			"base_ref": "master",
			"base_sha": "7673ef5aa80c1af7fb693360dd82f527b46c2c56",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 8,
			"deletions": 1,
			"changed_files": 4,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-06 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-06 13:51:54",
			"updated_at": "2023-02-06 13:51:54",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 31,
			"title": "Minor updates to documentation in filter.h",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "filter_doc_cleanup",
			"head_sha": "a8f4f2ffdd9dec9fa0253b1144a214d4fb2f21fd",
			"base_ref": "master",
			"base_sha": "7673ef5aa80c1af7fb693360dd82f527b46c2c56",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 4,
			"additions": 145,
			"deletions": 94,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-07 17:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-07 17:19:46",
			"updated_at": "2023-02-07 17:19:46",
			"action": "created",
			"comment_id": "1098971027",
			"body": "Should be -R since -r is not POSIX",
			"path": "Makefile.am",
			"position": 13,
			"line": 105,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "aeafc6c364fea42548f5be8796a6b0955b9a2956",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_install_docs",
			"head_sha": "d79485eba04374c9c65c9b3306fe37128dbbe16e",
			"base_ref": "master",
			"base_sha": "7673ef5aa80c1af7fb693360dd82f527b46c2c56",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -100,6 +101,8 @@ dist-hook:\n \t\t\t\t> \"$$dest\/txt\/$$BASE.txt\"; \\\n \t\tdone; \\\n \tfi\n+\tdoxygen Doxyfile\n+\tcp -r \"doc\/$(doxygen_html_dir)\" \"$(distdir)\/doc\/\"",
			"original_position": 13,
			"commit_id": "d79485eba04374c9c65c9b3306fe37128dbbe16e",
			"original_commit_id": "0c13962a58f1b940c96157d35c5e0b49e1cf559b",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-07 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-07 17:19:47",
			"updated_at": "2023-02-07 17:19:46",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- The Doxygen html docs are now included in the release tarball\r\n- If only the liblzma API function documentation is generated, the docs are created in \/doc\/liblzma\r\n- If all files documentation is generated, the docs are created in \/doc\/html\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n## Other information\r\nPutting the docs in liblzma folder may be unnecessary. Other distributions seems to place their html documentation files in a directory called \"html\" in the doc directory. If we just want to include it in the \"html\" directory in \/doc, then the first and third commit can be omitted.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "aeafc6c364fea42548f5be8796a6b0955b9a2956",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_install_docs",
			"head_sha": "d79485eba04374c9c65c9b3306fe37128dbbe16e",
			"base_ref": "master",
			"base_sha": "7673ef5aa80c1af7fb693360dd82f527b46c2c56",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-02-08 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-08 13:44:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "container_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-08 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-08 13:45:45",
			"updated_at": "2023-02-08 13:45:45",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [X] Yes\r\n- [ ] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 33,
			"title": "Improve documentation in container.h ",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "container_doc_cleanup",
			"head_sha": "acc54cfc9bf0e74cb1c785cbebcac209bc18892e",
			"base_ref": "master",
			"base_sha": "1dbe12b90cff79bb51923733ac0840747b4b4131",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 5,
			"additions": 115,
			"deletions": 75,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-08 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-08 13:49:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-10 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-10 13:39:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-10 14:58:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/check_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-10 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-10 15:02:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:32:29",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "1104476726",
			"body": "Its interesting that this was only highlighted when threads are disabled. It must have something to do with the `_WIN32_WINNT 0x0600` in `mythread.h`. Either way, the proper include was missing, so thank you for addressing this.\r\n\r\nOn Windows, <intrin.h> also includes <immintrin.h>, so including both is redundant. Instead, these can be combined into something like this:\r\n\r\n```\r\n#if defined(TUKLIB_FAST_UNALIGNED_ACCESS) \\\r\n\t\t&& (defined(__INTEL_COMPILER) && defined(_M_X64)) \\\r\n\t\t\t|| (defined(_MSC_VER) && defined(_M_X64)))\r\n#        define <intrin.h>\r\n#else if HAVE_IMMINTRIN_H\r\n#        define <immintrin.h>\r\n#endif\r\n```\r\n\r\nAlso, please include this as a separate commit from the CI changes. It was discovered because of the CI changes, but the fix is unrelated. ",
			"path": "src\/liblzma\/common\/memcmplen.h",
			"position": 4,
			"line": 22,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -19,6 +19,9 @@\n #\tinclude <immintrin.h>\n #endif\n \n+#if defined(_M_X64) \/\/ MSVC or Intel C compiler on Windows",
			"original_position": 4,
			"commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"original_commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:37:27",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "1104481895",
			"body": "Similar to the other comment, include this as a separate commit from the CI changes. \r\n\r\nts funny that it flags this as uninitialized, but not on line 978 in same file. Maybe since its in a switch-case? No change needed to the other use of `mythread_condtime wait_abs;`, just an observation. ",
			"path": "src\/liblzma\/common\/stream_encoder_mt.c",
			"position": 5,
			"line": 746,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -743,7 +743,7 @@ stream_encode_mt(void *coder_ptr, const lzma_allocator *allocator,\n \n \t\t\/\/ These are for wait_for_work().\n \t\tbool has_blocked = false;\n-\t\tmythread_condtime wait_abs;\n+\t\tmythread_condtime wait_abs = {};",
			"original_position": 5,
			"commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"original_commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:39:07",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "1104483761",
			"body": "The newline was deleted at the end of this file. It's just a minor thing, but can you please bring it back?",
			"path": ".github\/workflows\/ci.yml",
			"position": 40,
			"line": 185,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -182,4 +182,91 @@ jobs:\n         with:\n           name: MacOS CMake Test Logs\n           path: build-aux\/artifacts\n-    ",
			"original_position": 40,
			"commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"original_commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:41:59",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "1104487081",
			"body": "Since the Windows CI takes so long, we can remove some of these less interesting tests. Let's omit the BCJ, Delta, and SHA256 trials. The CRC64 one could still be interesting, so lets keep that one.",
			"path": ".github\/workflows\/ci.yml",
			"position": 96,
			"line": 239,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -182,4 +182,91 @@ jobs:\n         with:\n           name: MacOS CMake Test Logs\n           path: build-aux\/artifacts\n-    \n\\ No newline at end of file\n+\n+  Windows-Autotools:\n+    # Just run on latest Windows\n+    runs-on: windows-latest\n+    steps:\n+      # Fixes line engings, which fails compilation\n+      # https:\/\/github.com\/actions\/checkout\/issues\/226\n+      # https:\/\/github.com\/actions\/checkout\/issues\/135\n+      - name: Prepare git\n+        run: git config --global core.autocrlf false\n+      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it\n+      - uses: actions\/checkout@v3\n+      - name: Install Dependencies\n+        uses: msys2\/setup-msys2@v2\n+        with:\n+          msystem: UCRT64\n+          update: true\n+          install: >-\n+            base-devel\n+            mingw-w64-ucrt-x86_64-toolchain\n+            git\n+            autoconf\n+            automake\n+            mingw-w64-ucrt-x86_64-autotools\n+            po4a\n+\n+      - name: Build with full features\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -p build\n+      - name: Test with full features\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -p test -n full_features\n+\n+      - name: Build without encoders\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d encoders,shared -p build\n+      - name: Test without encoders\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d encoders,shared -p test -n no_encoders\n+\n+      - name: Build without decoders\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d decoders,shared -p build\n+      - name: Test without decoders\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d decoders,shared -p test -n no_decoders\n+\n+      - name: Build without threads\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d threads,shared -p build\n+      - name: Test without threads\n+        shell: msys2 {0}\n+        run: .\/build-aux\/ci_build.sh -b autotools -d threads,shared -p test -n no_threads\n+\n+      - name: Build without BCJ filters",
			"original_position": 96,
			"commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"original_commit_id": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:57:55",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "0",
			"body": "Overall, this is a great start and we appreciate your efforts! \r\n\r\nEventually, it would be great to have CMake and some of the other msys2 flavors, but since the Windows tests are so slow they may belong in another workflow that does not run as often (Maybe just as a pre-release sanity check). Anyway, that is out of the scope of this PR.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "arixmkii",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-02-13 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 13:57:55",
			"updated_at": "2023-02-13 13:57:54",
			"action": "created",
			"comment_id": "0",
			"body": "Overall, this is a great start and we appreciate your efforts! \r\n\r\nEventually, it would be great to have CMake and some of the other msys2 flavors, but since the Windows tests are so slow they may belong in another workflow that does not run as often (Maybe just as a pre-release sanity check). Anyway, that is out of the scope of this PR.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "arixmkii",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "1804309c9742c51c2952ca25443f4f3088e0b4d6",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "90d0e628ff11e5030bcc4fc000bca056adda6603",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-02-13 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 15:18:39",
			"updated_at": "2023-02-13 15:18:38",
			"action": "created",
			"comment_id": "1428123305",
			"body": ">  Any additional context, what you think could help is highly appreciated.\r\n\r\nI am not sure how experienced you are with CMake, but we shouldn't need anything too complicated. I haven't fully thought through it, but here are a few ideas I have had so far:\r\n- The GitHub Windows runner comes with CMake by default. You will not need to install it manually (https:\/\/github.com\/actions\/runner-images\/blob\/main\/images\/win\/Windows2022-Readme.md)\r\n- It's probably a good idea to make most of the work be done in a separate script in the build-aux folder, similar to the concept of build-aux\/ci_build.sh. The reason to do this is because the GitHub Workflow .yml files are harder to test\/debug since you cannot run them locally. It's a lot easier to develop the script and then use the GitHub Workflow to wrap around it.\r\n- In the script, you should be able to specify the Visual Studios build with the -g option (https:\/\/cmake.org\/cmake\/help\/latest\/generator\/Visual%20Studio%2017%202022.html).\r\n- After the generating step, `cmake --build` should compile and project\r\n- As of right now, CMake should not build the xz command line tool, just liblzma. The same number of tests should still build and pass, but I have not run these tests personally on MSVC so I cannot guarantee they will work as expected. If any of them fail unexpectedly, send us the log and we will fix it :)\r\n\r\nI hope this helps! Thanks again for your contributions so far. Let me know what other questions you may have.\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-13 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-13 16:10:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 12:40:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 35,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 12:41:07",
			"updated_at": "2023-02-14 12:41:06",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nMinor updates to base.h API header file. I plan to do similar changes to each API header file, but I figured its a good idea to review the first one or two so we agree on the changes needed.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 23,
			"title": "Minor updates to Doxygen comments in base.h",
			"labels": ["documentation"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-14 12:41:06",
			"merged_at": "2023-02-14 12:41:05",
			"merge_commit_sha": "0c9e4fc2ad6d88d54f299240fcc5a2ce7d695d96",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen",
			"head_sha": "f5e8670845393683be20636f609f44f0336c4759",
			"base_ref": "master",
			"base_sha": "862dacef1a4e7e1b28d465956fa4244ed01df154",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 26,
			"deletions": 6,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 12:41:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 12:41:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 13:58:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "index_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 13:59:44",
			"updated_at": "2023-02-14 13:59:43",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 35,
			"title": "Minor updates to documentation in index.h",
			"labels": ["documentation"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "index_doc_cleanup",
			"head_sha": "3e0c09d5377ad219be1443172aca4214ef175f62",
			"base_ref": "master",
			"base_sha": "0c9e4fc2ad6d88d54f299240fcc5a2ce7d695d96",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 136,
			"deletions": 54,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:18:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/index_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:20:45",
			"updated_at": "2023-02-14 16:20:44",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 35,
			"title": "Minor updates to documentation in index.h",
			"labels": ["documentation"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-14 16:20:44",
			"merged_at": "2023-02-14 16:20:44",
			"merge_commit_sha": "9c71db4e884fd49aea3d1e711036bff45ca66487",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "index_doc_cleanup",
			"head_sha": "a100b71ab79ae027b7c5d30d511dd5ca51bb71d0",
			"base_ref": "master",
			"base_sha": "0c9e4fc2ad6d88d54f299240fcc5a2ce7d695d96",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 136,
			"deletions": 54,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:20:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:20:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "index_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:58:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/check_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:59:17",
			"updated_at": "2023-02-14 16:59:16",
			"action": "closed",
			"comment_id": "0",
			"body": "All functions now explicitly specify parameter and return values. Also moved the note about SHA-256 functions not being exported to the top of the file.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 29,
			"title": "liblzma: Improve documentation in check.h.",
			"labels": ["documentation"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-14 16:59:16",
			"merged_at": "2023-02-14 16:59:16",
			"merge_commit_sha": "43ec344c868f930e96879eb9e49212cce92a9884",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "check_doc_cleanup",
			"head_sha": "353396f62cea84c326bcf4a96be8716f0f390102",
			"base_ref": "master",
			"base_sha": "9c71db4e884fd49aea3d1e711036bff45ca66487",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 28,
			"deletions": 13,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:59:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-14 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-14 16:59:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "check_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-15 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-15 12:13:05",
			"updated_at": "2023-02-15 12:13:05",
			"action": "created",
			"comment_id": "1431275182",
			"body": "This includes the doxygen .html files in the release, but does not install them. I will need to rework this to actually install the files, which seems more useful than just including them.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-15 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-15 13:46:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 47,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-15 14:07:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-15 14:13:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-15 14:23:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-16 13:08:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-16 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-16 14:22:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 19,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-16 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-16 14:32:00",
			"updated_at": "2023-02-16 14:31:59",
			"action": "created",
			"comment_id": "1433178434",
			"body": "Now I have the HTML files being installed. They are currently installed to `$(docdir)\/liblzma`, for liblzma headers only, or `$(docdir)\/html` for full documentation. So, by default, it will install to `\/share\/doc\/xz\/liblzma`, which I am not sure if I like.\r\n\r\nI don't know of a good clean way to install to `\/share\/doc\/liblzma` (or  `\/share\/doc\/liblzma\/html` if that makes more sense) since `$(docdir)` is `\/share\/doc\/xz`. We can always install to `$(docdir)\/..\/liblzma`, but that is hacky. If there is a good clean way to do this, I might be interested to try it.\r\n\r\nIf we don't like how it is now, the easiest alternative is to always install to `\/share\/doc\/xz\/html` and not care about the distinction between liblzma header only documentation and all source files documentation. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-16 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-16 16:50:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-16 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-16 16:55:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-17 13:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "facebook\/zstd",
			"created_at": "2023-02-17 13:35:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 12:27:28",
			"updated_at": "2023-02-21 12:27:27",
			"action": "created",
			"comment_id": "1438396969",
			"body": "Thanks for reporting this and helping us fix @vfazio and reporting to gcc! I am closing this since the issue seems resolved with our workaround. Let us know if there are any other issues that you find :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 32,
			"title": "Detect symver attribute support",
			"labels": ["bug","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 13,
			"author_association": "NONE",
			"closed_at": "2023-02-21 12:27:28",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 12:27:29",
			"updated_at": "2023-02-21 12:27:28",
			"action": "closed",
			"comment_id": "0",
			"body": "On Microblaze builds will fail when trying to add symver information because  `__attribute__((symver ..))` is not supported even though `__has_attribute(__symver__)` returns true.\r\n\r\nSupport for symver needs to be detected via a compile test since `__has_attribute` can report false positives [0].\r\n\r\nAdd a configure compile check for `__attribute__((symver ..))` to ensure it is supported and define a variable to advertise support.\r\n\r\n[0] https:\/\/gcc.gnu.org\/bugzilla\/show_bug.cgi?id=101766#c1\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nbuilds targeting the microblaze fail\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Builds now succeed\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\nI tested compiles via GCC 12 and 9 for x86_64 and microblaze targets and didn't encounter issues.\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "vfazio",
			"number": 32,
			"title": "Detect symver attribute support",
			"labels": ["bug","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 13,
			"author_association": "NONE",
			"closed_at": "2023-02-21 12:27:28",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "e4ca3578539e38995b73940bd8816ecd1c48f7e7",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "vfazio-detect-symver",
			"head_sha": "cb45891df17c4d2bb054bd6b2a843514a4c655e3",
			"base_ref": "master",
			"base_sha": "1dbe12b90cff79bb51923733ac0840747b4b4131",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 10,
			"deletions": 1,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 12:56:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NULL_Plus_Zero_Fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 13:17:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NULL_Plus_Zero_Fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 13:26:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-21 15:38:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NULL_Plus_Zero_Fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-22 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-22 12:57:55",
			"updated_at": "2023-02-22 12:57:54",
			"action": "opened",
			"comment_id": "0",
			"body": "### Describe the bug\n\nIf `LZMA_MF_HC3` or `LZMA_MF_HC4` are disabled for preset level <=3, or if `LZMA_MF_BT4` is disabled for the other levels, then lzma_lzma_preset still returns success. When `lzma_options_lzma *` is used, it will cause an error.\r\n\r\nThe solution to this can be done either in code or in documentation. The code change would be simple to check if the needed match finders were configured.\r\n\r\nInstead, a documentation change in lzma12.h could make it clear that the preset is valid, but might not work depending on the liblzma configuration (in this case, which match finders were built).\n\n### Version\n\n5.5.0alpha\n\n### Operating System\n\nN\/A\n\n### Relevant log output\n\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 37,
			"title": "[Bug]: lzma_lzma_preset() returns success if preset is unusable",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-22 13:11:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 12:13:32",
			"updated_at": "2023-02-23 12:13:31",
			"action": "created",
			"comment_id": "1441658142",
			"body": "Hi Gabriela!\r\n\r\nThank you for notifying us about this important security practice. I had not set the more restrictive Workflow permissions, so I have just updated the default to be read-only. Our CI tests are quite simple, so read-only is enough permissions for us.\r\n\r\nSpecifying the permissions explicitly in the ci.yml file probably isn't needed now that the default permissions have been updated, but it also doesn't hurt. I suppose it will keep us safe in case GitHub updates their default permission policy. If you submit a PR to update it, I will be happy to review and accept it :)\r\n\r\nXZ Utils is still new to GitHub, so if you have any other security recommendations for us, please notify us.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 38,
			"title": "[Feature Request]: Add minimum permissions to ci.yml workflow",
			"labels": ["CI\/CD"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 12:21:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/container_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 25,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 12:28:00",
			"updated_at": "2023-02-23 12:27:59",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [X] Yes\r\n- [ ] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 33,
			"title": "Improve documentation in container.h ",
			"labels": ["documentation"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-23 12:27:59",
			"merged_at": "2023-02-23 12:27:59",
			"merge_commit_sha": "fa9065fac54194fe0407fc7f0cc9633fdce13c21",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "container_doc_cleanup",
			"head_sha": "b5b4947929adde80e3a78d4c7d3233d051a755eb",
			"base_ref": "master",
			"base_sha": "c9c8bfae3502842dcead85eeb2b951b437c2cd88",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 5,
			"additions": 115,
			"deletions": 75,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 12:28:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 12:28:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "container_doc_cleanup",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 13:49:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_prefix_codechange",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 14:02:45",
			"updated_at": "2023-02-23 14:02:44",
			"action": "opened",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nlzma_lzma_preset() will return success, even if the preset is unusable with the liblzma build.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: fixes https:\/\/github.com\/tukaani-project\/xz\/issues\/37\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- lzma_lzma_preset() will check if match finder is supported.\r\n- Tests were updated to skip or pass if the requested preset is not usable.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nAlternatively, this could be solved with a documentation change if we want to explicitly say that lzma_lzma_preset() does not guarantee that the preset is usable. Based on the current documentation, it seems that lzma_lzma_preset() should only return success if the preset is usable.\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 39,
			"title": "lzma_lzma_preset() return failure with unsupported Match Finder",
			"labels": ["bug","5.5.0"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "lzma_preset_update",
			"head_sha": "674027c5801b9ff4638aefcc08baf23267a8df13",
			"base_ref": "master",
			"base_sha": "fa9065fac54194fe0407fc7f0cc9633fdce13c21",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 117,
			"deletions": 81,
			"changed_files": 6,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-23 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-23 14:48:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_preset_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-24 13:04:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_doc_cleanup",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 21,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-24 13:11:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2023-02-24 13:28:53",
			"updated_at": "2023-02-24 13:28:52",
			"action": "created",
			"comment_id": "1443684157",
			"body": "Now that the XZ for Java repository has officially moved to GitHub this issue has been moved and reopened. This isn't a promise that we will implement the feature, just that we are considering it now.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 2,
			"title": "[Feature Request]: SeekableXZInputStream ability to write straight into java.nio.ByteBuffer",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2023-02-24 13:28:53",
			"updated_at": "2023-02-24 13:28:52",
			"action": "reopened",
			"comment_id": "0",
			"body": "### Describe the Feature\n\nCan you please add methods in SeekableXZInputStream ability to write straight into an existing java.nio.ByteBuffer\r\n\r\nThis is to replicate something like \r\n\r\n```\r\nByteBuffer bytebuffer = ByteBuffer.allocateDirect(65536);\r\nRandomAccessFile raf = new RandomAccessFile(filePath, \"r\");\r\nFileChannel fc = raf.getChannel();\r\nByteBuffer.allocateDirect(this.bufferSize);\r\n\r\n\/\/ call next statements many ties  by seeking various positions\r\nfc.read(bytebuffer);\r\nbytebuffer.flip();\r\n```\r\n\r\n\r\n\n\n### Expected Complications\n\nByteBuffer is available since old versions of java, so adding this feature should not be an issue.\n\n### Will I try to implement this new feature?\n\nNo",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xbotuk",
			"number": 2,
			"title": "[Feature Request]: SeekableXZInputStream ability to write straight into java.nio.ByteBuffer",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-24 15:58:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_preset_doc_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-24 15:58:15",
			"updated_at": "2023-02-24 15:58:14",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nlzma_lzma_preset() will return success, even if the preset is unusable with the liblzma build.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: fixes https:\/\/github.com\/tukaani-project\/xz\/issues\/37\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- lzma_lzma_preset() will check if match finder is supported.\r\n- Tests were updated to skip or pass if the requested preset is not usable.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nAlternatively, this could be solved with a documentation change if we want to explicitly say that lzma_lzma_preset() does not guarantee that the preset is usable. Based on the current documentation, it seems that lzma_lzma_preset() should only return success if the preset is usable.\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 39,
			"title": "lzma_lzma_preset() return failure with unsupported Match Finder",
			"labels": ["bug","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-02-24 15:58:14",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "54b83adb2eb0b726c336ae74f09585622b774f7f",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "lzma_preset_update",
			"head_sha": "f680b6bee905769e4c54d98bcc65a4f5927328e6",
			"base_ref": "master",
			"base_sha": "fa9065fac54194fe0407fc7f0cc9633fdce13c21",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 127,
			"deletions": 81,
			"changed_files": 6,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-24 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-24 15:59:55",
			"updated_at": "2023-02-24 15:59:54",
			"action": "opened",
			"comment_id": "0",
			"body": "lzma_lzma_preset() does not guarentee that the lzma_options_lzma are usable in an encoder even if it returns false (success). If liblzma is built with default configurations, then the options will always be usable. However if the match finders hc3, hc4, or bt4 are disabled, then the options may not be usable depending on the preset level requested.\r\n\r\nThe documentation was updated to reflect this complexity, since this behavior was unclear before.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: fixes https:\/\/github.com\/tukaani-project\/xz\/issues\/37\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 40,
			"title": "liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.",
			"labels": ["documentation","5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "lzma_preset_doc_update",
			"head_sha": "b8a7fb345985ddbd4ab160ad95669207b58e9c32",
			"base_ref": "master",
			"base_sha": "9aa7fdeb04c486d2700967090956af88fdccab7e",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 6,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-25 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-25 13:27:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_cache_features",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-25 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-25 13:44:04",
			"updated_at": "2023-02-25 13:44:03",
			"action": "opened",
			"comment_id": "0",
			"body": "This allows users to change the features they build either in CMakeCache.txt or by using a CMake GUI.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nCMake build cannot have the features changes like check types, match finders, encoders, and decoders.\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Features can be configured in CMake GUI or CMakeCache.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis will allow CI tests to test the different configurations, similar to the Autotools runners.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 41,
			"title": "CMake: Allow configuring features as cache variables",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "cmake_cache_features",
			"head_sha": "9a50ef2da1a3b58d89b12a978df0200ebe597b91",
			"base_ref": "master",
			"base_sha": "9aa7fdeb04c486d2700967090956af88fdccab7e",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 137,
			"deletions": 34,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-27 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-27 12:33:27",
			"updated_at": "2023-02-27 12:33:26",
			"action": "created",
			"comment_id": "1446251018",
			"body": "Hi! Thanks for the bug report and PR.\r\n\r\nAll of the targets that need to be compiled require C99, so it would be better to just set the CMAKE_C_STANDARD variable at the top of CMakeLists.txt like this:\r\n\r\n```\r\nset(CMAKE_C_STANDARD 99)\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 42,
			"title": "project requires c99",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-27 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-27 13:09:18",
			"updated_at": "2023-02-27 13:09:18",
			"action": "created",
			"comment_id": "1446298005",
			"body": "The liblzma API headers should be compatible with C89, but the internal headers used by the source code are not. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 42,
			"title": "project requires c99",
			"labels": ["bug","5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-27 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "microsoft\/vcpkg",
			"created_at": "2023-02-27 13:42:20",
			"updated_at": "2023-02-27 13:42:19",
			"action": "created",
			"comment_id": "1446344841",
			"body": "Hi, XZ Utils co-maintainer here. The problem is our CMakeLists.txt does not currently enforce the requirement for a compiler that supports C99 or add the flags needed to ensure C99. The API header files from liblzma do not require C99, just the source code and internal headers. Our Autotools build system enforces the need for a C99 compiler.\r\n\r\nWe are planning a new 5.4.2 release soon, so we will make sure to include a fix for this.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 21680,
			"title": "[liblzma] build failure on CentOS",
			"labels": ["requires:repro"],
			"state": "open",
			"locked": 0,
			"assignee": "LilyWangLL",
			"assignees": ["LilyWangLL"],
			"comments": 10,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-27 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-27 16:45:15",
			"updated_at": "2023-02-27 16:45:14",
			"action": "created",
			"comment_id": "1446672279",
			"body": "This should be fixed as of commit 4b7fb3bf41a0ca4c97fad3799949a2aa61b13b99 on master. @autoantwort can you let us know if this does not solve the bug?\r\n\r\nThis will be in a new stable 5.4.2 release in the near future. Thanks again for reporting this!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 42,
			"title": "project requires c99",
			"labels": ["bug","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "2023-02-27 16:45:14",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-27 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-27 16:45:15",
			"updated_at": "2023-02-27 16:45:14",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\nIf the compiler uses a very old c standard as default, it will fail to build\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/microsoft\/vcpkg\/issues\/21680#issuecomment-983342257\r\n\r\n\r\n## What is the new behavior?\r\nSet the required c standard to C99\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "autoantwort",
			"number": 42,
			"title": "project requires c99",
			"labels": ["bug","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "2023-02-27 16:45:14",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "83c1e7ecdb8e4efe3c347157a70a5c0818a7c2cc",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "feature\/require-c99",
			"head_sha": "b8d83721b7c4a513c72c0c37e1cfedb8642d0758",
			"base_ref": "master",
			"base_sha": "9aa7fdeb04c486d2700967090956af88fdccab7e",
			"merged": 0,
			"mergeable": 1,
			"rebaseable": 0,
			"mergeable_state": "clean",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 1,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-28 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-28 13:10:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 81,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-28 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-28 13:12:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-28 13:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "lz4\/lz4",
			"created_at": "2023-02-28 13:31:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-28 15:14:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-02-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-02-28 15:23:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:41:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_preset_doc_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:42:33",
			"updated_at": "2023-03-01 13:42:32",
			"action": "closed",
			"comment_id": "0",
			"body": "lzma_lzma_preset() does not guarentee that the lzma_options_lzma are usable in an encoder even if it returns false (success). If liblzma is built with default configurations, then the options will always be usable. However if the match finders hc3, hc4, or bt4 are disabled, then the options may not be usable depending on the preset level requested.\r\n\r\nThe documentation was updated to reflect this complexity, since this behavior was unclear before.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: fixes https:\/\/github.com\/tukaani-project\/xz\/issues\/37\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 40,
			"title": "liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.",
			"labels": ["documentation","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-03-01 13:42:31",
			"merged_at": "2023-03-01 13:42:31",
			"merge_commit_sha": "f1ab1f6b339d16a53ac53efeb97779ecd2bae70f",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "lzma_preset_doc_update",
			"head_sha": "c1d6a3df5dc9451e3d0a40e8e8a593e96f5176e1",
			"base_ref": "master",
			"base_sha": "4b7fb3bf41a0ca4c97fad3799949a2aa61b13b99",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 5,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:42:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:42:34",
			"updated_at": "2023-03-01 13:42:33",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nIf `LZMA_MF_HC3` or `LZMA_MF_HC4` are disabled for preset level <=3, or if `LZMA_MF_BT4` is disabled for the other levels, then lzma_lzma_preset still returns success. When `lzma_options_lzma *` is used, it will cause an error.\r\n\r\nThe solution to this can be done either in code or in documentation. The code change would be simple to check if the needed match finders were configured.\r\n\r\nInstead, a documentation change in lzma12.h could make it clear that the preset is valid, but might not work depending on the liblzma configuration (in this case, which match finders were built).\n\n### Version\n\n5.5.0alpha\n\n### Operating System\n\nN\/A\n\n### Relevant log output\n\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 37,
			"title": "[Bug]: lzma_lzma_preset() returns success if preset is unusable",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-03-01 13:42:33",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:42:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_preset_doc_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:51:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NULL_Plus_Zero_Fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-01 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-01 13:51:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_preset_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-06 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-06 13:49:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-06 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-06 13:58:13",
			"updated_at": "2023-03-06 13:58:12",
			"action": "created",
			"comment_id": "1456184989",
			"body": "Hi @delphij! Thanks for the notifying us about the issue and for the PR. I solved it a slightly different way with the newest commits on master to avoid unneeded function calls after ENOSYS and to issue a warning message. Can you verify this solves the problem? Additionally, an extra check should be added to ax_check_capsicum.m4, but that can be added later.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 43,
			"title": "xz: Improve compatibility with systems without capability mode support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-07 12:05:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-07 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-07 12:08:40",
			"updated_at": "2023-03-07 12:08:39",
			"action": "created",
			"comment_id": "1458058427",
			"body": "Silly mistake by me. I just pushed up [01587dd](https:\/\/github.com\/tukaani-project\/xz\/commit\/01587dda2a8f13fef7e12fd624e6d05da5f9624f) with your suggestion of hiding it in the `#else` clause.\r\n\r\nThis seems like the most efficient solution, although I'm guessing compilers would be smart enough to optimize the jump out of your second suggestion.\r\n\r\nHopefully it works this time! Let me know if there are any other issues.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 43,
			"title": "xz: Improve compatibility with systems without capability mode support",
			"labels": ["bug","5.4.2"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-07 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "torvalds\/linux",
			"created_at": "2023-03-07 12:14:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-07 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-07 15:27:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 23,
			"push_distinct_size": 23,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-07 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-07 15:59:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-08 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-08 15:14:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "capsicum_improvements_improvements",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 12:48:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/tuktest_index",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 11,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 12:49:54",
			"updated_at": "2023-03-13 12:49:53",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe current test_index.c is using the old test format and is largely incomplete.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Creates helpful mask macros for return values from lzma_index_checks()\r\n- Refactors test_index.c to use tuktest and cover more API functions\r\n- Allow test_index.c to function properly if encoders or decoders are not built\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 8,
			"title": "Refactor tests in test_index.c",
			"labels": ["test","5.4.2"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-03-13 12:49:53",
			"merged_at": "2023-03-13 12:49:53",
			"merge_commit_sha": "1b7661faa4bbf4a54c6b75900b5059835c382a0f",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "tuktest_index",
			"head_sha": "fc0641f6a412852bd845444bcec35b587c0df7d2",
			"base_ref": "master",
			"base_sha": "717aa3651ce582807f379d8654c2516e1594df77",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 4,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 1515,
			"deletions": 619,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 12:49:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 12:49:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuktest_index",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 12:53:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 15:12:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-13 15:17:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-14 16:18:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 29,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-14 16:30:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-14 16:35:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-14 16:45:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-15 14:35:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-15 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-15 15:54:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-15 16:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "doxygen\/doxygen",
			"created_at": "2023-03-15 16:08:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-15 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-15 17:00:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-15 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-15 17:10:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 14:18:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 14:36:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 15:50:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 15:59:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:01:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:34:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:41:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/doxygen_install_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:42:29",
			"updated_at": "2023-03-16 17:42:28",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- The Doxygen html docs are now included in the release tarball\r\n- If only the liblzma API function documentation is generated, the docs are created in \/doc\/liblzma\r\n- If all files documentation is generated, the docs are created in \/doc\/html\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n## Other information\r\nPutting the docs in liblzma folder may be unnecessary. Other distributions seems to place their html documentation files in a directory called \"html\" in the doc directory. If we just want to include it in the \"html\" directory in \/doc, then the first and third commit can be omitted.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 30,
			"title": "Include Doxygen html files in release",
			"labels": ["documentation","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "MEMBER",
			"closed_at": "2023-03-16 17:42:28",
			"merged_at": "2023-03-16 17:42:28",
			"merge_commit_sha": "509157c80c500426ec853bd992d684ebafc8500c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "doxygen_install_docs",
			"head_sha": "f3027647c90a62f9c98cd79fdb872765f6a39c42",
			"base_ref": "master",
			"base_sha": "1b7661faa4bbf4a54c6b75900b5059835c382a0f",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 1,
			"maintainer_can_modify": 0,
			"commits": 10,
			"additions": 647,
			"deletions": 354,
			"changed_files": 24,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:42:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "doxygen_install_docs",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-16 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-16 17:47:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-17 12:45:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-17 17:36:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-17 17:38:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-17 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-17 18:50:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-17 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-17 18:54:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 13:13:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 14:02:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 14:03:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 14:36:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 14:38:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 15:43:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 15:57:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.2.11",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 15:57:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4.2",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 16:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 16:59:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Please let us know if there is interest in more releases for the\r\n5.2 branch. We will plan further bug-fix releases for this branch\r\nif people will use it.\r\n\r\n5.2.11 (2023-03-18)\r\n\r\n    * Removed all possible cases of null pointer + 0. It is undefined\r\n      behavior in C99 and C17. This was detected by a sanitizer and had\r\n      not caused any known issues.\r\n\r\n    * Build systems:\r\n\r\n        - Added a workaround for building with GCC on MicroBlaze Linux.\r\n          GCC 12 on MicroBlaze doesn't support the __symver__ attribute\r\n          even though __has_attribute(__symver__) returns true. The\r\n          build is now done without the extra RHEL\/CentOS 7 symbols\r\n          that were added in XZ Utils 5.2.7. The workaround only\r\n          applies to the Autotools build (not CMake).\r\n\r\n        - CMake: Ensure that the C compiler language is set to C99 or\r\n          a newer standard.\r\n\r\n        - CMake changes from XZ Utils 5.4.1:\r\n\r\n            * Added a workaround for a build failure with\r\n              windres from GNU binutils.\r\n\r\n            * Included the Windows resource files in the xz\r\n              and xzdec build rules.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.2.11",
			"release_name": "XZ 5.2.11 Old Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-18 17:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-18 17:14:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "The Doxygen-generated liblzma API are now available online at\r\n<https:\/\/tukaani.org\/xz\/liblzma-api\/files.html>.\r\n\r\n5.4.2 (2023-03-18)\r\n\r\n    * All fixes from 5.2.11 that were not included in 5.4.1.\r\n\r\n    * If xz is built with support for the Capsicum sandbox but running\r\n      in an environment that doesn't support Capsicum, xz now runs\r\n      normally without sandboxing instead of exiting with an error.\r\n\r\n    * liblzma:\r\n\r\n        - Documentation was updated to improve the style, consistency,\r\n          and completeness of the liblzma API headers.\r\n\r\n        - The Doxygen-generated HTML documentation for the liblzma API\r\n          header files is now included in the source release and is\r\n          installed as part of \"make install\". All JavaScript is\r\n          removed to simplify license compliance and to reduce the\r\n          install size.\r\n\r\n        - Fixed a minor bug in lzma_str_from_filters() that produced\r\n          too many filters in the output string instead of reporting\r\n          an error if the input array had more than four filters. This\r\n          bug did not affect xz.\r\n\r\n    * Build systems:\r\n\r\n        - autogen.sh now invokes the doxygen tool via the new wrapper\r\n          script doxygen\/update-doxygen, unless the command line option\r\n          --no-doxygen is used.\r\n\r\n        - Added microlzma_encoder.c and microlzma_decoder.c to the\r\n          VS project files for Windows and to the CMake build. These\r\n          should have been included in 5.3.2alpha.\r\n\r\n    * Tests:\r\n\r\n        - Added a test to the CMake build that was forgotten in the\r\n          previous release.\r\n\r\n        - Added and refactored a few tests.\r\n\r\n    * Translations:\r\n\r\n        - Updated the Brazilian Portuguese translation.\r\n\r\n        - Added Brazilian Portuguese man page translation.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.2",
			"release_name": "5.4.2 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-20 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2023-03-20 12:29:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-20 12:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2023-03-20 12:41:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-20 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-03-20 14:28:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "jiatan_xz_updates",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-21 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-21 12:06:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-21 15:44:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_cache_features",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-22 12:01:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_cache_features",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-22 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-22 14:52:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_cache_features",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-23 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-23 13:42:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_cache_features",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-23 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-23 13:48:54",
			"updated_at": "2023-03-23 13:48:52",
			"action": "closed",
			"comment_id": "0",
			"body": "This allows users to change the features they build either in CMakeCache.txt or by using a CMake GUI.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nCMake build cannot have the features changes like check types, match finders, encoders, and decoders.\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Features can be configured in CMake GUI or CMakeCache.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\nThis will allow CI tests to test the different configurations, similar to the Autotools runners.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 41,
			"title": "CMake: Allow configuring features as cache variables",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-03-23 13:48:52",
			"merged_at": "2023-03-23 13:48:52",
			"merge_commit_sha": "116e81f002c503d3c3cd12726db8f9116e58ef25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "cmake_cache_features",
			"head_sha": "e45a8e9de9f50beda52231318be4bcae4ca1a591",
			"base_ref": "master",
			"base_sha": "8be136f667aaeb8f9e16fbd57a83cb282f0c27ff",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 4,
			"additions": 400,
			"deletions": 144,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-23 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-23 13:48:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-24 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-24 15:19:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-24 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-24 15:23:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-24 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-24 15:26:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-24 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-24 15:42:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-24 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-24 15:43:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-28 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-28 15:06:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_threading",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-28 15:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "Kitware\/CMake",
			"created_at": "2023-03-28 15:07:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 12:14:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_threading",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "nidud\/asmc",
			"created_at": "2023-03-29 12:20:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 13:14:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_threading",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 15:28:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_threading",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 15:47:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_threading",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 15:55:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-03-29 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-03-29 15:56:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_threading",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-04 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-04 16:20:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_decoder_improvements",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-05 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-05 12:26:34",
			"updated_at": "2023-04-05 12:26:34",
			"action": "created",
			"comment_id": "1497403700",
			"body": "Hi Gabriela! This seems like a great idea, thanks for the suggestion. At the moment, users are expected to report security reports to our project's email address (xz@tukaani.org). Since we moved to GitHub, it is probably less clear that is our expectation, especially for users who find the project through GitHub. So setting up a SECURITY.md file will be helpful.\r\n\r\nYou are welcome to suggest an initial version for the Security Policy through a PR. Thanks for the help!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 46,
			"title": "[Feature Request]: Add Security Policy",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-06 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-06 13:20:34",
			"updated_at": "2023-04-06 13:20:34",
			"action": "created",
			"comment_id": "1159788686",
			"body": "This is true, that we will only apply the security updates when a new release comes out. However, we will also provide patches for security bugs on our project website (https:\/\/tukaani.org\/xz), so this should be mentioned here. We will provide patches for all supported development branches, which will always be at least the current development branch and the current stable branch. Right now we still maintain an old stable branch, but that might not always be the case.",
			"path": "SECURITY.md",
			"position": 5,
			"line": 5,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 47,
			"title": "Add Security Policy",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "8cbf9f99cea8c5c84acc33f0dbab477b5ce6529c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "8a721812af39ea69144b56cbc794da0cb591be0c",
			"base_ref": "master",
			"base_sha": "d0faa85df5a5d253a4625d45313cf5e9277e6cd2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,14 @@\n+# Security Policy\n+\n+## Supported Versions\n+\n+Security updates are applied only to the latest release.",
			"original_position": 5,
			"commit_id": "8a721812af39ea69144b56cbc794da0cb591be0c",
			"original_commit_id": "8a721812af39ea69144b56cbc794da0cb591be0c",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-06 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-06 13:20:35",
			"updated_at": "2023-04-06 13:20:34",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [x] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nNot having a Security Policy file.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: Resolves https:\/\/github.com\/tukaani-project\/xz\/issues\/46\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Add Security Policy file\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nI've tried to keep the timelines of confirming a vulnerability report and fixing a vulnerability as open as possible. Let me know what you think and if this seems reasonable for maintainence.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "gabibguti",
			"number": 47,
			"title": "Add Security Policy",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "8cbf9f99cea8c5c84acc33f0dbab477b5ce6529c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "8a721812af39ea69144b56cbc794da0cb591be0c",
			"base_ref": "master",
			"base_sha": "d0faa85df5a5d253a4625d45313cf5e9277e6cd2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:05:57",
			"updated_at": "2023-04-07 12:05:56",
			"action": "created",
			"comment_id": "1500230207",
			"body": "Looks great. Thanks for the contribution!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 47,
			"title": "Add Security Policy",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:08:31",
			"updated_at": "2023-04-07 12:08:31",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [x] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nNot having a Security Policy file.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: Resolves https:\/\/github.com\/tukaani-project\/xz\/issues\/46\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- Add Security Policy file\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nI've tried to keep the timelines of confirming a vulnerability report and fixing a vulnerability as open as possible. Let me know what you think and if this seems reasonable for maintainence.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "gabibguti",
			"number": 47,
			"title": "Add Security Policy",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "2023-04-07 12:08:30",
			"merged_at": "2023-04-07 12:08:30",
			"merge_commit_sha": "261cdef916eb047522dc316f712844be0215b2bd",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "d3a40e73877534ca855d6e52f80e930994eab0bd",
			"base_ref": "master",
			"base_sha": "d0faa85df5a5d253a4625d45313cf5e9277e6cd2",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 1,
			"maintainer_can_modify": 0,
			"commits": 4,
			"additions": 14,
			"deletions": 0,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:08:32",
			"updated_at": "2023-04-07 12:08:32",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the Feature\r\n\r\nA Security Policy should provide clear guidance on how to report potential vulnerabilities and inform the vulnerabilities disclosure window for this repo. It recommended by [Github](https:\/\/docs.github.com\/en\/code-security\/getting-started\/securing-your-repository#setting-a-security-policy) and [Scorecard](https:\/\/github.com\/ossf\/scorecard).\r\n\r\n\r\n### Expected Complications\r\n\r\nNo.\r\n\r\n### Will I try to implement this new feature?\r\n\r\nYes\r\n\r\n#### Additional context\r\nI'm Gabriela and I work on behalf of Google and the OpenSSF suggesting supply-chain security changes :)\r\n\r\nIf you agree, I can open a PR to suggest a Security Policy, and we can work together to communicate how the repo can best handle vulnerability reports.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "gabibguti",
			"number": 46,
			"title": "[Feature Request]: Add Security Policy",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-04-07 12:08:32",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:08:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:44:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-07 12:47:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-13 12:42:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_decoder_improvements",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-14 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-14 16:11:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_decoder_improvements",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-17 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-17 13:31:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 197,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-17 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-17 13:33:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-19 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "rizinorg\/rizin",
			"created_at": "2023-04-19 12:06:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-19 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-19 14:27:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuklib_integer_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-19 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-19 14:39:41",
			"updated_at": "2023-04-19 14:39:40",
			"action": "created",
			"comment_id": "1514859469",
			"body": "Thanks for the bug report! I created a new branch [tuklib integer fix](https:\/\/github.com\/tukaani-project\/xz\/tree\/tuklib_integer_fix) with a potential fix for this. Can you test this to see if it builds correctly? Only the first commit should be needed for this bug, but the second should possibly silence some warnings for other users (MSVC builds).\r\n\r\nAlso, I noticed in the liblzma.wrap file that you linked uses a different mirror to pull the release. I would advise against this, since that mirror is not affiliated with us and is not as up to date as this repository. The hashes between the tag on the mirror and the tukaani.org link are different because the GitHub generated .tar.gz does not go through the same release steps that our official source code release does. For your purposes, the differences from the source code release are probably not important since they are mostly for users building with Autotools. We sign both the tags and the source code release, so either should be secure. We have released 5.4.2 a few weeks ago, so 5.4.1 is no longer the most recent stable release.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 48,
			"title": "[Bug]: tuklib_integer.h(647,2): error: call to undeclared library function '_BitScanReverse' with Clang 16.0.1",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-20 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-20 12:15:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-20 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-20 12:17:22",
			"updated_at": "2023-04-20 12:17:21",
			"action": "created",
			"comment_id": "1516228126",
			"body": "Commits have been pushed to master, so the fix will be in our next release. Thanks for verifying the fix!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 48,
			"title": "[Bug]: tuklib_integer.h(647,2): error: call to undeclared library function '_BitScanReverse' with Clang 16.0.1",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "2023-04-20 12:17:21",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-20 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-20 12:17:22",
			"updated_at": "2023-04-20 12:17:22",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\r\n\r\nWe compile xz as a Meson subproject. We have AppVeyor VS2019 as CI job, they recently updated their toolchain to LLVM\/Clang 16.0.1, we use `clang-cl` to compile everything. After the upgrade, it started producing this error:\r\n```\r\n..\\subprojects\\xz-5.4.1\\src\\common\\tuklib_integer.h(647,2): error: call to undeclared library function '_BitScanReverse' with type 'unsigned char (unsigned long *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]\r\n        _BitScanReverse(&i, n);\r\n        ^\r\n..\\subprojects\\xz-5.4.1\\src\\common\\tuklib_integer.h(647,2): note: include the header <intrin.h> or explicitly provide a declaration for '_BitScanReverse'\r\n..\\subprojects\\xz-5.4.1\\src\\common\\tuklib_integer.h(749,2): error: call to undeclared library function '_BitScanForward' with type 'unsigned char (unsigned long *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]\r\n        _BitScanForward(&i, n);\r\n        ^\r\n```\r\nSee full log here:\r\nhttps:\/\/ci.appveyor.com\/project\/rizinorg\/rizin\/builds\/46815593\/job\/ny9b339jydox5pft#L5611\r\n\r\nThis is the wrap file we use: https:\/\/github.com\/rizinorg\/rizin\/blob\/dev\/subprojects\/liblzma.wrap\r\nThese are Meson build files: https:\/\/github.com\/rizinorg\/rizin\/tree\/dev\/subprojects\/packagefiles\/xz-5.4.1\r\n\r\n### Version\r\n\r\n5.4.1\r\n\r\n### Operating System\r\n\r\nWindows Server 2019 (AppVeyor VS2019 image)\r\n\r\n### Relevant log output\r\n\r\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "XVilka",
			"number": 48,
			"title": "[Bug]: tuklib_integer.h(647,2): error: call to undeclared library function '_BitScanReverse' with Clang 16.0.1",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "2023-04-20 12:17:21",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-20 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-20 12:18:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "tuklib_integer_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 12:33:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 12:59:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 13:20:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 14:08:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 14:14:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 208,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 14:38:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 15:50:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 15:57:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 16:01:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 16:08:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 16:16:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 16:26:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "filter_to_str2",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-21 16:31:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 88,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-24 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-24 14:32:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_decoder_improvements",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-24 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-24 14:33:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_decoder_improvements",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-24 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-24 15:00:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_decoder_improvements",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-25 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-25 12:07:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-25 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-25 13:47:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-25 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-25 14:14:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-04-25 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-04-25 14:29:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-03 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-03 13:45:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-03 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-03 13:57:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 11:32:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 11:35:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 12:41:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 12:52:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 13:34:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 14:15:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 14:17:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 14:17:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 14:54:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 14:56:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.2.12",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 15:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 15:45:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "The Doxygen-generated liblzma API documentation is available at\r\n<https:\/\/tukaani.org\/xz\/liblzma-api\/files.html>.\r\n\r\nThis is the last planned release for the 5.2.12 branch. Patches or new\r\nreleases may still be made if severe bugs are found.\r\n\r\nThe OpenPGP signing key used for this and future releases has changed\r\nto my key (<jiat0218@gmail.com>). The fingerprint is:\r\n\r\n22D4 65F2 B4C1 7380 3B20  C6DE 59FC F207 FEA7 F445\r\n\r\nThe new key is available at <https:\/\/tukaani.org\/misc\/jia_tan_pubkey.txt>\r\n\r\nHere is an extract from the NEWS file:\r\n\r\n5.2.12 (2023-05-04)\r\n\r\n    * Fixed a build system bug that prevented building liblzma as a\r\n      shared library when configured with --disable-threads. This bug\r\n      affected releases 5.2.6 to 5.2.11 and 5.4.0 to 5.4.2.\r\n\r\n    * Include <intrin.h> for Windows intrinsic functions where they are\r\n      needed. This fixed a bug that prevented building liblzma using\r\n      clang-cl on Windows.\r\n\r\n    * Minor update to the Croatian translation. The small change\r\n      applies to a string in both 5.2 and 5.4 branches.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.2.12",
			"release_name": "XZ 5.2.12 Old Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-04 15:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-04 15:46:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "The Doxygen-generated liblzma API documentation is available at\r\n<https:\/\/tukaani.org\/xz\/liblzma-api\/files.html>.\r\n\r\nThe OpenPGP signing key used for this and future releases has changed\r\nto my key (<jiat0218@gmail.com>). The fingerprint is:\r\n\r\n22D4 65F2 B4C1 7380 3B20  C6DE 59FC F207 FEA7 F445\r\n\r\nThe new key is available at <https:\/\/tukaani.org\/misc\/jia_tan_pubkey.txt>\r\n\r\nHere is an extract from the NEWS file:\r\n\r\n    * All fixes from 5.2.12\r\n\r\n    * Features in the CMake build can now be disabled as CMake cache\r\n      variables, similar to the Autotools build.\r\n\r\n    * Minor update to the Croatian translation.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.3",
			"release_name": "XZ 5.4.3 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-05 11:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-05 11:58:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-09 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-09 12:29:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_mt_block_size",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-09 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-09 12:56:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_mt_block_size",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-09 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-09 13:57:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_mt_block_size",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-11 15:50:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/lzma_mt_block_size",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-11 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-11 16:03:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-11 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-11 16:04:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_mt_block_size",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 12:35:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 27,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 12:44:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 15,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 12:48:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 13:01:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 12,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 13:09:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 13:14:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-13 13:26:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-15 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-15 17:22:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 17,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-16 13:26:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-16 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-16 15:50:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-17 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-17 15:13:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-05-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-05-31 16:05:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-05 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-05 15:03:54",
			"updated_at": "2023-06-05 15:03:54",
			"action": "created",
			"comment_id": "1576973201",
			"body": "Hi! Thank you for the code suggestion. In order for us to accept a change like this, we need more information about the problem that is solves. What is the need to compile the tests programs locally without running them? Is it a cross-compile situation where you want to copy over the test binaries after everything else is built?\r\n\r\nIf this is the case, then a better solution is to override the TESTS variable in a make check command to be empty on your build machine:\r\n\r\n`make check TESTS=`\r\n\r\nThe TESTS variable, from the Automake docs: \r\n\r\n\"If the special variable TESTS is defined, its value is taken to be a list of programs or scripts to run in order to do the testing.\"\r\n\r\nSo, this is the list of tests to execute. If you leave it empty, it will still build all of the tests and then not execute any. Would this solve the issue?",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 52,
			"title": "tests\/Makefile.am: add target of 'build-PROGRAMS'",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 12:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 12:49:22",
			"updated_at": "2023-06-06 12:49:22",
			"action": "created",
			"comment_id": "1219589226",
			"body": "There should be 4 spaces here to match the rest of the file",
			"path": "CMakeLists.txt",
			"position": 12,
			"line": 893,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 51,
			"title": "protect against double find_package",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "bd4243fd159f93c63de92e2bb0ca0e8d681390de",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "5f21a5477e62a5ed38ab34dc684415988fa90d33",
			"base_ref": "master",
			"base_sha": "e6b92d5817fe91ad27a0f7f57bd0f2144311e383",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -889,13 +889,15 @@ write_basic_package_version_file(\n set(LZMA_CONFIG_CONTENTS\n \"include(\\\"\\${CMAKE_CURRENT_LIST_DIR}\/liblzma-targets.cmake\\\")\n \n-# Be compatible with the spelling used by the FindLibLZMA module. This\n-# doesn't use ALIAS because it would make CMake resolve LibLZMA::LibLZMA\n-# to liblzma::liblzma instead of keeping the original spelling. Keeping\n-# the original spelling is important for good FindLibLZMA compatibility.\n-add_library(LibLZMA::LibLZMA INTERFACE IMPORTED)\n-set_target_properties(LibLZMA::LibLZMA PROPERTIES\n-                      INTERFACE_LINK_LIBRARIES liblzma::liblzma)\n+if(NOT TARGET LibLZMA::LibLZMA)\n+       # Be compatible with the spelling used by the FindLibLZMA module. This",
			"original_position": 12,
			"commit_id": "5f21a5477e62a5ed38ab34dc684415988fa90d33",
			"original_commit_id": "5f21a5477e62a5ed38ab34dc684415988fa90d33",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 12:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 12:49:23",
			"updated_at": "2023-06-06 12:49:23",
			"action": "created",
			"comment_id": "0",
			"body": "Boost iostream [uses `find_package` in quiet mode](https:\/\/github.com\/boostorg\/iostreams\/blob\/5fe4de84f863964f7573be1146f524886146a5d3\/CMakeLists.txt#L16) and then [again uses `find_package` with required](https:\/\/github.com\/boostorg\/iostreams\/blob\/5fe4de84f863964f7573be1146f524886146a5d3\/CMakeLists.txt#LL30C1-L30C49). This second call triggers a `add_library cannot create imported target \"ZLIB::ZLIB\" because another target with the same name already exists.`\r\n\r\nThis can simply be fixed by skipping the alias part on secondary `find_package` runs.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n\r\nFrom Boost iostream compilation which finds XZ via config file:\r\n\r\n```\r\nCMake Error at C:\/Temp\/lib\/win_x86_64_debug\/lib\/cmake\/zlib\/ZLIBConfig.cmake:13 (add_library):\r\n  add_library cannot create imported target \"ZLIB::ZLIB\" because another\r\n  target with the same name already exists.\r\nCall Stack (most recent call first):\r\n  libs\/iostreams\/CMakeLists.txt:30 (find_package)\r\n  libs\/iostreams\/CMakeLists.txt:38 (boost_iostreams_option)\r\n```\r\n\r\n## What is the new behavior?\r\n\r\n`find_package` works on the first and all folloring runs.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "bebuch",
			"number": 51,
			"title": "protect against double find_package",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "bd4243fd159f93c63de92e2bb0ca0e8d681390de",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "5f21a5477e62a5ed38ab34dc684415988fa90d33",
			"base_ref": "master",
			"base_sha": "e6b92d5817fe91ad27a0f7f57bd0f2144311e383",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-06-06 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 12:56:18",
			"updated_at": "2023-06-06 12:56:17",
			"action": "created",
			"comment_id": "1578717070",
			"body": "Thanks the for PR! This is a great addition. It seems like the FindLibLZMA module has something similar to protect against multiple find_package() calls, so it seems like a common protection to include.\r\n\r\nCan you wrap your commit message with newlines around 73 character width? The first sentence in your commit message is a bit long. The reason we care is because in our releases the Changelog is generated from the commit messages. In order to keep this and the commit log itself looking nice, we have a few standards we try to enforce.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 51,
			"title": "protect against double find_package",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 13:32:47",
			"updated_at": "2023-06-06 13:32:46",
			"action": "closed",
			"comment_id": "0",
			"body": "Boost iostream [uses `find_package` in quiet mode](https:\/\/github.com\/boostorg\/iostreams\/blob\/5fe4de84f863964f7573be1146f524886146a5d3\/CMakeLists.txt#L16) and then [again uses `find_package` with required](https:\/\/github.com\/boostorg\/iostreams\/blob\/5fe4de84f863964f7573be1146f524886146a5d3\/CMakeLists.txt#LL30C1-L30C49). This second call triggers a `add_library cannot create imported target \"ZLIB::ZLIB\" because another target with the same name already exists.`\r\n\r\nThis can simply be fixed by skipping the alias part on secondary `find_package` runs.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n\r\nFrom Boost iostream compilation which finds XZ via config file:\r\n\r\n```\r\nCMake Error at C:\/Temp\/lib\/win_x86_64_debug\/lib\/cmake\/zlib\/ZLIBConfig.cmake:13 (add_library):\r\n  add_library cannot create imported target \"ZLIB::ZLIB\" because another\r\n  target with the same name already exists.\r\nCall Stack (most recent call first):\r\n  libs\/iostreams\/CMakeLists.txt:30 (find_package)\r\n  libs\/iostreams\/CMakeLists.txt:38 (boost_iostreams_option)\r\n```\r\n\r\n## What is the new behavior?\r\n\r\n`find_package` works on the first and all folloring runs.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "bebuch",
			"number": 51,
			"title": "protect against double find_package",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "2023-06-06 13:32:46",
			"merged_at": "2023-06-06 13:32:46",
			"merge_commit_sha": "0d94ba69220d894d2a86081821d2d7a89df5a10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "eadec2f23b3d4a8ea4775c48d8cb567635904e67",
			"base_ref": "master",
			"base_sha": "e6b92d5817fe91ad27a0f7f57bd0f2144311e383",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 1,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 9,
			"deletions": 7,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 13:32:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 13:34:56",
			"updated_at": "2023-06-06 13:34:55",
			"action": "created",
			"comment_id": "1578783188",
			"body": "@bebuch I was able to make the commit message change during the Squash and Merge. The commit is in your name and I only made stylistic edits to the message (I did not change the meaning).\r\n\r\nThanks for your contribution!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 51,
			"title": "protect against double find_package",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-06-06 13:32:46",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 16:23:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 16:27:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CICD",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-06 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-06 16:30:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 18,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-08 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-08 11:45:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-10 11:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-10 11:51:51",
			"updated_at": "2023-06-10 11:51:51",
			"action": "created",
			"comment_id": "1585632175",
			"body": "@arixmkii Are you still working on this? If you don't have time to finish it, no need to worry. I can finish up the last few changes and close this out. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-20 13:54:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 11,
			"push_distinct_size": 11,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-20 14:35:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 11,
			"push_distinct_size": 11,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-21 13:47:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 15,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-21 14:16:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:36:09",
			"updated_at": "2023-06-23 11:36:08",
			"action": "created",
			"comment_id": "1604156993",
			"body": "Thanks for the PR and the helpful links! Overall this seems like a nice improvement to our function picking strategy for CRC64. It will likely be useful when we implement CRC32 CLMUL too :)\r\n\r\nI want to do a bit more research about the GNU indirect functions to make its right for this project before we decide to merge. Before that, there are a few style changes that need to be made. I will comment them separately.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:38:00",
			"updated_at": "2023-06-23 11:38:00",
			"action": "created",
			"comment_id": "1239714381",
			"body": "This option name is a bit misleading. Enabling it will only check for __attribute__((ifunc())) support, not guarantee they are used. Maybe rename it to CHECK_ATTR_IFUNC?",
			"path": "CMakeLists.txt",
			"position": 8,
			"line": 770,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -763,6 +763,31 @@ check_c_source_compiles(\"\n cmake_pop_check_state()\n tuklib_add_definition_if(liblzma HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR)\n \n+# Check for __attribute__((ifunc())) support.\n+option(USE_ATTR_IFUNC \"Use __attribute__((ifunc())) if supported by the system\"\n+        ON)\n+\n+if (USE_ATTR_IFUNC)",
			"original_position": 8,
			"commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"original_commit_id": "6c03aaf6bc1f1608ce3ef8cf61b42680f7cdfaed",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:38:01",
			"updated_at": "2023-06-23 11:38:00",
			"action": "created",
			"comment_id": "0",
			"body": "The ifunc attribute is a cleaner and marginally more performant\r\nmechanism for dynamically choosing a routine at runtime.\r\n\r\nThe PR contains two parts:\r\n1. The first replaces the crc64 construct with the ifunc resolver.\r\n2. The second modifies the build process to account for the ifunc attribute.\r\n\r\nHAVE_FUNC_ATTRIBUTE_IFUNC is set if ifuncs can be built\r\non the system. glibc has supported ifunc since version 2.11 (2009). Building for older machines\r\nmay want to manually disable ifunc support when building.\r\n--disable-ifunc can be used with autotools and\r\nUSE_ATTR_IFUNC=OFF can be used with CMake to disable the check for ifunc support.\r\nUSE_ATTR_IFUNC defaults to ON for CMake and enable_ifunc defaults to yes for autotools.\r\n\r\nMore about ifuncs can be read [here](https:\/\/sourceware.org\/glibc\/wiki\/GNU_IFUNC) or [here](https:\/\/www.agner.org\/optimize\/optimizing_cpp.pdf#page=142).\r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc64\\_fast currently uses the \\_\\_attribute\\_\\_ constructor to choose the crc implementation to use.\r\n\r\n\r\n## What is the new behavior?\r\nI replaced the \\_\\_attribute\\_\\_((\\_\\_constructor\\_\\_)) with \\_\\_attribute\\_\\_((ifunc())) in crc64_fast.c\r\n\r\n- The HAVE_FUNC_ATTRIBUTE_IFUNC flag was added to configure.ac\r\n- The USE_ATTR_IFUNC cmake option was added to CMakeLists.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\nFunctionality should be identical.\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:48:41",
			"updated_at": "2023-06-23 11:48:42",
			"action": "created",
			"comment_id": "1239722714",
			"body": "We try to keep an 80 character width in this project. Can you wrap these comment lines at 80?",
			"path": "src\/liblzma\/check\/crc64_fast.c",
			"position": 20,
			"line": 449,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -438,35 +438,47 @@ is_clmul_supported(void)\n }\n \n \n-#ifdef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR\n-#\tdefine CRC64_FUNC_INIT\n-#\tdefine CRC64_SET_FUNC_ATTR __attribute__((__constructor__))\n-#else\n-#\tdefine CRC64_FUNC_INIT = &crc64_dispatch\n-#\tdefine CRC64_SET_FUNC_ATTR\n-static uint64_t crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc);\n-#endif\n+#ifdef HAVE_FUNC_ATTRIBUTE_IFUNC\n+#\tifdef __cplusplus\n+\/\/ The extern variable \"C\" is required to work with C++'s function name \n+\/\/ mangling in C++. If this is not included, the \"crc64_resolver\" will be\n+\/\/ mangled and won't compile.\n+extern \"C\" {\n+#\tendif\n \n+\/\/ The resolver must accept no arguments (void), and must specify the return and",
			"original_position": 20,
			"commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"original_commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:48:42",
			"updated_at": "2023-06-23 11:48:42",
			"action": "created",
			"comment_id": "0",
			"body": "The ifunc attribute is a cleaner and marginally more performant\r\nmechanism for dynamically choosing a routine at runtime.\r\n\r\nThe PR contains two parts:\r\n1. The first replaces the crc64 construct with the ifunc resolver.\r\n2. The second modifies the build process to account for the ifunc attribute.\r\n\r\nHAVE_FUNC_ATTRIBUTE_IFUNC is set if ifuncs can be built\r\non the system. glibc has supported ifunc since version 2.11 (2009). Building for older machines\r\nmay want to manually disable ifunc support when building.\r\n--disable-ifunc can be used with autotools and\r\nUSE_ATTR_IFUNC=OFF can be used with CMake to disable the check for ifunc support.\r\nUSE_ATTR_IFUNC defaults to ON for CMake and enable_ifunc defaults to yes for autotools.\r\n\r\nMore about ifuncs can be read [here](https:\/\/sourceware.org\/glibc\/wiki\/GNU_IFUNC) or [here](https:\/\/www.agner.org\/optimize\/optimizing_cpp.pdf#page=142).\r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc64\\_fast currently uses the \\_\\_attribute\\_\\_ constructor to choose the crc implementation to use.\r\n\r\n\r\n## What is the new behavior?\r\nI replaced the \\_\\_attribute\\_\\_((\\_\\_constructor\\_\\_)) with \\_\\_attribute\\_\\_((ifunc())) in crc64_fast.c\r\n\r\n- The HAVE_FUNC_ATTRIBUTE_IFUNC flag was added to configure.ac\r\n- The USE_ATTR_IFUNC cmake option was added to CMakeLists.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\nFunctionality should be identical.\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:48:57",
			"updated_at": "2023-06-23 11:48:57",
			"action": "created",
			"comment_id": "1239722937",
			"body": "There is a trailing space at the end of this line",
			"path": "src\/liblzma\/check\/crc64_fast.c",
			"position": 14,
			"line": 443,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -438,35 +438,47 @@ is_clmul_supported(void)\n }\n \n \n-#ifdef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR\n-#\tdefine CRC64_FUNC_INIT\n-#\tdefine CRC64_SET_FUNC_ATTR __attribute__((__constructor__))\n-#else\n-#\tdefine CRC64_FUNC_INIT = &crc64_dispatch\n-#\tdefine CRC64_SET_FUNC_ATTR\n-static uint64_t crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc);\n-#endif\n+#ifdef HAVE_FUNC_ATTRIBUTE_IFUNC\n+#\tifdef __cplusplus\n+\/\/ The extern variable \"C\" is required to work with C++'s function name ",
			"original_position": 14,
			"commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"original_commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 11:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 11:48:58",
			"updated_at": "2023-06-23 11:48:58",
			"action": "created",
			"comment_id": "0",
			"body": "The ifunc attribute is a cleaner and marginally more performant\r\nmechanism for dynamically choosing a routine at runtime.\r\n\r\nThe PR contains two parts:\r\n1. The first replaces the crc64 construct with the ifunc resolver.\r\n2. The second modifies the build process to account for the ifunc attribute.\r\n\r\nHAVE_FUNC_ATTRIBUTE_IFUNC is set if ifuncs can be built\r\non the system. glibc has supported ifunc since version 2.11 (2009). Building for older machines\r\nmay want to manually disable ifunc support when building.\r\n--disable-ifunc can be used with autotools and\r\nUSE_ATTR_IFUNC=OFF can be used with CMake to disable the check for ifunc support.\r\nUSE_ATTR_IFUNC defaults to ON for CMake and enable_ifunc defaults to yes for autotools.\r\n\r\nMore about ifuncs can be read [here](https:\/\/sourceware.org\/glibc\/wiki\/GNU_IFUNC) or [here](https:\/\/www.agner.org\/optimize\/optimizing_cpp.pdf#page=142).\r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc64\\_fast currently uses the \\_\\_attribute\\_\\_ constructor to choose the crc implementation to use.\r\n\r\n\r\n## What is the new behavior?\r\nI replaced the \\_\\_attribute\\_\\_((\\_\\_constructor\\_\\_)) with \\_\\_attribute\\_\\_((ifunc())) in crc64_fast.c\r\n\r\n- The HAVE_FUNC_ATTRIBUTE_IFUNC flag was added to configure.ac\r\n- The USE_ATTR_IFUNC cmake option was added to CMakeLists.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\nFunctionality should be identical.\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-06-23 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 15:03:07",
			"updated_at": "2023-06-23 15:03:07",
			"action": "created",
			"comment_id": "1239931909",
			"body": "To keep the style consistent, please change the pointer declarations to be type *var_name instead of type* var_name",
			"path": "src\/liblzma\/check\/crc64_fast.c",
			"position": 38,
			"line": 464,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -438,35 +438,47 @@ is_clmul_supported(void)\n }\n \n \n-#ifdef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR\n-#\tdefine CRC64_FUNC_INIT\n-#\tdefine CRC64_SET_FUNC_ATTR __attribute__((__constructor__))\n-#else\n-#\tdefine CRC64_FUNC_INIT = &crc64_dispatch\n-#\tdefine CRC64_SET_FUNC_ATTR\n-static uint64_t crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc);\n-#endif\n+#ifdef HAVE_FUNC_ATTRIBUTE_IFUNC\n+#\tifdef __cplusplus\n+\/\/ The extern variable \"C\" is required to work with C++'s function name \n+\/\/ mangling in C++. If this is not included, the \"crc64_resolver\" will be\n+\/\/ mangled and won't compile.\n+extern \"C\" {\n+#\tendif\n \n+\/\/ The resolver must accept no arguments (void), and must specify the return and\n+\/\/ parameter types in order to avoid warnings. The resolved function return type\n+\/\/ appears where a regular function's return type would be, and the resolved\n+\/\/ functions parameters appear after the resolver's arguments (void).\n+static uint64_t\n+(*crc64_resolver(void)) (const uint8_t*, size_t, uint64_t)\n+{\n+\treturn is_clmul_supported() ? crc64_clmul : crc64_generic;\n+}\n+\n+#\tifdef __cplusplus\n+}\n+#\tendif\n \n-\/\/ Pointer to the the selected CRC64 method.\n-static uint64_t (*crc64_func)(const uint8_t *buf, size_t size, uint64_t crc)\n-\t\tCRC64_FUNC_INIT;\n+\/\/ The resolved function can be called as crc64_func().\n+static uint64_t crc64_func(const uint8_t* buf, size_t size, uint64_t crc)",
			"original_position": 38,
			"commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"original_commit_id": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-23 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-23 15:03:08",
			"updated_at": "2023-06-23 15:03:08",
			"action": "created",
			"comment_id": "0",
			"body": "The ifunc attribute is a cleaner and marginally more performant\r\nmechanism for dynamically choosing a routine at runtime.\r\n\r\nThe PR contains two parts:\r\n1. The first replaces the crc64 construct with the ifunc resolver.\r\n2. The second modifies the build process to account for the ifunc attribute.\r\n\r\nHAVE_FUNC_ATTRIBUTE_IFUNC is set if ifuncs can be built\r\non the system. glibc has supported ifunc since version 2.11 (2009). Building for older machines\r\nmay want to manually disable ifunc support when building.\r\n--disable-ifunc can be used with autotools and\r\nUSE_ATTR_IFUNC=OFF can be used with CMake to disable the check for ifunc support.\r\nUSE_ATTR_IFUNC defaults to ON for CMake and enable_ifunc defaults to yes for autotools.\r\n\r\nMore about ifuncs can be read [here](https:\/\/sourceware.org\/glibc\/wiki\/GNU_IFUNC) or [here](https:\/\/www.agner.org\/optimize\/optimizing_cpp.pdf#page=142).\r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc64\\_fast currently uses the \\_\\_attribute\\_\\_ constructor to choose the crc implementation to use.\r\n\r\n\r\n## What is the new behavior?\r\nI replaced the \\_\\_attribute\\_\\_((\\_\\_constructor\\_\\_)) with \\_\\_attribute\\_\\_((ifunc())) in crc64_fast.c\r\n\r\n- The HAVE_FUNC_ATTRIBUTE_IFUNC flag was added to configure.ac\r\n- The USE_ATTR_IFUNC cmake option was added to CMakeLists.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\nFunctionality should be identical.\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "b21f9e43de73a7860fa0ad5f13e1aa70bd48c09c",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "d5f5480c575002dc7175ba48646dea5c041aafa7",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-06-27 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-06-27 14:10:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 504,
			"push_distinct_size": 504,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-06-27 14:10:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 504,
			"push_distinct_size": 504,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-27 15:39:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc-crc64-fast-v2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-27 15:56:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc-crc64-fast-v2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-27 15:59:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-27 15:59:42",
			"updated_at": "2023-06-27 15:59:41",
			"action": "closed",
			"comment_id": "0",
			"body": "The ifunc attribute is a cleaner and marginally more performant\r\nmechanism for dynamically choosing a routine at runtime.\r\n\r\nThe PR contains two parts:\r\n1. The first replaces the crc64 construct with the ifunc resolver.\r\n2. The second modifies the build process to account for the ifunc attribute.\r\n\r\nHAVE_FUNC_ATTRIBUTE_IFUNC is set if ifuncs can be built\r\non the system. glibc has supported ifunc since version 2.11 (2009). Building for older machines\r\nmay want to manually disable ifunc support when building.\r\n--disable-ifunc can be used with autotools and\r\nUSE_ATTR_IFUNC=OFF can be used with CMake to disable the check for ifunc support.\r\nUSE_ATTR_IFUNC defaults to ON for CMake and enable_ifunc defaults to yes for autotools.\r\n\r\nMore about ifuncs can be read [here](https:\/\/sourceware.org\/glibc\/wiki\/GNU_IFUNC) or [here](https:\/\/www.agner.org\/optimize\/optimizing_cpp.pdf#page=142).\r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc64\\_fast currently uses the \\_\\_attribute\\_\\_ constructor to choose the crc implementation to use.\r\n\r\n\r\n## What is the new behavior?\r\nI replaced the \\_\\_attribute\\_\\_((\\_\\_constructor\\_\\_)) with \\_\\_attribute\\_\\_((ifunc())) in crc64_fast.c\r\n\r\n- The HAVE_FUNC_ATTRIBUTE_IFUNC flag was added to configure.ac\r\n- The USE_ATTR_IFUNC cmake option was added to CMakeLists.txt\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\nFunctionality should be identical.\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 11,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-06-27 15:59:41",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "8b6c2729de315dcfe9fe437903aa9ba8cb9ead14",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "ifunc-crc64-fast",
			"head_sha": "063fb88a490d9b171aea43f0f7ae6e75bd6e7564",
			"base_ref": "master",
			"base_sha": "dbb3a536ed9873ffa0870321f6873e564c6a9da8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 5,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 72,
			"deletions": 25,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-27 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-27 16:01:59",
			"updated_at": "2023-06-27 16:01:59",
			"action": "created",
			"comment_id": "1609816427",
			"body": "@hansjans162 Just merged from the other branch Thanks for your contribution! ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 53,
			"title": "Replaced crc64_fast constructor with ifunc",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 12,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-06-27 15:59:41",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-28 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-28 13:33:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-28 15:56:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-28 15:57:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-28 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-28 16:08:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-28 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-28 16:15:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-06-29 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-06-29 13:17:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 12:48:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 39,
			"push_distinct_size": 39,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 12:48:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 39,
			"push_distinct_size": 39,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 13:43:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "jiatan_xz_updates",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 13:44:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 13:44:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-07-07 13:45:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/jiatan_xz_updates",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-07 13:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2023-07-07 13:49:31",
			"updated_at": "2023-07-07 13:49:31",
			"action": "opened",
			"comment_id": "0",
			"body": "Indirect function support was added to xz on machines that support it for function dispatching. ifunc is not compatible with -fsanitize=address, so this should be disabled for fuzzing builds.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 10667,
			"title": "xz: Disable ifunc to fix Issue 60259.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "jiatan_xz_updates",
			"head_sha": "d7e58a7704ac07a8c01e6dc7e5701728d639902d",
			"base_ref": "master",
			"base_sha": "451c04cf8c2ae4654d8188ab23859a1b27b4bce1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 2,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-08 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-08 13:39:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-10 12:00:00",
			"event_type": "CommitCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-10 12:33:14",
			"updated_at": "2023-07-10 12:33:14",
			"action": "none",
			"comment_id": "121162847",
			"body": "I saw it was valid in C23 during my searches, but I probably should have mentioned this in my commit message. Oh well, anyone reading our commit messages or Changelog should hopefully know we use C99 :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "17f8844e6fc355abf997d77637a7447c4f7bbcbd",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-10 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-10 13:13:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-13 13:59:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 38,
			"push_distinct_size": 22,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-13 15:35:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-13 15:37:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-14 12:45:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/filter_to_str_cli",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 22,
			"push_distinct_size": 22,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-14 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-14 13:36:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-14 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-14 15:24:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "docs_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 15:34:56",
			"updated_at": "2023-07-17 15:34:55",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [X] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nxz does not have an option to convert a single string to a full filter chain\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- New --filters command line option\r\n- --long-help update\r\n- man page update\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 12,
			"title": "Filter to string command line interface",
			"labels": ["5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-07-17 15:34:55",
			"merged_at": "2023-07-17 15:34:55",
			"merge_commit_sha": "f99e2e4e53b7ea89e4eef32ddd4882e0416357c9",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "filter_to_str_cli",
			"head_sha": "2d1178e3cab84d6de39b4d279415305fd7c2ec92",
			"base_ref": "master",
			"base_sha": "2c189bb00af73dc7ba1a67a9d274d5be03ee3a88",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 23,
			"additions": 956,
			"deletions": 258,
			"changed_files": 7,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 15:34:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 23,
			"push_distinct_size": 23,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 15:35:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "filter_to_str_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 15:53:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/docs_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 25,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 16:07:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/docs_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 16:52:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-17 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-17 16:53:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "docs_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-18 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-18 15:25:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-19 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "llvm\/llvm-project",
			"created_at": "2023-07-19 14:25:47",
			"updated_at": "2023-07-19 14:25:47",
			"action": "opened",
			"comment_id": "0",
			"body": "Hello!\r\n\r\nClang 16.0.0 and older report a warning when compiling a program that uses `__attribute__((__ifunc__()))` with `-Wunused-function`. The resolver function appears to trigger this when it is only referenced by the `__attribute__`. Here is an example program that should trigger the warning:\r\n\r\n```C\r\nstatic void resolved(void) {\r\n    return;\r\n}\r\n\r\nstatic void (*resolver (void)) (void) {\r\n\treturn resolved;\r\n}\r\n\r\nvoid indirect_function(void) __attribute__((__ifunc__(\"resolver\")));\r\n\r\nint main() {\r\n    indirect_function();\r\n}\r\n```\r\nGCC does not issue a warning for the above program. [Here](https:\/\/godbolt.org\/z\/9f1TnjG7h) is a godbolt.org snippet of the above code to allow you to easily test it. Let me know if you need anymore information.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 63957,
			"title": "Clang reporting unused function with ifunc resolver",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-19 14:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "llvm\/llvm-project",
			"created_at": "2023-07-19 14:36:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-20 13:24:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 13,
			"push_distinct_size": 13,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-20 14:12:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 10:11:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 12:59:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 13:42:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 13:45:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 13:51:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 13:56:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:19:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:21:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:31:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:53:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:57:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 14:59:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 15:25:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 15:42:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 15:45:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 15:52:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 17:29:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 17:50:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 17:53:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 17:56:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 18:01:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 18:05:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 18:06:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-21 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-21 18:31:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:25:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:28:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:31:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:31:45",
			"updated_at": "2023-07-22 10:31:44",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [X] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nNo Windows CI at all.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/tukaani-project\/xz\/issues\/18\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- autotools build set for Windows added\r\n- build is using msys2 with UCRT64 toolchain\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nCMake build part is not provided as part of this PR.\r\n\r\nAdditional changes:\r\n* bumped checkout action to v3 (not really critical, but I did while trying to understand build failure)\r\n* fixed \"false positive\" uninitialized warning with empty in stream_encoder.c\r\n* fixed missing include in memcmplen.h, because this include is not provided if --disable-threads is requested for build\r\n\r\nWindows build run is very slow (comparing to others), but I don't think it could be somehow improved.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "arixmkii",
			"number": 34,
			"title": "Enable CI on Windows hosts for autotools",
			"labels": ["CI\/CD"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "2023-07-22 10:31:44",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "e3805b4545410a305e2ef15bf8aa70b68cff64f9",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "win-ci",
			"head_sha": "e84967a34eb5065e010bafe56042a7de648a2edf",
			"base_ref": "master",
			"base_sha": "fb9c50f38a17bf37581de4034b36c8df8ec90a87",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 5,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 96,
			"deletions": 6,
			"changed_files": 3,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:34:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-22 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-22 10:39:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-24 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-24 15:35:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-25 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-25 13:26:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-26 12:28:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-26 12:36:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-26 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-26 14:15:35",
			"updated_at": "2023-07-26 14:15:35",
			"action": "created",
			"comment_id": "1651896648",
			"body": "Hi! Thanks for the PR. Unfortunatly, I do not think this PR solves a problem. I am guessing the issue is with your build setup instead. If you look at `mythread.h`, the functions referenced in your error message are in the `#elif defined(MYTHREAD_POSIX)` block and should be removed by the preprocessor.\r\n\r\nIf you are using our `CMakeLists.txt`, then setting `ENABLE_THREADS=OFF` will ensure `MYTHREAD_POSIX` is never added to the compile definitions. Its possible a `make clean` or removing the `CMakeCache.txt` could solve your problem.\r\n\r\nCompiling liblzma with WebAssembly sounds like a great project though!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 56,
			"title": "liblzma: Support wasi-sdk with `ENABLE_THREADS=OFF` option",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-27 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-27 13:03:32",
			"updated_at": "2023-07-27 13:03:32",
			"action": "created",
			"comment_id": "1653583605",
			"body": "Hi! Thanks again for the very detailed PR. I looked more into wasm signal support since at first I thought it was some sort of bug that the signal emulation did not define `sigset_t` or `sigprocmask()`. This seems intentional however so your PR is certainly needed for a successful port to web assembly.\r\n\r\nWhat you have so far seems like it is enough for liblzma to build, but we also should support an xz port. This should be easy to add just by following the example of VMS in src\/xz\/signal.*. Since the only functions in xz that use `mythread_sigmask()` it should be enough to define signals_block() and signals_unblock() as no-ops in signal.h (and remove implementation from signal.c).\r\n\r\nLet me know if you have questions or if something else is preventing us from building xz with wasi-sdk",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 57,
			"title": "Support build target `wasm32-unknown-unknown` in clang when `ENABLE_THREADS=OFF`",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-27 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-27 13:18:08",
			"updated_at": "2023-07-27 13:18:08",
			"action": "created",
			"comment_id": "1653613611",
			"body": "On second thought, will be more complicated that I initially thought since `signals_init()` needs to be disabled too. I will merge what you have once I make a fix for the xz side. Thanks for you contributions!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 57,
			"title": "Support build target `wasm32-unknown-unknown` in clang when `ENABLE_THREADS=OFF`",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-28 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-28 14:21:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-28 15:51:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-31 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-31 12:01:38",
			"updated_at": "2023-07-31 12:01:38",
			"action": "created",
			"comment_id": "1658235632",
			"body": "Thanks for the typo fixes! Maybe we should include codespell as part of the CI pipeline or a local git hook. Or even a manual step for myself before pushing...",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 58,
			"title": "Fix typos found by codespell",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-31 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-31 12:02:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-07-31 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-07-31 14:36:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-01 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "WebAssembly\/wasi-sdk",
			"created_at": "2023-08-01 12:53:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-01 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-01 14:45:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-02 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-02 12:44:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-02 13:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-02 13:03:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "The Doxygen-generated liblzma API documentation is available at\r\n<https:\/\/tukaani.org\/xz\/liblzma-api\/files.html>.\r\n\r\nHere is an extract from the NEWS file:\r\n\r\n```\r\n5.4.4 (2023-08-02)\r\n\r\n    * liblzma and xzdec can now build against WASI SDK when threading\r\n      support is disabled. xz and tests don't build yet.\r\n\r\n    * CMake:\r\n\r\n        - Fixed a bug preventing other projects from including liblzma\r\n          multiple times using find_package().\r\n\r\n        - Don't create broken symlinks in Cygwin and MSYS2 unless\r\n          supported by the environment. This prevented building for the\r\n          default MSYS2 environment. The problem was introduced in\r\n          xz 5.4.0.\r\n\r\n    * Documentation:\r\n\r\n        - Small improvements to man pages.\r\n\r\n        - Small improvements and typo fixes for liblzma API\r\n          documentation.\r\n\r\n    * Tests:\r\n\r\n        - Added a new section to INSTALL to describe basic test usage\r\n          and address recent questions about building the tests when\r\n          cross compiling.\r\n\r\n        - Small fixes and improvements to the tests.\r\n\r\n    * Translations:\r\n\r\n        - Fixed a mistake that caused one of the error messages to not\r\n          be translated. This only affected versions 5.4.2 and 5.4.3.\r\n\r\n        - Updated the Chinese (simplified), Croatian, Esperanto, German,\r\n          Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and\r\n          Vietnamese translations.\r\n\r\n        - Updated the German, Korean, Romanian, and Ukrainian man page\r\n          translations.\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.4",
			"release_name": "XZ Utils 5.4.4 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-03 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-03 12:46:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-04 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-04 15:25:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-08 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-08 12:08:01",
			"updated_at": "2023-08-08 12:08:00",
			"action": "closed",
			"comment_id": "0",
			"body": "```\r\nmythread.h:381:48: error: 'once' undeclared (first use in this function); did you mean 'once_'?\r\n  381 |                         if (!InitOnceComplete(&once, 0, NULL)) \\\r\n      |                                                ^~~~\r\ncrc64_small.c:47:9: note: in expansion of macro 'mythread_once'\r\n   47 |         mythread_once(crc64_init);\r\n      |         ^~~~~~~~~~~~~\r\n```\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n-\r\n-\r\n-\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "Jamaika1",
			"number": 59,
			"title": "Fix error mythread.h",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "2023-08-08 12:08:00",
			"merged_at": "2023-08-08 12:08:00",
			"merge_commit_sha": "6bf33b704cd31dccf25e68480464aa22d3fcad5a",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master-1",
			"head_sha": "ba0315406a57514aa54d4847073300db91220594",
			"base_ref": "master",
			"base_sha": "80cb961e5380a3878246d41341ff91378ca59e05",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-08 12:08:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-08 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-08 12:10:40",
			"updated_at": "2023-08-08 12:10:40",
			"action": "created",
			"comment_id": "1669493212",
			"body": "@Jamaika1 Thanks for the PR! Looks like this typo had been in the code for some time, so your fix is very appreciated.\r\n\r\nIf you would like your name to appear in the `THANKS` file, I will need the name you wish to appear there since I could not find it on your profile. If you wish to stay anonymous that is ok too :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 59,
			"title": "Fix error mythread.h",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-08-08 12:08:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-09 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-09 12:58:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "win95_small_constructor",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-11 15:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "bytecodealliance\/wasmtime",
			"created_at": "2023-08-11 15:00:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-11 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/wasmtime",
			"created_at": "2023-08-11 15:34:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/jiat75_docs",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-11 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "bytecodealliance\/wasmtime",
			"created_at": "2023-08-11 15:46:26",
			"updated_at": "2023-08-11 15:46:25",
			"action": "opened",
			"comment_id": "0",
			"body": "Hi!\r\n\r\nI was working through your tutorial in the beginning of my journey to port something to be able to run in wasi-sdk. This PR should fix a minor copy\/paste error and update some of the error messages.\r\n\r\nwasi-sdk version: 20.11gf3b43c703f1a (compiled\/installed from source)\r\nwasmtime-cli: 11.0.1\r\n\r\nI hope this helps!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 6839,
			"title": "Minor documentation updates to docs\/WASI-tutorial.md",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "jiat75_docs",
			"head_sha": "cda80c61f86cc8e71549788c4688533ef3f40d53",
			"base_ref": "main",
			"base_sha": "137c6f6d6cfed8968151036033b521c2c3775534",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 2,
			"additions": 4,
			"deletions": 5,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-11 15:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "bytecodealliance\/wasmtime",
			"created_at": "2023-08-11 15:47:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-14 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-14 12:47:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-14 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-14 12:49:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "win95_small_constructor",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-15 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/wasmtime",
			"created_at": "2023-08-15 12:11:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "jiat75_docs",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-16 16:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "codespell-project\/codespell",
			"created_at": "2023-08-16 16:01:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-24 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "plougher\/squashfs-tools",
			"created_at": "2023-08-24 12:28:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-26 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "xz-mirror\/xz-mirror",
			"created_at": "2023-08-26 12:04:50",
			"updated_at": "2023-08-26 12:04:49",
			"action": "created",
			"comment_id": "1694326633",
			"body": "Hello @Neustradamus!\r\n\r\nLarzhu and I are not affiliated with this repository or the organization so we do not have the ability to make any of these changes. My understanding is that this organization provided a GitHub mirror long before we officially moved the XZ Utils repository to GitHub. We maintain a [mirror](https:\/\/git.tukaani.org\/) but that is mainly for people who had been pulling from the old official repositories.\r\n\r\nThis organization is obviously free to continue mirroring however they wish but the most up to date version of XZ Utils will always be [here](https:\/\/github.com\/tukaani-project\/xz).",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Issues part is not opened for xz repository",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-26 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-26 13:29:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-28 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "xz-mirror\/xz-mirror",
			"created_at": "2023-08-28 12:45:50",
			"updated_at": "2023-08-28 12:45:49",
			"action": "created",
			"comment_id": "1695637145",
			"body": "After discussing with Larzhu, we agreed that we do not wish to set up this redirection. While it is a clever idea, the redirections mentioned by @Neustradamus were all projects that moved the official repository from one namespace to another. This is different than redirecting an unaffiliated mirror to the official repository.\r\n\r\nWe announced XZ Utils moved to GitHub many months ago through our public mailing list and project website, so there is not much room for users to complain they were not notified with enough time to update their links :)\r\n\r\nAgain, @simnalamburt is free to maintain this mirror how he pleases, but we do not feel comfortable transferring the official XZ Utils repository to the xz-mirror organization, even for a few minutes. We appreciate the update to xz-mirror\/xz's About section notifying users about the location of the official repository and encourage either deprecating this mirror or continuing to keep it up to date. This is important to be sure everyone is using an updated version of our project and makes it easier for us to maintain things.\r\n\r\nSo this may inconvenience a few users who need to update their links but that is the best solution from our perspective.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Issues part is not opened for xz repository",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 8,
			"author_association": "NONE",
			"closed_at": "2023-08-26 12:11:57",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-28 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-28 14:15:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "index_file_size_bug",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-28 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-28 15:17:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-29 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "xz-mirror\/xz-mirror",
			"created_at": "2023-08-29 12:04:44",
			"updated_at": "2023-08-29 12:04:43",
			"action": "created",
			"comment_id": "1697311620",
			"body": "Thanks @simnalamburt. I think that is sufficient. And thanks for maintaining this mirror for people who could not otherwise access the source code for XZ Utils. Your efforts are appreciated.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 5,
			"title": "Issues part is not opened for xz repository",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 11,
			"author_association": "NONE",
			"closed_at": "2023-08-26 12:11:57",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-29 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-29 12:21:13",
			"updated_at": "2023-08-29 12:21:13",
			"action": "created",
			"comment_id": "1697337999",
			"body": "Hello!\r\n\r\nThis CVE was never reported to us, so we do not have any further information about it. So at this moment we cannot say which versions of XZ Utils this effects or if it was unknowingly patched by a change made after 5.2.5.\r\n\r\nIf you or anyone else has additional information about this CVE please share it over email or through a [GitHub security advisory](https:\/\/github.com\/tukaani-project\/xz\/security\/advisories). For more information please see [our Security Policy](https:\/\/github.com\/tukaani-project\/xz\/blob\/master\/.github\/SECURITY.md).\r\n\r\nThanks for bringing this to our attention.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 61,
			"title": "Fix for CVE-2020-22916",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-08-30 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-08-30 15:30:43",
			"updated_at": "2023-08-30 15:30:42",
			"action": "created",
			"comment_id": "1699400056",
			"body": "Hello!\r\n\r\nThank your for the PR. I have been wanting to add MSVC support to xz but have not had the time yet. Unfortunately this cannot be accepted in its current state because many things are preventing this from building with MSVC.\r\n\r\nFirst, there are no build system changes. We are moving away from supporting the Visual Studio Solution Files starting with the upcoming 5.6.0 release planned for the end of this year. Instead we would like our Windows users to use CMake instead to generate the Visual Studio files.\r\n\r\nSecond, there are functions that I don't think Visual Studio default C libraries support. Specifically the functions in mytime.c would still need to be ported for this to compile.\r\n\r\nI did not try to build this yet since the build system changes were not made. I did not review closely yet the changes that were made to alias functions and structs in file_io.* so I cannot comment one way or another on those.\r\n\r\nI don't mean to discourage your efforts on this. I do want xz to build with MSVC eventually but it should be done small stages. The first stage I would start with is by adding CMake support for getopt_long() replacement. The Autotools build has support for this and the replacement files are in \/lib. The next stage could be porting the file_io functions, perhaps what you have already works for that. Then maybe the mytime.c functions. Eventually, we can remove the \"NOT MSVC\" check for CMake building the xz target in CMakeLists.txt when we are confident things are working well.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 60,
			"title": "Make xz buildable with MSVC and add 64-bit filesize support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-05 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-05 12:10:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_getoptlong_replacement",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-08 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-09-08 13:39:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-08 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-08 13:42:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "riscv_filter",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-08 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-08 13:44:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 15,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 12:17:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 13:59:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_clock_monotonic_bugfix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:15:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_clock_monotonic_bugfix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:17:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_clock_monotonic_bugfix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:21:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_clock_monotonic_bugfix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:38:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cmake_clock_monotonic_bugfix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:50:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-12 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-12 14:51:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_clock_monotonic_bugfix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-13 15:38:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 13:16:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "clmul_disable_asan",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 13:40:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/clmul_disable_asan",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 13:44:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/clmul_disable_asan",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 14:52:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 14:53:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "clmul_disable_asan",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-14 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-14 15:24:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 7,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-15 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-15 12:50:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 7,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-15 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-15 18:07:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-16 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-16 15:22:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-19 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-19 12:08:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "MicrosoftDocs\/cpp-docs",
			"created_at": "2023-09-21 12:27:57",
			"updated_at": "2023-09-21 12:27:56",
			"action": "opened",
			"comment_id": "0",
			"body": "\r\nThe description for [Windows platforms (CRT)](https:\/\/learn.microsoft.com\/en-us\/cpp\/c-runtime-library\/windows-platforms-crt?view=msvc-170) is:\r\n\r\n\"Lists the operating systems that are the CRT supports.\"\r\n\r\nThis should be reworded. Perhaps \"Lists the operating systems that CRT supports\"?\r\n\r\n---\r\n#### Document Details\r\n\r\n⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*\r\n\r\n* ID: f1ae61b9-4b71-7037-e185-db8ea4c720df\r\n* Version Independent ID: 08af1eca-0b5b-146b-e97c-9a42f413c576\r\n* Content: [Compatibility](https:\/\/learn.microsoft.com\/en-us\/cpp\/c-runtime-library\/compatibility?view=msvc-170)\r\n* Content Source: [docs\/c-runtime-library\/compatibility.md](https:\/\/github.com\/MicrosoftDocs\/cpp-docs\/blob\/main\/docs\/c-runtime-library\/compatibility.md)\r\n* Product: **visual-cpp**\r\n* Technology: **cpp-ucrt**\r\n* GitHub Login: @TylerMSFT\r\n* Microsoft Alias: **twhitney**",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4715,
			"title": "Reword line in Related Articles table on the C Runtime Library Compatibility page",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 12:00:00",
			"event_type": "ForkEvent",
			"actor_login": "JiaT75",
			"repo_name": "MicrosoftDocs\/cpp-docs",
			"created_at": "2023-09-21 12:29:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/cpp-docs",
			"created_at": "2023-09-21 12:31:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/patch-1",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "MicrosoftDocs\/cpp-docs",
			"created_at": "2023-09-21 12:32:09",
			"updated_at": "2023-09-21 12:32:08",
			"action": "opened",
			"comment_id": "0",
			"body": "Fixes #4715",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 4716,
			"title": "Update C Runtime Library Compatibility page.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "patch-1",
			"head_sha": "a7e998b4b227d9b961441ea748380908d978cc94",
			"base_ref": "main",
			"base_sha": "62551ef7c48facbc41df385e6091ce328cb1a8f8",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 13:00:00",
			"event_type": "CommitCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-21 13:37:57",
			"updated_at": "2023-09-21 13:37:57",
			"action": "none",
			"comment_id": "127985918",
			"body": "It could be worth it to mention the version numbers when this was supported. So this line could read:\r\n\r\nMSVC \/ Visual Studio 2015 and later should be able to build\r\nliblzma (XZ Utils 5.2.0 and later), xzdec, and xz (XZ Utils 5.6.0 and later).\r\n\r\nThis way someone viewing this file will not be confused when their old release does not build xzdec and xz for MSVC.",
			"path": "windows\/INSTALL-MSVC.txt",
			"position": 5,
			"line": 9,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "213bbbd7bab6c8f82cbef294be3d5d2ed3a2903f",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-21 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-21 14:08:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "cmake_getoptlong_replacement",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-24 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-24 13:36:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_update_getoptlong",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-24 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-24 14:11:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-24 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-24 15:05:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 19,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 14:20:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 16,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 16:24:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 14,
			"push_distinct_size": 14,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 16:31:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 17:01:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_update_getoptlong",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 17:10:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 18,
			"push_distinct_size": 16,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 17:17:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-25 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-25 17:18:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_update_getoptlong",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "actions\/upload-artifact",
			"created_at": "2023-09-26 12:20:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "actions\/checkout",
			"created_at": "2023-09-26 12:21:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "msys2\/setup-msys2",
			"created_at": "2023-09-26 12:21:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 12:29:05",
			"updated_at": "2023-09-26 12:29:05",
			"action": "created",
			"comment_id": "1735447590",
			"body": "Hello!\r\n\r\nThanks again for the security advice. I suppose the only downside for this is not receiving potential bugfixes for the version we reference for the action. This can be mitigated by me not being lazy and subscribing to receive notifications when these repositories publish a release, so I have done that :)\r\n\r\nFeel free to provide a PR for this. I believe all that needs changing is:\r\n\r\nci.yml\r\n- actions\/checkout\r\n- actions\/upload-artifact\r\n\r\nwindows-ci.yml\r\n- actions\/checkout\r\n- actions\/upload-artifact\r\n- msys2\/setup-msys2",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 65,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:00:44",
			"updated_at": "2023-09-26 15:00:43",
			"action": "created",
			"comment_id": "1735724045",
			"body": "Hello!\r\n\r\nThanks for the PR, this is something we have wanted to implement since CLMUL was added for CRC64. 70% speed up over the generic method is a great speedup!\r\n\r\nIf you are willing, can you do some additional benchmarks for us since you already have a framework setup? We are wondering what impact the compiler has, so can you show us differences between using GCC and Clang? This especially matters when it comes to the 3% speed up you mentioned for the inline asm. 3% isn't that significant, especially if its only for CRC32. It adds extra complexity to the code and makes it harder to maintain long-term, so we want to make sure it is worth it. Similarly, can you try making CRC_SIMD_BODY an inline function instead of a macro? This could make it easier to read\/maintain. If it has a significant impact on performance then we should stick to a macro.\r\n\r\nSo in summary, can you benchmark:\r\n\r\n- Impact of using GCC versus Clang in general\r\n- Impact of  removing the inline asm (GCC and Clang both)\r\n- Impact of replacing CRC_SIMD_BODY macro with inline function (GCC and Clang both)\r\n\r\nYou don't need to make this change now, but before merging it would be great if you can clean up the commits:\r\n\r\n- Label each commit with \"liblzma:\". We do this since it helps keep the commit log consistent and organized.\r\n- Please squash commits 1, 3, and 5 into a single commit. I understand this is how you developed it and the thought process makes sense. But it will help the commit log stay cleaner if we don't have to create crc_clmul_macros.h just to later rename its variables and rename the file itself.\r\n\r\nFeel free to add fix up commits as we go through the review process but at the end we will need these changes.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:09:33",
			"updated_at": "2023-09-26 15:09:32",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d5fc7f24a6706258ebd5327fe45f270881eed68e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"base_ref": "master",
			"base_sha": "519e47c2818acde571fadc79551294527fe6cc22",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:14:56",
			"updated_at": "2023-09-26 15:14:57",
			"action": "created",
			"comment_id": "1337383917",
			"body": "Did you test this with crc32? I would guess small inputs it have the same performance effect as crc64 but we might want to improve the comment if the impact is difference",
			"path": "src\/liblzma\/check\/crc_clmul_common.h",
			"position": 37,
			"line": 38,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d5fc7f24a6706258ebd5327fe45f270881eed68e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"base_ref": "master",
			"base_sha": "519e47c2818acde571fadc79551294527fe6cc22",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -12,6 +12,93 @@\n \/\/\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n \n+#undef CRC_GENERIC\n+#undef CRC_CLMUL\n+#undef CRC_USE_GENERIC_FOR_SMALL_INPUTS\n+\n+\/\/ If CLMUL cannot be used then only the generic slice-by-four is built.\n+#if !defined(HAVE_USABLE_CLMUL)\n+#\tdefine CRC_GENERIC 1\n+\n+\/\/ If CLMUL is allowed unconditionally in the compiler options then the\n+\/\/ generic version can be omitted. Note that this doesn't work with MSVC\n+\/\/ as I don't know how to detect the features here.\n+\/\/\n+\/\/ NOTE: Keep this this in sync with crc32_table.c.\n+#elif (defined(__SSSE3__) && defined(__SSE4_1__) && defined(__PCLMUL__)) \\\n+\t\t|| (defined(__e2k__) && __iset__ >= 6)\n+#\tdefine CRC_CLMUL 1\n+\n+\/\/ Otherwise build both and detect at runtime which version to use.\n+#else\n+#\tdefine CRC_GENERIC 1\n+#\tdefine CRC_CLMUL 1\n+\n+\/*\n+\t\/\/ The generic code is much faster with 1-8-byte inputs and has",
			"original_position": 37,
			"commit_id": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"original_commit_id": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:14:57",
			"updated_at": "2023-09-26 15:14:56",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d5fc7f24a6706258ebd5327fe45f270881eed68e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"base_ref": "master",
			"base_sha": "519e47c2818acde571fadc79551294527fe6cc22",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:29:41",
			"updated_at": "2023-09-26 15:29:41",
			"action": "created",
			"comment_id": "1337407471",
			"body": "It seems worth combining this file and crc_macros.h into a single common crc header file. At this point crc_clmul_common.h does more than just clmul things since it also defines CRC_GENERIC.\r\n\r\nI wouldn't put these things into check.h since they are specific for just crc32 and crc64. So maybe crc_common.h make sense after all.",
			"path": "src\/liblzma\/check\/crc_clmul_common.h",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d5fc7f24a6706258ebd5327fe45f270881eed68e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"base_ref": "master",
			"base_sha": "519e47c2818acde571fadc79551294527fe6cc22",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 1,
			"commit_id": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"original_commit_id": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-26 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 15:29:42",
			"updated_at": "2023-09-26 15:29:41",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d5fc7f24a6706258ebd5327fe45f270881eed68e",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "9d7e8e7ee1c5d81f27bf8efee28521d0882808e9",
			"base_ref": "master",
			"base_sha": "519e47c2818acde571fadc79551294527fe6cc22",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-26 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-26 16:05:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-27 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-27 12:28:00",
			"updated_at": "2023-09-27 12:27:59",
			"action": "created",
			"comment_id": "1737294180",
			"body": "@gabibguti It looks like Windows CI is broken on the master branch, so thanks for letting us know. I have it set it up to only run manually because it runs much slower than Ubuntu and Mac OS runners. I suppose I should manually run it more often.\r\n\r\nWe have been doing a few Windows related changes for xz recently so thats likely what broke it. I will investigate the issue and let you know when  it is fixed.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 66,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-09-26 17:54:41",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-27 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-27 14:33:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "debug_CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-27 15:36:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/debug_CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-27 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-27 15:50:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/debug_CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-28 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-28 13:44:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/debug_CI",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "llvm\/llvm-project",
			"created_at": "2023-09-29 14:11:38",
			"updated_at": "2023-09-29 14:11:37",
			"action": "created",
			"comment_id": "1740960310",
			"body": "Hello!\r\n\r\n> So the core of the issue, is that the toolchain directories, `<toolchain>\/lib` and `<toolchain>\/lib\/clang\/<ver>\/lib`, are searched before the current directory. Generally, one could think that's reasonable, but:\r\n\r\nI also ran into this bug a few days ago and have been investigated it a bit. I was planning on submitting a bug report today but you beat me to it. You did a better job than I would have writing it up so its good that you did :)\r\nI believe this is serious problem since it can lead to unexpected results when linking. \r\n\r\nI see in the release notes for 17.0.1:\r\n\"By default lld-link will now search for libraries in the toolchain directories. Specifically it will search: <toolchain>\/lib, <toolchain>\/lib\/clang\/<version>\/lib and <toolchain>\/lib\/clang\/<version>\/lib\/windows.\"\r\n\r\nIn my case, my CI toolchain caught the bug in 17.0.1. I am building liblzma.a and disabling various features and testing that the build and tests are successful. The problem is that on MSYS2 CLANG64 environment liblzma.a is installed in the system libraries (\/clang64\/lib\/). So when building the xz.exe command line tool, it links with the system liblzma.a instead of the one in the local directory.\r\n\r\nThis causes an obvious problem if trying to build and distribute a new version of a program that depends on a library built locally.\r\n\r\nSo it makes sense why this issue did not appear until 17.0.1. The expected behavior should be to check the local directory first, then the toolchain directories. I believe this problem is only with the COFF backend since I could not reproduce it on my Ubuntu machine after upgrading to the 17.0.1 release. It possible I set up my test wrong so don't believe me 100%.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 67779,
			"title": "lld looks for libraries given via relative paths at wrong place (relative to system paths)",
			"labels": ["lld"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 14:27:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 14:31:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "w32_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 14:50:58",
			"updated_at": "2023-09-29 14:50:57",
			"action": "created",
			"comment_id": "1741017862",
			"body": "The issues preventing Windows-CI from passing have been fixed on master. There were actually two problems, both related to Clang 17.0.1 release. If you are curious, [this](https:\/\/github.com\/tukaani-project\/xz\/commit\/0570308ddd9c0e39e85597ebc0e31d4fc81d436f) and [this](https:\/\/github.com\/tukaani-project\/xz\/commit\/01e34aa1171b04f8b28960b1cc6135a903e0c13d) are the commits. The related bugs for Clang are in the commit messages :)\r\n\r\nSo feel free to continue your work on a PR now that the issues are resolved. Thanks for bringing this to our attention!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 65,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 15:02:03",
			"updated_at": "2023-09-29 15:02:03",
			"action": "created",
			"comment_id": "1341474386",
			"body": "I think this was missing from the first patchset, so good that you added it this time. Make sure to test and build with CMake if you can. The CMakeLists.txt needs to be updated in a similar way for the new crc_common.h (and removing crc_macros.h)",
			"path": "src\/liblzma\/check\/Makefile.inc",
			"position": 5,
			"line": 15,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -12,7 +12,7 @@ EXTRA_DIST += \\\n liblzma_la_SOURCES += \\\n \tcheck\/check.c \\\n \tcheck\/check.h \\\n-\tcheck\/crc_macros.h\n+\tcheck\/crc_common.h",
			"original_position": 5,
			"commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"original_commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 15:02:04",
			"updated_at": "2023-09-29 15:02:03",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-29 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 15:09:50",
			"updated_at": "2023-09-29 15:09:50",
			"action": "created",
			"comment_id": "1341482584",
			"body": "This page is no longer available, so this is a good time to update the link if we can. Is there another publicly available link where the PDF can be viewed? If not, we should remove the link altogether. The GitHub link works so we can at least update the (URLs were checked on ) part.",
			"path": "src\/liblzma\/check\/crc32_fast.c",
			"position": 14,
			"line": 15,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -3,13 +3,28 @@\n \/\/\/ \\file       crc32.c\n \/\/\/ \\brief      CRC32 calculation\n \/\/\/\n-\/\/\/ Calculate the CRC32 using the slice-by-eight algorithm.\n+\/\/\/ There are two methods in this file.\n+\/\/\/ crc32_generic uses the slice-by-eight algorithm.\n \/\/\/ It is explained in this document:\n \/\/\/ http:\/\/www.intel.com\/technology\/comms\/perfnet\/download\/CRC_generators.pdf\n \/\/\/ The code in this file is not the same as in Intel's paper, but\n \/\/\/ the basic principle is identical.\n+\/\/\/\n+\/\/\/ crc32_clmul uses 32\/64-bit x86 SSSE3, SSE4.1, and CLMUL instructions.\n+\/\/\/ It was derived from\n+\/\/\/ https:\/\/www.intel.com\/content\/dam\/www\/public\/us\/en\/documents\/white-papers\/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf",
			"original_position": 14,
			"commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"original_commit_id": "4f4fa67bb0ece999a959680cb19f8d977b72363c",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 15:09:51",
			"updated_at": "2023-09-29 15:09:50",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-29 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 15:12:40",
			"updated_at": "2023-09-29 15:12:40",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 16:26:43",
			"updated_at": "2023-09-29 16:26:43",
			"action": "created",
			"comment_id": "1341575935",
			"body": "This #if needs to be:\r\n`#if !defined(HAVE_ENCODERS) && ((defined(__x86_64__) && defined(__SSSE3__) \\\r\n\t\t\t&& defined(__SSE4_1__) && defined(__PCLMUL__)) \\\r\n\t\t|| (defined(__e2k__) && __iset__ >= 6))`\r\n\r\nThe `!defined(HAVE_ENCODERS)` part is needed because the LZ encoder needs the `lzma_crc32_table`. See lz_encoder_hash.h if you are interested.",
			"path": "src\/liblzma\/check\/crc32_table.c",
			"position": 7,
			"line": 18,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -12,11 +12,22 @@\n \n #include \"common.h\"\n \n+\n+\/\/ FIXME: Compared to crc32_fast.c this has to check for __x86_64__ too\n+\/\/ so that in 32-bit builds crc32_x86.S won't break due to a missing table.\n+#if (defined(__x86_64__) && defined(__SSSE3__) \\",
			"original_position": 7,
			"commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"original_commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 16:26:44",
			"updated_at": "2023-09-29 16:26:43",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-09-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 16:34:26",
			"updated_at": "2023-09-29 16:34:27",
			"action": "created",
			"comment_id": "1341584118",
			"body": "If we are using `crc_simd_body()` as an inline function, we probably do not need `__attribute__((__no_sanitize_address__))` on `crc32_clmul()` and `crc64_clmul()`. Can you verify with both GCC and Clang? If you haven't used ASAN before, pass `-fsanitize=address` in CFLAGS when configuring.",
			"path": "src\/liblzma\/check\/crc_common.h",
			"position": 146,
			"line": 146,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,258 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc_common.h\n+\/\/\/ \\brief      Some functions and macros for CRC32CLMUL and CRC64CLMUL\n+\/\/\n+\/\/  Authors:    Lasse Collin\n+\/\/              Ilya Kurdyukov\n+\/\/              Hans Jansen\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#ifdef WORDS_BIGENDIAN\n+#\tdefine A(x) ((x) >> 24)\n+#\tdefine B(x) (((x) >> 16) & 0xFF)\n+#\tdefine C(x) (((x) >> 8) & 0xFF)\n+#\tdefine D(x) ((x) & 0xFF)\n+\n+#\tdefine S8(x) ((x) << 8)\n+#\tdefine S32(x) ((x) << 32)\n+\n+#else\n+#\tdefine A(x) ((x) & 0xFF)\n+#\tdefine B(x) (((x) >> 8) & 0xFF)\n+#\tdefine C(x) (((x) >> 16) & 0xFF)\n+#\tdefine D(x) ((x) >> 24)\n+\n+#\tdefine S8(x) ((x) >> 8)\n+#\tdefine S32(x) ((x) >> 32)\n+#endif\n+\n+\n+#undef CRC_GENERIC\n+#undef CRC_CLMUL\n+#undef CRC_USE_GENERIC_FOR_SMALL_INPUTS\n+\n+\/\/ If CLMUL cannot be used then only the generic slice-by-four is built.\n+#if !defined(HAVE_USABLE_CLMUL)\n+#\tdefine CRC_GENERIC 1\n+\n+\/\/ If CLMUL is allowed unconditionally in the compiler options then the\n+\/\/ generic version can be omitted. Note that this doesn't work with MSVC\n+\/\/ as I don't know how to detect the features here.\n+\/\/\n+\/\/ NOTE: Keep this this in sync with crc32_table.c.\n+#elif (defined(__SSSE3__) && defined(__SSE4_1__) && defined(__PCLMUL__)) \\\n+\t\t|| (defined(__e2k__) && __iset__ >= 6)\n+#\tdefine CRC_CLMUL 1\n+\n+\/\/ Otherwise build both and detect at runtime which version to use.\n+#else\n+#\tdefine CRC_GENERIC 1\n+#\tdefine CRC_CLMUL 1\n+\n+\/*\n+\t\/\/ The generic code is much faster with 1-8-byte inputs and has\n+\t\/\/ similar performance up to 16 bytes  at least in microbenchmarks\n+\t\/\/ (it depends on input buffer alignment too). If both versions are\n+\t\/\/ built, this #define will use the generic version for inputs up to\n+\t\/\/ 16 bytes and CLMUL for bigger inputs. It saves a little in code\n+\t\/\/ size since the special cases for 0-16-byte inputs will be omitted\n+\t\/\/ from the CLMUL code.\n+#\tdefine CRC_USE_GENERIC_FOR_SMALL_INPUTS 1\n+*\/\n+\n+#\tif defined(_MSC_VER)\n+#\t\tinclude <intrin.h>\n+#\telif defined(HAVE_CPUID_H)\n+#\t\tinclude <cpuid.h>\n+#\tendif\n+#endif\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/ Detect CPU support \/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#if defined(CRC_GENERIC) && defined(CRC_CLMUL)\n+static inline bool\n+is_clmul_supported(void)\n+{\n+\tint success = 1;\n+\tuint32_t r[4]; \/\/ eax, ebx, ecx, edx\n+\n+#if defined(_MSC_VER)\n+\t\/\/ This needs <intrin.h> with MSVC. ICC has it as a built-in\n+\t\/\/ on all platforms.\n+\t__cpuid(r, 1);\n+#elif defined(HAVE_CPUID_H)\n+\t\/\/ Compared to just using __asm__ to run CPUID, this also checks\n+\t\/\/ that CPUID is supported and saves and restores ebx as that is\n+\t\/\/ needed with GCC < 5 with position-independent code (PIC).\n+\tsuccess = __get_cpuid(1, &r[0], &r[1], &r[2], &r[3]);\n+#else\n+\t\/\/ Just a fallback that shouldn't be needed.\n+\t__asm__(\"cpuid\\n\\t\"\n+\t\t\t: \"=a\"(r[0]), \"=b\"(r[1]), \"=c\"(r[2]), \"=d\"(r[3])\n+\t\t\t: \"a\"(1), \"c\"(0));\n+#endif\n+\n+\t\/\/ Returns true if these are supported:\n+\t\/\/ CLMUL (bit 1 in ecx)\n+\t\/\/ SSSE3 (bit 9 in ecx)\n+\t\/\/ SSE4.1 (bit 19 in ecx)\n+\tconst uint32_t ecx_mask = (1 << 1) | (1 << 9) | (1 << 19);\n+\treturn success && (r[2] & ecx_mask) == ecx_mask;\n+\n+\t\/\/ Alternative methods that weren't used:\n+\t\/\/   - ICC's _may_i_use_cpu_feature: the other methods should work too.\n+\t\/\/   - GCC >= 6 \/ Clang \/ ICX __builtin_cpu_supports(\"pclmul\")\n+\t\/\/\n+\t\/\/ CPUID decding is needed with MSVC anyway and older GCC. This keeps\n+\t\/\/ the feature checks in the build system simpler too. The nice thing\n+\t\/\/ about __builtin_cpu_supports would be that it generates very short\n+\t\/\/ code as is it only reads a variable set at startup but a few bytes\n+\t\/\/ doesn't matter here.\n+}\n+#endif\n+\n+\n+#define MASK_L(in, mask, r) r = _mm_shuffle_epi8(in, mask);\n+#define MASK_H(in, mask, r) \\\n+\tr = _mm_shuffle_epi8(in, _mm_xor_si128(mask, vsign));\n+#define MASK_LH(in, mask, low, high) \\\n+\tMASK_L(in, mask, low) MASK_H(in, mask, high)\n+\n+#define FOLD \\\n+\t*v1 = _mm_xor_si128(*v1, _mm_clmulepi64_si128(*v0, vfold16, 0x00)); \\\n+\t*v0 = _mm_xor_si128(*v1, _mm_clmulepi64_si128(*v0, vfold16, 0x11));\n+\n+#define CRC_SIMD_LOOP \\\n+\twhile (aligned_buf < end) { \\\n+\t\tFOLD \\\n+\t\t*v1 = _mm_load_si128(aligned_buf++); \\\n+\t}\n+\n+#ifdef CRC_CLMUL\n+\n+#include <immintrin.h>\n+\n+\n+#if (defined(__GNUC__) || defined(__clang__)) && !defined(__EDG__)\n+__attribute__((__target__(\"ssse3,sse4.1,pclmul\")))\n+#endif\n+#if lzma_has_attribute(__no_sanitize_address__)",
			"original_position": 146,
			"commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"original_commit_id": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-09-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-09-29 16:34:28",
			"updated_at": "2023-09-29 16:34:27",
			"action": "created",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "f66eccb727cc47c39ebc91ee9a8ee6959ce7e10b",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "90103edf5aa3bc4bb592e7a1b5aa52f30bbd56af",
			"base_ref": "master",
			"base_sha": "5a9af95f85a7e5d4f9c10cb8cf737651a921f1d1",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-10-12 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-12 13:57:05",
			"updated_at": "2023-10-12 13:57:03",
			"action": "created",
			"comment_id": "1759664127",
			"body": "Thanks for remaking the PR!\r\n\r\nEverything looks great except can you tweak your commit messages slightly? If you could prepend \"CI:\" before the first line of your commit message (\"Bump and ref actions...\") that would be great. We like to do that to help search\/filter commits by category. Also, in the first commit can you mention the reason why this change is needed? Something like the text from #65 could be enough:\r\n\r\n\"Referencing actions by commit SHA in GitHub workflows guarantees you are using an immutable version. Actions referenced by tags and branches are more vulnerable to attacks, such as the tag being moved to a malicious commit or a malicious commit being pushed to the branch.\"\r\n\r\nOr if you want to reword it at all.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 67,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:02:49",
			"updated_at": "2023-10-13 12:02:49",
			"action": "created",
			"comment_id": "1761402626",
			"body": "It looks great! Thanks",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 67,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:03:15",
			"updated_at": "2023-10-13 12:03:14",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\nReferencing actions by major tag (e.g. `v3`)\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: https:\/\/github.com\/tukaani-project\/xz\/issues\/65\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\nReferencing actions by commit SHA (e.g. `8ade135a41bc03ea155e62e844d188df1ea18608`)\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "gabibguti",
			"number": 67,
			"title": "[Feature Request]: Reference actions by commit SHA",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-10-13 12:03:14",
			"merged_at": "2023-10-13 12:03:14",
			"merge_commit_sha": "37947d4a7565b87e4cec8b89229d35b0a3f8d2cd",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "64909e884dca9e79b2eab211f36b87558d683fc7",
			"base_ref": "master",
			"base_sha": "f74f1740067b75042497edbfa6ea457ff75484b9",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 2,
			"additions": 5,
			"deletions": 5,
			"changed_files": 2,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:03:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:52:55",
			"updated_at": "2023-10-13 12:52:54",
			"action": "created",
			"comment_id": "1761471852",
			"body": "> I updated the PR with the squashing and comment change. I didn't try the crc_clmul.c idea but I believe it would result in cleaner code. I'll let you all handle it.\r\n\r\nThanks for the updates!\r\n\r\n> The CRC64 CLMUL version became faster with buffers around 512 bytes. The runtime differences started to change between 32 - 1024 bytes so it was most interesting to categorize them as < 32 bytes and > 1024 bytes. So for CRC32 you are better off using the assembly version but CRC64 depends.\r\n\r\nThanks for benchmarking the 32-bit version. I would have expected the CLMUL version to be much better than the assembly or the generic to be fairly close to the assembly. We'll take that into account when deciding how to proceed with 32-bit builds.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 7,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:54:06",
			"updated_at": "2023-10-13 12:54:05",
			"action": "closed",
			"comment_id": "0",
			"body": "Added an implementation for crc32 that makes use of clmul.\r\nCode for this implementation was written by Ilya Kurdyukov and can be found here.\r\nhttps:\/\/github.com\/ilyakurdyukov\/crc-clmul-sim\r\n\r\nAlso refactored crc64_clmul to use the new macros created for crc32_clmul.\r\nAs well as moved similar functions to crc_clmul_common to eliminate duplicate code.\r\n\r\nI tested this on files doubling in size starting from 1 byte up to 1 Gigabyte.\r\nDuring testing I found that crc32_clmul can run up to 70% faster than crc32_generic,\r\nand has an average speed increase of 58.4% for sizes greater than 16 bytes.\r\n\r\nI also used this to test the reworked version of crc64_clmul.\r\nThis version of crc64_clmul is an average of 3.9% faster than the original implementation.\r\nThis speed increase is due to some inline assembly as well as changing around the order of some if statements. \r\n\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [X] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\ncrc32\\_fast currently only uses a generic implementation.\r\n\r\n\r\n## What is the new behavior?\r\nI added an implementation for crc32 that makes use of clmul in crc32_fast.c \r\nAlso refactored crc64_clmul implementation to use the same macros as crc32_clmul\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n\r\n## Other information\r\n\r\nHere is the output from both tests that gave me the statistics above.\r\n\r\nthe number of unique files tested on and the number of times the crc is run\r\ndecrease as the bytes get larger so the benchmark does not take too long.\r\n\r\nThe 64 and 32 spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\nFor example (50% is twice as fast, 200% is twice as slow)\r\n```\r\n64 generic: #\t\t64 clmul: +\r\n32 generic: =\t\t32 clmul: *\r\n\r\n#bytes, #files,   #crc's,  64spd+,  32spd+: 0%          50%          100%        150%         200%\r\n    16,  30000, 20648881,  39.96%,  24.24%: |           |      +*    | =    #    |            |\r\n    32,  30000, 12782640,  55.79%,  36.26%: |           |   +*       |  =        #            |\r\n    64,  30000,  7255012,  72.19%,  50.27%: |           +*           | =         |       #    |\r\n   128,  30000,  3890368,  82.53%,  69.13%: |       +*  |            |    =      |            |#\r\n   256,  30000,  2018311,  82.19%,  68.21%: |        +  |            |   =       |            |#\r\n   512,  30000,  1028488,  79.37%,  63.75%: |         + |            |  =        |            #\r\n    1K,  30000,   519217,  78.11%,  62.22%: |         + |            |   =       |           #|\r\n    2K,  30000,   260870,  76.74%,  61.71%: |          +|            |  =        |          # |\r\n    4K,  30000,   130752,  76.78%,  60.15%: |          +|            |  =        |          # |\r\n    8K,  30000,    65456,  76.24%,  60.59%: |          +|            |  =        |          # |\r\n   16K,  30000,    32748,  76.66%,  60.03%: |          +|            |  =        |          # |\r\n   32K,  30000,    16379,  76.78%,  60.04%: |          +|            |  =        |          # |\r\n   64K,  16384,     8190,  76.62%,  59.76%: |          +|            |  =        |          # |\r\n  128K,   8192,     4095,  76.52%,  59.71%: |          +|            |  =        |          # |\r\n  256K,   4096,     2047,  76.32%,  59.78%: |          +|            |  =        |          # |\r\n  512K,   2048,     1023,  84.70%,  60.09%: |        +  |         =  |           |            |       #\r\n    1M,   1024,      511,  76.71%,  60.29%: |          +|            |  =        |          # |\r\n    2M,    512,      255,  76.47%,  59.96%: |          +|            |  =        |          # |\r\n    4M,    256,      127,  76.42%,  60.03%: |          +|            |  =        |          # |\r\n    8M,    128,       63,  76.33%,  60.22%: |          +|            |  =        |          # |\r\n   16M,     64,       31,  76.55%,  60.23%: |          +|            |  =        |          # |\r\n   32M,     32,       15,  76.14%,  60.66%: |          +|            |  =        |          # |\r\n   64M,     16,       10,  76.53%,  59.99%: |          +|            |  =        |          # |\r\n  128M,      8,       10,  76.27%,  60.28%: |          +|            |  =        |          # |\r\n  256M,      4,       10,  76.42%,  59.96%: |          +|            |  =        |          # |\r\n  512M,      2,       10,  76.45%,  60.23%: |          +|            |  =        |          # |\r\n    1G,      1,       10,  76.64%,  60.19%: |          +|            |  =        |          # |\r\ntotal average:             75.13%,  58.44%\r\n\r\n```\r\n\r\n\r\nThe 64old and 64new spd+ show the percentage speed increase over the generic.\r\nThe percentage on the graph show the combined average for all types.\r\n```\r\n64 generic: #     64 clmul old: +     64 clmul new: *\r\n\r\n#bytes, #files,   #crc's, old64spd+, new64spd+: 0%          50%          100%        150%         200%\r\n     1,  30000, 48806446,  -97.328%,  -88.708%, |           | #          | * +       |            |\r\n     2,  30000, 44739242,  -57.943%,  -48.621%, |           |     #      |* +        |            |\r\n     4,  30000, 38347922,   -9.964%,   -4.811%, |           |          #*|+          |            |\r\n     8,  30000, 29826161,   -0.558%,    3.477%, |           |           *+           |            |\r\n    16,  30000, 20648881,   39.017%,   41.582%, |           |        +   |         # |            |\r\n    32,  30000, 12782640,   54.057%,   54.848%, |           |      +     |           |    #       |\r\n    64,  30000,  7255012,   69.551%,   70.777%, |           |  *+        |           |            | #\r\n   128,  30000,  3890368,   81.047%,   81.603%, |          *+            |           |            |            #\r\n   256,  30000,  2018311,   81.129%,   81.619%, |          +|            |           |            |           #\r\n   512,  30000,  1028488,   77.798%,   79.257%, |           *+           |           |            |         #\r\n    1K,  30000,   519217,   75.448%,   77.138%, |           |*+          |           |            |       #\r\n    2K,  30000,   260870,   73.763%,   75.518%, |           |*+          |           |            |     #\r\n    4K,  30000,   130752,   73.392%,   75.773%, |           |* +         |           |            |     #\r\n    8K,  30000,    65456,   74.341%,   76.026%, |           |*+          |           |            |      #\r\n   16K,  30000,    32748,   68.951%,   70.712%, |           |  *+        |           |            | #\r\n   32K,  30000,    16379,   73.761%,   76.129%, |           |*+          |           |            |      #\r\n   64K,  16384,     8190,   74.789%,   76.561%, |           |*+          |           |            |      #\r\n  128K,   8192,     4095,   74.834%,   75.900%, |           |*+          |           |            |      #\r\n  256K,   4096,     2047,   74.508%,   76.488%, |           |*+          |           |            |      #\r\n  512K,   2048,     1023,   74.781%,   75.998%, |           |*+          |           |            |      #\r\n    1M,   1024,      511,   74.523%,   76.610%, |           |*+          |           |            |      #\r\n    2M,    512,      255,   74.871%,   76.690%, |           |*+          |           |            |      #\r\n    4M,    256,      127,   74.656%,   76.658%, |           |*+          |           |            |      #\r\n    8M,    128,       63,   74.151%,   76.085%, |           |*+          |           |            |      #\r\n   16M,     64,       31,   74.802%,   76.263%, |           |*+          |           |            |      #\r\n   32M,     32,       15,   74.671%,   76.244%, |           |*+          |           |            |      #\r\n   64M,     16,       10,   74.626%,   76.459%, |           |*+          |           |            |      #\r\n  128M,      8,       10,   74.738%,   76.497%, |           |*+          |           |            |      #\r\n  256M,      4,       10,   74.395%,   76.110%, |           |*+          |           |            |      #\r\n  512M,      2,       10,   74.904%,   76.549%, |           |*+          |           |            |      #\r\n    1G,      1,       10,   74.709%,   76.477%, |           |*+          |           |            |      #\r\ntotal average:              57.949%,   60.255%, \r\nspeed increase new vs old:  3.979%\r\n```\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "hansjans162",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 7,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-10-13 12:54:05",
			"merged_at": "2023-10-13 12:54:05",
			"merge_commit_sha": "f1cd9d7194f005cd66ec03c6635ceae75f90ef17",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "crc32-clmul",
			"head_sha": "2070a32c81b973f532262a2c082504733893f919",
			"base_ref": "master",
			"base_sha": "f74f1740067b75042497edbfa6ea457ff75484b9",
			"merged": 1,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 12,
			"maintainer_can_modify": 0,
			"commits": 3,
			"additions": 526,
			"deletions": 289,
			"changed_files": 7,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-13 12:54:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-14 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-14 15:18:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc_clmul",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-17 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-17 11:41:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/crc_clmul",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-17 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-17 14:26:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/crc_clmul",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-17 17:26:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/crc_clmul",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-18 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-18 15:34:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/crc_clmul",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-18 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-18 16:01:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc_clmul",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-18 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-18 16:13:01",
			"updated_at": "2023-10-18 16:13:00",
			"action": "created",
			"comment_id": "1768871911",
			"body": "@hansjans162 We committed some changes to reorganize the CLMUL code. We refactored things so all the CLMUL specific code is in a new `crc_clmul.c` file. Also, we created a macro `crc_always_inline` to force inline of `crc_simd_body()` since it was 50% slower on my benchmarks if the function is not properly inlined.\r\n\r\nA few small changes were made to `crc_simd_body()` but the speed performance was not affected. I hope if you had already started working on ARM64 versions this does not add much extra work to incorporate the code reorganzation. These changes should make the code much better organized for the future ARM64 optimizations. Thanks for all your contributions and feel free to reply here or reach out over email (the email in the project README will redirect to Lasse and I) if you have comments or questions.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 64,
			"title": "Crc32 clmul",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 9,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-10-13 12:54:05",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-19 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-19 12:28:55",
			"updated_at": "2023-10-19 12:28:54",
			"action": "created",
			"comment_id": "1770874618",
			"body": "Hi! This question doesn't exactly belong on this issue. This issue is for discussing changes to our Continuous Integration scripts for improving Windows support (which I still need to improve\/finish). Anyways, I will still answer your question here.\r\n\r\n> Looks like you need to put following in CMakeLists.txt: `option(BUILD_SHARED_LIBS \"Build shared libraries\" ON)` Most opensource libs like **libxml2** have this ON by default. And before cmake when I compiled XZ it was generating liblzma.dll by default.\r\n\r\nWe have always had the `BUILD_SHARED_LIBS` option defined in `CMakeLists.txt` since we first supported a CMake build. You can search for the line `option(BUILD_SHARED_LIBS \"Build liblzma as a shared library instead of static\")` if you are curious. In general, CMake defaults to `BUILD_SHARED_LIBS` not being set. Other projects can choose to override this by default but since we have always had it OFF by default it is difficult to change. Applications may be relying on this default behavior if they only want the static library to be built. So changing the default to instead build the shared library could cause their build pipelines to fail.\r\n\r\nThank you for this report, but we will not be changing this.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 7,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-19 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-19 12:30:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-19 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-19 15:06:40",
			"updated_at": "2023-10-19 15:06:39",
			"action": "created",
			"comment_id": "1771182272",
			"body": "@arixmkii I ended up making the Windows-CI work with MSYS2, but it would be great if things worked with MSVC (which is why I left the Issue open). If you have experience working with MSVC that is great.\r\n\r\nI imagine this would require writing a Windows PowerShell or Batch script to do things similar to what ci_build.sh does, and then refactoring windows-ci.yml to utilize the script. We need to use CMake to generate Windows Visual Studio files (using CMake's `-G` option to select the generator) and then compile everything and run the tests from Windows PowerShell or Command Prompt.\r\n\r\nRecently we ported the xz command line tool to work with MSVC so making sure we can continue to build on MSVC as the codebase changes is certianly valuable. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 10,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-20 11:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-20 11:28:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc_clmul",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-20 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-20 16:05:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-20 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-20 17:05:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "crc_clmul",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-23 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-23 16:56:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-23 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-23 17:06:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-24 11:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-24 11:56:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-25 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-25 13:33:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/cflags_fsanitize",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-31 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-31 10:49:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 34,
			"push_distinct_size": 34,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-31 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-31 13:54:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-31 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-31 14:23:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 57,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-10-31 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-10-31 16:05:37",
			"updated_at": "2023-10-31 16:05:35",
			"action": "created",
			"comment_id": "1787525956",
			"body": "Our CMake support is considered unstable and is undergoing a lot of improvements. Many of these improvements are already on master but have not made it into a stable release. If you only need `liblzma`, then using a release from the 5.4 branch will work. We will have a new `5.4.5` release later today and that will include a few small CMake changes. We recently ported the command line tools `xz` and `xzdec` to MSVC but that will not be part of any of the 5.4 releases\r\n\r\nWe are planning to release 5.6.0 this December which may change the default library to being a shared library. We may consider our CMake support stable at that point. So, to be safe you should explicitly set the `BUILD_SHARED_LIBS` option if you do build `liblzma` through CMake since this option's default value specifically might not be stable.\r\n\r\nIf you can use our Autotools build system on Windows through something like Cygwin or MSYS2, that is recommended over CMake at the moment. If not, our CMake build will likely still work for you, but be careful of minor things changing in the future. We generally don't break things with our CMake build and are usually just adding more features. I hope this answers your question!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 68,
			"title": "cmake stability",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-01 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-01 12:59:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-01 13:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-01 13:18:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Here is an extract from the NEWS file:\r\n\r\n```\r\n5.4.5 (2023-11-01)\r\n\r\n    * liblzma:\r\n\r\n        - Use __attribute__((__no_sanitize_address__)) to avoid address\r\n          sanitization with CRC64 CLMUL. It uses 16-byte-aligned reads\r\n          which can extend past the bounds of the input buffer and\r\n          inherently trigger address sanitization errors. This isn't\r\n          a bug.\r\n\r\n        - Fixed an assertion failure that could be triggered by a large\r\n          unpadded_size argument. It was verified that there was no\r\n          other bug than the assertion failure.\r\n\r\n        - Fixed a bug that prevented building with Windows Vista\r\n          threading when __attribute__((__constructor__)) is not\r\n          supported.\r\n\r\n    * xz now properly handles special files such as \"con\" or \"nul\" on\r\n      Windows. Before this fix, the following wrote \"foo\" to the\r\n      console and deleted the input file \"con_xz\":\r\n\r\n          echo foo | xz > con_xz\r\n          xz --suffix=_xz --decompress con_xz\r\n\r\n    * Build systems:\r\n\r\n        - Allow builds with Windows win95 threading and small mode when\r\n          __attribute__((__constructor__)) is supported.\r\n\r\n        - Added a new line to liblzma.pc for MSYS2 (Windows):\r\n\r\n              Cflags.private: -DLZMA_API_STATIC\r\n\r\n          When compiling code that will link against static liblzma,\r\n          the LZMA_API_STATIC macro needs to be defined on Windows.\r\n\r\n        - CMake specific changes:\r\n\r\n            * Fixed a bug that allowed CLOCK_MONOTONIC to be used even\r\n              if the check for it failed.\r\n\r\n            * Fixed a bug where configuring CMake multiple times\r\n              resulted in HAVE_CLOCK_GETTIME and HAVE_CLOCK_MONOTONIC\r\n              not being set.\r\n\r\n            * Fixed the build with MinGW-w64-based Clang\/LLVM 17.\r\n              llvm-windres now has more accurate GNU windres emulation\r\n              so the GNU windres workaround from 5.4.1 is needed with\r\n              llvm-windres version 17 too.\r\n\r\n            * The import library on Windows is now properly named\r\n              \"liblzma.dll.a\" instead of \"libliblzma.dll.a\"\r\n\r\n            * Fixed a bug causing the Ninja Generator to fail on\r\n              UNIX-like systems. This bug was introduced in 5.4.0.\r\n\r\n            * Added a new option to disable CLMUL CRC64.\r\n\r\n            * A module-definition (.def) file is now created when\r\n              building liblzma.dll with MinGW-w64.\r\n\r\n            * The pkg-config liblzma.pc file is now installed on all\r\n              builds except when using MSVC on Windows.\r\n\r\n            * Added large file support by default for platforms that\r\n              need it to handle files larger than 2 GiB. This includes\r\n              MinGW-w64, even 64-bit builds.\r\n\r\n    * Small fixes and improvements to the tests.\r\n\r\n    * Updated translations: Chinese (simplified) and Esperanto.\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.5",
			"release_name": "XZ Utils 5.4.5 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-01 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-01 16:11:10",
			"updated_at": "2023-11-01 16:11:08",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [X] Tests for the changes have been added (for bug fixes \/ features)\r\n- [X] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [X] Build was run locally and without warnings or errors\r\n- [X] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [X] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [x] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\nThe -r, --recursive option was commented out in the code as a placeholder.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n- tuklib_list.h header file only linked list implementation was added\r\n- All filename reading now uses tuklib_list instead of a string array\r\n- XZ now supports -r, --recursive option to traverse directories\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 22,
			"title": "XZ recursive CLI",
			"labels": ["enhancement","5.5.0"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "2023-11-01 16:11:08",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "7ad5c4cd21b4c0ce3bdfc53f2c0bb782cb642006",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xz_recursive_cli",
			"head_sha": "57d5db7e4a32c4f84fcffd140de0bc79f3b26e2d",
			"base_ref": "master",
			"base_sha": "78ccd93951f9e988d447bcdd70b24f6df5448d1d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "dirty",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 7,
			"additions": 364,
			"deletions": 48,
			"changed_files": 16,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-02 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-02 12:42:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "repository",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-02 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-02 12:47:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "master",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-02 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-02 13:27:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-07 13:12:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-07 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-07 13:21:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-08 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-08 17:03:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-08 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-08 17:18:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-08 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-08 17:22:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-10 14:11:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_recursive2",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-10 14:11:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_recursive_cli",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-10 14:26:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-10 14:40:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-10 14:42:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-10 15:19:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-10 16:09:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-10 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-10 16:58:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-13 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-11-13 12:51:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-15 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-15 15:49:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-16 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-16 12:22:51",
			"updated_at": "2023-11-16 12:22:49",
			"action": "created",
			"comment_id": "1814339011",
			"body": "I can understand the confusion here. While GitHub does a lot of things well, unfortunately maintainers on GitHub have no control over the naming of the \"Source code\" release files, but we can add extra files to the release. Some projects choose to add pre-compiled binaries to the release, so it is more obvious in those projects which files you want to download (and to be sure that the source is always easily available for every release without having to clone the entire project).\r\n\r\nIt is my understanding that under the hood GitHub is using `git archive` to generate the \"Source code\" archives based on the tag of the release. So it would be possible for us to exclude most or all files from `git archive` using a `.gitattributes` file to make it clear that the GitHub auto-generated archives are not meant to be consumed by users. This would be annoying for anyone who has already been using `git archive` though so I don't see us doing this.\r\n\r\nLike many projects, when we generate our source code releases, we essentially run Automake's `dist-gzip` target to prepare our documentation, translations, etc. and, as you know, generate the configure script. `git archive` does not run these steps and so the GitHub archives are best thought of as a snapshot of the git repository at the time of the release. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 71,
			"title": "Missing `configure` file",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-16 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-16 12:59:45",
			"updated_at": "2023-11-16 12:59:44",
			"action": "created",
			"comment_id": "1814392404",
			"body": "Hello!\r\n\r\n> the installation is uncovered in the`INSTALL.generic` file. This could be rectified by an addition either of a methodology into this file or script dedicated for that purpose.\r\n\r\nThere is a section in INSTALL.generic \"Installation Names\". This describes when using the Autotools build system where the installation files go (defaults to `\/usr\/local\/`). Your Linux distribution should install\/update your packages in a different directory so these should not conflict.\r\n\r\nYou may already know this, but typically to build and install a package with Autotools the steps are (and should be covered in INSTALL.generic already):\r\n\r\n1. `.\/configure [options]`. The options can enable\/disable features, dependencies, set installation locations, etc.\r\n2. `make`. This will compile the project.\r\n3. `make check`. This will compile and run the test framework to be sure the binaries work as expected.\r\n4. `make install`. This will install the binaries and documentation (unless disabled).\r\n5. `make uninstall`. This will remove the installed artifacts.\r\n\r\nYou can set a different installation location when running configure by passing `--prefix=[path to install directory]` or during installation `make install DESTDIR=[path to install directory]`.\r\n\r\nI hope this explanation was clear. Let me know if you have more questions.\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 72,
			"title": "Uninstallation | Support by script or documented in the `INSTALL.generic` file",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 15:18:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "suffix_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 15:29:00",
			"updated_at": "2023-11-17 15:28:58",
			"action": "created",
			"comment_id": "1816634805",
			"body": "There is no shame in asking question. I'm glad we were able to help :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 72,
			"title": "Uninstallation | Support by script or documented in the `INSTALL.generic` file",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "NONE",
			"closed_at": "2023-11-17 07:30:29",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 17:12:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/suffix_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 17:56:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/suffix_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 17:59:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-17 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-17 17:59:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "suffix_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 12:37:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ifunc_detect_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 12:41:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 13:21:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 13:25:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 13:34:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 13:51:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-22 18:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-22 18:19:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 14:20:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "isatty_windows_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 14:32:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/isatty_windows_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 14:43:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 14:44:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "isatty_windows_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 15:49:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-23 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-23 16:05:14",
			"updated_at": "2023-11-23 16:05:13",
			"action": "created",
			"comment_id": "1824666098",
			"body": "> we could extract the triple on gcc\/clang via `-dumpmachine`\r\n\r\nI don't think this will work for us since a tool like `musl-gcc` (a GCC wrapper for using musl libc) still outputs `x86_64-linux-gnu` with `-dumpmachine`. So this would fix things for Alpine, but our builds would still be broken for anyone compiling for musl libc using a wrapper like this.\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 70,
			"title": "[Bug]: MUSL CMAKE unsupported relocation type 37",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 9,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-24 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-24 13:56:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-24 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-24 14:02:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-28 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-28 11:58:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-28 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-28 12:03:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-28 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-28 12:12:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-28 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-11-28 13:08:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 477,
			"push_distinct_size": 477,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-28 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-28 14:12:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_detect_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:07:44",
			"updated_at": "2023-11-29 13:07:43",
			"action": "created",
			"comment_id": "1831864854",
			"body": "Hello!\r\n\r\nThanks for the PR. This is a great start to improving the fuzz testing. I will start with a few overall comments here and then add some more specific comments directly on the commits themselves.\r\n\r\nFirst, we need to be sure that we are using the fuzz resources in the best way we can. Its easy to think of the OSS-Fuzz resources as unlimited, but each project can only be fuzzed so much. We should only include a fuzz target if it provides clear value and is testing an important part of liblzma that isn't being covered by a different fuzz target. Otherwise, less useful fuzz targets will take away compute time from the more useful ones. So, can you justify the reasoning behind each of the new fuzz targets? For instance, I am not sure that the raw encoder and decoder fuzz targets are useful since their important code paths are already covered by every other fuzz target. The raw coders don't have important header data, its just raw LZMA data. I am likely missing an important fuzz case, but in my mind I can think of three useful things to fuzz in our library:\r\n\r\n- Metadata encoding\/decoding (magic bytes, file headers, block headers, lzma2 chunk headers, etc.)\r\n- Filter data encoding\/decoding (LZMA1, BCJ, delta)\r\n- Check functions (CRC32, CRC64, SHA256)\r\n\r\nNext, the code itself has a lot of repeated boilerplate. Each of the fuzz targets has very little unique code. For instance, this could be reorganized into a shared header file that provides a function for encoding and a function for decoding. These functions can take the coder init function (lzma_alone_decoder(), lzma_auto_decoder(), etc.) as a function pointer arg and any needed flags or options.\r\n\r\nWe could also consider fuzzing the various BCJ filters (x86, PowerPC, ARM64, etc). These filters are designed to be applied to executable data, but will be run on non-executable data very often. So its possible that there are hidden data corruption bugs on an unexpected input sequence since they are mostly tested on executable data, making it a good candidate for fuzz testing. These filters cannot be used as raw coders at this time, so they will have to be combined in a filter chain with LZMA1\/2. If we want to look for data corruption bugs, we should encode a chunk, then decode it and compare if the decoded version exactly matches the original data.\r\n\r\nFor your commit messages, we like to keep a consistent format. When we release, our Changelog is generated automatically from the contents of the commit messages. Also it helps us maintain our codebase better when the commit messages are descriptive and clear. For your commits, please have them start with the category of what they are changing. For these, I would prepend \"Tests:\" to the first line of each commit. The first line of each commit should be a brief description of the purpose of the commit. The following lines should explain what was changed and why. Make sure to wrap the lines of the commit message to at most 73 characters since different commit log viewers may or may not wrap long lines and it helps keep a consistent look in our Changelog.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:10:39",
			"updated_at": "2023-11-29 13:10:38",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:15:16",
			"updated_at": "2023-11-29 13:15:16",
			"action": "created",
			"comment_id": "1409266227",
			"body": "This dictionary could also include valid lzip header bytes for versions 0 and 1. See the [file format](https:\/\/www.nongnu.org\/lzip\/lzip_talk_ghm_2019.html) for what these bytes should be.",
			"path": "tests\/ossfuzz\/config\/fuzz_lzip.dict",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1 @@\n+\"LZIP\"",
			"original_position": 1,
			"commit_id": "955b9ce080fa671492b770795815be77ce911a32",
			"original_commit_id": "2fb6e6e40d32ec8c72fc9b75adf8b9eb05b37a71",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:15:17",
			"updated_at": "2023-11-29 13:15:16",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:20:49",
			"updated_at": "2023-11-29 13:20:50",
			"action": "created",
			"comment_id": "1409273144",
			"body": "Raw LZMA2 does not use the .xz magic bytes, so this dictionary isn't that helpful for the fuzz test",
			"path": "tests\/ossfuzz\/config\/fuzz_decode_raw_lzma2.options",
			"position": 2,
			"line": 2,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,2 @@\n+[libfuzzer]\n+dict = fuzz_xz.dict",
			"original_position": 2,
			"commit_id": "955b9ce080fa671492b770795815be77ce911a32",
			"original_commit_id": "2fb6e6e40d32ec8c72fc9b75adf8b9eb05b37a71",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:20:51",
			"updated_at": "2023-11-29 13:20:50",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:22:32",
			"updated_at": "2023-11-29 13:22:32",
			"action": "created",
			"comment_id": "1409275186",
			"body": "There isn't a need to mention the previous filename. This information is capture in the commit history",
			"path": "tests\/ossfuzz\/fuzz_decode_stream.c",
			"position": 9,
			"line": 8,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -1,10 +1,13 @@\n \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n \/\/\n-\/\/\/ \\file       fuzz.c\n+\/\/\/ \\file       fuzz_decode_stream.c\n \/\/\/ \\brief      Fuzz test program for liblzma\n \/\/\n \/\/  Author:     Lasse Collin\n \/\/\n+\/\/  Original fuzz.c fuzzer, renamed to fuzz_decode_stream to conform with new",
			"original_position": 9,
			"commit_id": "955b9ce080fa671492b770795815be77ce911a32",
			"original_commit_id": "2fb6e6e40d32ec8c72fc9b75adf8b9eb05b37a71",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:22:33",
			"updated_at": "2023-11-29 13:22:32",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:43:01",
			"updated_at": "2023-11-29 13:43:02",
			"action": "created",
			"comment_id": "1409301912",
			"body": "This Makefile could be done with wildcards instead of repeating the same commands for each fuzz target since all of the .c\/.o files become fuzz targets. ",
			"path": "tests\/ossfuzz\/Makefile",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -1,6 +1,61 @@\n-fuzz: fuzz.c\n-\t$(CC) $(CFLAGS) -c fuzz.c -I ..\/..\/src\/liblzma\/api\/\n-\t$(CXX) $(CXXFLAGS) $(LIB_FUZZING_ENGINE) fuzz.o -o $(OUT)\/fuzz \\\n+fuzz_decode_xz: fuzz_decode_xz.c\n+\t$(CC) $(CFLAGS) -c fuzz_decode_xz.c -I ..\/..\/src\/liblzma\/api\/\n+\t$(CXX) $(CXXFLAGS) $(LIB_FUZZING_ENGINE) fuzz_decode_xz.o -o $(OUT)\/fuzz_decode_xz \\\n+\t      ..\/..\/src\/liblzma\/.libs\/liblzma.a\n+\n+fuzz_decode_xz_crc: fuzz_decode_xz_crc.c",
			"original_position": 9,
			"commit_id": "955b9ce080fa671492b770795815be77ce911a32",
			"original_commit_id": "2fb6e6e40d32ec8c72fc9b75adf8b9eb05b37a71",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 13:43:02",
			"updated_at": "2023-11-29 13:43:02",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "d3a9ede6ed9bb67acd02f7da183075432ccdfd25",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "955b9ce080fa671492b770795815be77ce911a32",
			"base_ref": "master",
			"base_sha": "12b89bcc9915090eb42ae638e565af44b6832a23",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-29 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2023-11-29 14:07:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_update_clone_url",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2023-11-29 14:07:56",
			"updated_at": "2023-11-29 14:07:54",
			"action": "opened",
			"comment_id": "0",
			"body": "The old URL is still kept as a mirror, but it is not always up to date since the primary repository is on GitHub. This now matches the 'main_repo' entry in the corresponding project.yaml.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 11286,
			"title": "xz: Change Dockerfile clone URL to match project.yaml entry.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xz_update_clone_url",
			"head_sha": "a429769e4fd7ba08a14eacec3e0191526a5d4572",
			"base_ref": "master",
			"base_sha": "457bb5f5d4fc6f48af796c1c22aae72a26a43f4d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 1,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-29 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-29 16:52:49",
			"updated_at": "2023-11-29 16:52:47",
			"action": "created",
			"comment_id": "1832327289",
			"body": "> @JiaT75 thanks a lot for the swift review! I will start implementing the suggested changes asap. I am going to focus on fixing the highlighted issues before implementing any new fuzzers, if that makes sense :)\r\n\r\nMakes perfect sense. I noted the BCJ filter fuzzing as option to consider. We don't necessarily need to implement it or implement it right away. Just an idea of something we could also be fuzzing if we agree the value is there.\r\n\r\n> * I completely agree that the fuzz targets' code can be reduced via templates and shared code. Would you like to simply move the common functionality into a separate header file, or to generate the fuzzers' code dynamically by replacing the lines in a template file as well?\r\n\r\nI think the simplest approach would be to use a common separate header file. Creating a dynamic template would take some extra build logic whereas an extra header file would only require updating the Makefile.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 12:10:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 12:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 12:10:17",
			"updated_at": "2023-11-30 12:10:16",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\r\n\r\n```\r\nlocalhost:~\/llvm_18$ release_BUILD\/LIBXZ\/OUT\/bin\/lzma\r\nError relocating release_BUILD\/LIBXZ\/BUILD\/lzma: unsupported relocation type 37\r\nError relocating release_BUILD\/LIBXZ\/BUILD\/lzma: unsupported relocation type 37\r\n```\r\n\r\n```cmake\r\nif (NOT EXISTS ${CMAKE_BINARY_DIR}\/LIBXZ)\r\n  execute_process(\r\n    COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}\/xz ${CMAKE_BINARY_DIR}\/LIBXZ\r\n  )\r\nendif()\r\n\r\nif (NOT EXISTS ${CMAKE_BINARY_DIR}\/LIBXZ\/OUT\/lib\/liblzma.a)\r\n  execute_process(\r\n    COMMAND\r\n      ${CMAKE_COMMAND}\r\n      -D CMAKE_BUILD_TYPE=Release\r\n      -D \"CMAKE_C_FLAGS=${CMAKE_C_FLAGS}\"\r\n      -D \"CMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}\"\r\n      -D CMAKE_C_COMPILER=${CMAKE_C_COMPILER}\r\n      -D CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}\r\n      -D CMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}\/LIBXZ\/OUT\r\n      -D BUILD_SHARED_LIBS=OFF\r\n      -B ${CMAKE_BINARY_DIR}\/LIBXZ\/BUILD\r\n    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}\/LIBXZ\r\n    COMMAND_ECHO STDOUT\r\n  )\r\n  execute_process(\r\n    COMMAND\r\n      ${CMAKE_COMMAND}\r\n      --build ${CMAKE_BINARY_DIR}\/LIBXZ\/BUILD\r\n    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}\/LIBXZ\r\n    COMMAND_ECHO STDOUT\r\n  )\r\n  execute_process(\r\n    COMMAND\r\n      ${CMAKE_COMMAND}\r\n      --install ${CMAKE_BINARY_DIR}\/LIBXZ\/BUILD\r\n    WORKING_DIRECTORY ${CMAKE_BINARY_DIR}\/LIBXZ\r\n    COMMAND_ECHO STDOUT\r\n  )\r\nendif()\r\n```\r\n\r\n### Version\r\n\r\n5.5.0 git master https:\/\/github.com\/tukaani-project\/xz\/commit\/837ea40b1c9d4998cac4500b55171bf33e0c31a6\r\n\r\n### Operating System\r\n\r\nalpine linux\r\n\r\n### Relevant log output\r\n\r\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mgood7123",
			"number": 70,
			"title": "[Bug]: MUSL CMAKE unsupported relocation type 37",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 14,
			"author_association": "NONE",
			"closed_at": "2023-11-30 12:10:16",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 12:12:50",
			"updated_at": "2023-11-30 12:12:49",
			"action": "created",
			"comment_id": "1833651026",
			"body": "@mgood7123 Thanks again for reporting and helping us test this. I would like to add you to our `THANKS` file, but I did not see your name on your GitHub profile. Is there a name you would like us to use for you in our `THANKS` file? Otherwise you may remain anonymous :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 70,
			"title": "[Bug]: MUSL CMAKE unsupported relocation type 37",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 15,
			"author_association": "NONE",
			"closed_at": "2023-11-30 12:10:16",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 12:41:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 12:53:37",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ifunc_detect_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 13:59:53",
			"updated_at": "2023-11-30 13:59:51",
			"action": "created",
			"comment_id": "1833836564",
			"body": "Hello!\r\n\r\nThanks for the PR. Could you please separate this into two separate commits? One for the typo fix in `file_io.c` and another for the typo fixes in the test files. \r\n\r\nIn the commit messages, the first should be prefixed with \"xz:\" instead of \"Docs:\". We use the \"Docs:\" prefix when referring to changes to things like the README, man pages, INSTALL, etc. The second commit should be prefixed with \"Tests:\".",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 74,
			"title": "Docs: Fix typos",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 14:08:49",
			"updated_at": "2023-11-30 14:08:48",
			"action": "created",
			"comment_id": "1833851100",
			"body": "> @JiaT75 I've addressed your comments and tested the new Makefile and fuzz targets' code on a local setup. They seem to compile and work just fine. A quick question: should I go back and edit the description of all commits before the review, or will you be making a squash during the merge?\r\n\r\nWe like to keep our commits small and focused, so we will likely want more than one commit for this many changes. For now, don't worry about squashing your commits until the review is basically done. At the end we can figure out how many commits are appropriate for this and squash accordingly. So feel free to keep adding fix up commits as we go.\r\n\r\nI'll start reviewing your new changes.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 15:08:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 15:11:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 15:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 15:55:16",
			"updated_at": "2023-11-30 15:55:16",
			"action": "created",
			"comment_id": "1410880961",
			"body": "Does every fuzz target need a `.options` file? If not, then I don't think we need to include a `.options` file if the fuzz target doesn't need anything special",
			"path": "tests\/ossfuzz\/config\/fuzz_decode_auto.options",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 1,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 15:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 15:58:40",
			"updated_at": "2023-11-30 15:58:39",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:18:33",
			"updated_at": "2023-11-30 16:18:33",
			"action": "created",
			"comment_id": "1410911695",
			"body": "Instead of **mode** it should be **preset**. In the documentation **mode** in the context of compression mode refers to a match finder setting (fast or normal).\r\n\r\nThe LZMA properties resulting in 0x5d are lc=3, lp=0, pb=2. It could be helpful to mention this once, and then only mention the dictionary size for each .dict entry since the LZMA properties aren't changing.",
			"path": "tests\/ossfuzz\/config\/fuzz_lzma.dict",
			"position": 7,
			"line": 7,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,20 @@\n+# first 5 header bytes of .lzma archives based on the info from\n+# - extra\/scanlzma\/scanlzma.c (lines 32-52)\n+# - src\/liblzma\/common\/alone_encoder.c (lines 107-126)\n+# - https:\/\/github.com\/cscott\/lzma-purejs\/blob\/master\/FORMAT.md\n+# - manual hexdump of data produced by the lzma CLI suite\n+\n+# compression mode 1    (LZMA properties = 0x5d, dict size = 0x00100000)",
			"original_position": 7,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:18:34",
			"updated_at": "2023-11-30 16:18:33",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:24:12",
			"updated_at": "2023-11-30 16:24:13",
			"action": "created",
			"comment_id": "1410923080",
			"body": "The header comments are missing from this file",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>",
			"original_position": 1,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:24:14",
			"updated_at": "2023-11-30 16:24:13",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:27:49",
			"updated_at": "2023-11-30 16:27:50",
			"action": "created",
			"comment_id": "1410928176",
			"body": "This variable should also be static (`static const ...`)",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 14,
			"line": 14,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+\n+\n+\/\/ Output buffer for decompressed data. This is write only; nothing cares\n+\/\/ about the actual data written here.\n+static uint8_t OUTBUF[4096];\n+\n+\/\/ Some header values can make liblzma allocate a lot of RAM\n+\/\/ (up to about 4 GiB with liblzma 5.2.x). We set a limit here to\n+\/\/ prevent extreme allocations when fuzzing.\n+const uint64_t MEM_LIMIT = 300 << 20; \/\/ 300 MiB",
			"original_position": 14,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:27:50",
			"updated_at": "2023-11-30 16:27:49",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:32:25",
			"updated_at": "2023-11-30 16:32:26",
			"action": "created",
			"comment_id": "1410934630",
			"body": "The function name should start on a new line. And this should be static. So the first line:\r\nstatic void\r\n\r\nSecond line:\r\nfuzz_code(...\r\n\r\nThis is to match our style in the project. Having the function name starting at column index 0 helps certain tools and text editors search for function names.",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 17,
			"line": 17,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+\n+\n+\/\/ Output buffer for decompressed data. This is write only; nothing cares\n+\/\/ about the actual data written here.\n+static uint8_t OUTBUF[4096];\n+\n+\/\/ Some header values can make liblzma allocate a lot of RAM\n+\/\/ (up to about 4 GiB with liblzma 5.2.x). We set a limit here to\n+\/\/ prevent extreme allocations when fuzzing.\n+const uint64_t MEM_LIMIT = 300 << 20; \/\/ 300 MiB\n+\n+\n+void fuzz_code(lzma_stream *stream, const uint8_t *inbuf, size_t inbuf_size) {  ",
			"original_position": 17,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:32:26",
			"updated_at": "2023-11-30 16:32:25",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:34:20",
			"updated_at": "2023-11-30 16:34:20",
			"action": "created",
			"comment_id": "1410937247",
			"body": "It looks like there is a mix of tabs and spaces. In .c files we use tabs, and treat the tab width as 8 characters. I'm sure other projects do this differently since there is no right answer to the tabs vs spaces debate",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 19,
			"line": 19,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+\n+\n+\/\/ Output buffer for decompressed data. This is write only; nothing cares\n+\/\/ about the actual data written here.\n+static uint8_t OUTBUF[4096];\n+\n+\/\/ Some header values can make liblzma allocate a lot of RAM\n+\/\/ (up to about 4 GiB with liblzma 5.2.x). We set a limit here to\n+\/\/ prevent extreme allocations when fuzzing.\n+const uint64_t MEM_LIMIT = 300 << 20; \/\/ 300 MiB\n+\n+\n+void fuzz_code(lzma_stream *stream, const uint8_t *inbuf, size_t inbuf_size) {  \n+    \/\/ Give the whole input buffer at once to liblzma.\n+\t\/\/ Output buffer isn't initialized as liblzma only writes to it.",
			"original_position": 19,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:34:21",
			"updated_at": "2023-11-30 16:34:20",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:34:55",
			"updated_at": "2023-11-30 16:34:55",
			"action": "created",
			"comment_id": "1410938033",
			"body": "Missing an empty newline at the end of the file",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 43,
			"line": 43,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+\n+\n+\/\/ Output buffer for decompressed data. This is write only; nothing cares\n+\/\/ about the actual data written here.\n+static uint8_t OUTBUF[4096];\n+\n+\/\/ Some header values can make liblzma allocate a lot of RAM\n+\/\/ (up to about 4 GiB with liblzma 5.2.x). We set a limit here to\n+\/\/ prevent extreme allocations when fuzzing.\n+const uint64_t MEM_LIMIT = 300 << 20; \/\/ 300 MiB\n+\n+\n+void fuzz_code(lzma_stream *stream, const uint8_t *inbuf, size_t inbuf_size) {  \n+    \/\/ Give the whole input buffer at once to liblzma.\n+\t\/\/ Output buffer isn't initialized as liblzma only writes to it.\n+\tstream->next_in = inbuf;\n+\tstream->avail_in = inbuf_size;\n+\tstream->next_out = OUTBUF;\n+\tstream->avail_out = sizeof(OUTBUF);\n+\n+    lzma_ret ret;\n+\twhile ((ret = lzma_code(stream, LZMA_FINISH)) == LZMA_OK) {\n+\t\tif (stream->avail_out == 0 || ret == LZMA_STREAM_END) {\n+\t\t\t\/\/ outbuf became full. We don't care about the\n+\t\t\t\/\/ uncompressed data there, so we simply reuse\n+\t\t\t\/\/ the outbuf and overwrite the old data.\n+\t\t\tstream->next_out = OUTBUF;\n+\t\t\tstream->avail_out = sizeof(OUTBUF);\n+\t\t}\n+\t}\n+\n+\t\/\/ LZMA_PROG_ERROR should never happen as long as the code calling\n+\t\/\/ the liblzma functions is correct. Thus LZMA_PROG_ERROR is a sign\n+\t\/\/ of a bug in either this function or in liblzma.\n+\tif (ret == LZMA_PROG_ERROR) {\n+\t\tfprintf(stderr, \"lzma_code() returned LZMA_PROG_ERROR\\n\");\n+\t\tabort();\n+\t}\n+}",
			"original_position": 43,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:34:56",
			"updated_at": "2023-11-30 16:34:55",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:42:10",
			"updated_at": "2023-11-30 16:42:10",
			"action": "created",
			"comment_id": "1410948981",
			"body": "There is no need to check `ret == LZMA_STREAM_END` here. The while loop would end if `ret` isn't `LZMA_OK` here.",
			"path": "tests\/ossfuzz\/fuzz_common.h",
			"position": 27,
			"line": 27,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,43 @@\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+\n+\n+\/\/ Output buffer for decompressed data. This is write only; nothing cares\n+\/\/ about the actual data written here.\n+static uint8_t OUTBUF[4096];\n+\n+\/\/ Some header values can make liblzma allocate a lot of RAM\n+\/\/ (up to about 4 GiB with liblzma 5.2.x). We set a limit here to\n+\/\/ prevent extreme allocations when fuzzing.\n+const uint64_t MEM_LIMIT = 300 << 20; \/\/ 300 MiB\n+\n+\n+void fuzz_code(lzma_stream *stream, const uint8_t *inbuf, size_t inbuf_size) {  \n+    \/\/ Give the whole input buffer at once to liblzma.\n+\t\/\/ Output buffer isn't initialized as liblzma only writes to it.\n+\tstream->next_in = inbuf;\n+\tstream->avail_in = inbuf_size;\n+\tstream->next_out = OUTBUF;\n+\tstream->avail_out = sizeof(OUTBUF);\n+\n+    lzma_ret ret;\n+\twhile ((ret = lzma_code(stream, LZMA_FINISH)) == LZMA_OK) {\n+\t\tif (stream->avail_out == 0 || ret == LZMA_STREAM_END) {",
			"original_position": 27,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:42:11",
			"updated_at": "2023-11-30 16:42:10",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:49:02",
			"updated_at": "2023-11-30 16:49:03",
			"action": "created",
			"comment_id": "1410957833",
			"body": "Since `ret` isn't used outside of this if statement anymore, its enough to just say:\r\n\r\nif (lzma_alone_decoder(&strm, MEM_LIMIT) != LZMA_OK)\r\n\r\nand remove the `ret` variable from these programs.",
			"path": "tests\/ossfuzz\/fuzz_decode_alone.c",
			"position": 28,
			"line": 28,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,41 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       fuzz_decode_alone.c\n+\/\/\/ \\brief      Fuzz test program for liblzma lzma_alone_decoder()\n+\/\/\n+\/\/  Author:     Maksym Vatsyk\n+\/\/\n+\/\/  Based on Lasse Collin's original fuzz.c fuzzer for liblzma\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+#include \"fuzz_common.h\"\n+\n+\n+extern int\n+LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)\n+{\n+\t\/\/ Initialize a LZMA alone decoder using the above memory usage limit.\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tlzma_ret ret = lzma_alone_decoder(&strm, MEM_LIMIT);\n+\tif (ret != LZMA_OK) {",
			"original_position": 28,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:49:03",
			"updated_at": "2023-11-30 16:49:03",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:53:29",
			"updated_at": "2023-11-30 16:53:29",
			"action": "created",
			"comment_id": "1410963294",
			"body": "The memory limit has moved to the header file so this comment should be updated",
			"path": "tests\/ossfuzz\/fuzz_decode_auto.c",
			"position": 25,
			"line": 25,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,52 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       fuzz_decode_auto.c\n+\/\/\/ \\brief      Fuzz test program for liblzma lzma_auto_decoder()\n+\/\/\n+\/\/  Author:     Maksym Vatsyk\n+\/\/\n+\/\/  Based on Lasse Collin's original fuzz.c fuzzer for liblzma\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+#include \"fuzz_common.h\"\n+\n+\n+extern int\n+LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)\n+{\n+\t\/\/ Initialize an Auto decoder using the above memory usage limit.",
			"original_position": 25,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 16:53:30",
			"updated_at": "2023-11-30 16:53:29",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:08:23",
			"updated_at": "2023-11-30 17:08:23",
			"action": "created",
			"comment_id": "1410980788",
			"body": "I'm not convinced this fuzz target is needed. The interesting LZMA decoding code should be covered by `fuzz_decode_alone` already.",
			"path": "tests\/ossfuzz\/fuzz_decode_raw.c",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 1,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:08:24",
			"updated_at": "2023-11-30 17:08:23",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:17:49",
			"updated_at": "2023-11-30 17:17:48",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:20:05",
			"updated_at": "2023-11-30 17:20:05",
			"action": "created",
			"comment_id": "1411000976",
			"body": "Since we treat tabs at 8 character width, this line is more than 80 characters. We try to always wrap our lines at 80 characters",
			"path": "tests\/ossfuzz\/fuzz_decode_raw_lzma2.c",
			"position": 42,
			"line": 42,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,52 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       fuzz_decode_raw_lzma2.c\n+\/\/\/ \\brief      Fuzz test program for liblzma lzma_raw_decoder() w\/ LZMA2\n+\/\/\n+\/\/  Author:     Maksym Vatsyk\n+\/\/\n+\/\/  Based on Lasse Collin's original fuzz.c fuzzer for liblzma\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+#include \"fuzz_common.h\"\n+\n+\n+extern int\n+LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)\n+{\n+\t\/\/ Initialize filter chain for lzma_raw_decoder() call\n+\t\/\/ Use single LZMA2 filter for decoding\n+\tlzma_options_lzma opt_lzma;\n+\t\n+\tlzma_filter filters[LZMA_FILTERS_MAX + 1];\n+\tfilters[0].id = LZMA_FILTER_LZMA2;\n+\tfilters[0].options = &opt_lzma;\n+\tfilters[1].id = LZMA_VLI_UNKNOWN;\n+\n+\t\/\/ Initialize a raw decoder using the above filter chain.\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tlzma_ret ret = lzma_raw_decoder(&strm, filters);\n+\t\n+\tif (ret != LZMA_OK) {\n+\t\t\/\/ This should never happen unless the system has\n+\t\t\/\/ no free memory or address space to allow the small\n+\t\t\/\/ allocations that the initialization requires.\n+\t\tfprintf(stderr, \"lzma_raw_decoder() LZMA 2 failed (%d)\\n\", ret);",
			"original_position": 42,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:20:06",
			"updated_at": "2023-11-30 17:20:05",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:27:06",
			"updated_at": "2023-11-30 17:27:06",
			"action": "created",
			"comment_id": "1411018779",
			"body": "We can probably omit this fuzz target since its interesting code paths will be hit by `fuzz_encode_stream`",
			"path": "tests\/ossfuzz\/fuzz_encode_raw_lzma2.c",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,53 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/",
			"original_position": 1,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:34:09",
			"updated_at": "2023-11-30 17:34:08",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:37:12",
			"updated_at": "2023-11-30 17:37:12",
			"action": "created",
			"comment_id": "1411052376",
			"body": "We can also omit this fuzz target. It should be covered by `fuzz_encode_alone`, which is mostly covered by `lzma_encode_stream()` anyway",
			"path": "tests\/ossfuzz\/fuzz_encode_raw.c",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,53 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/",
			"original_position": 1,
			"commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-11-30 17:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-11-30 17:37:13",
			"updated_at": "2023-11-30 17:37:12",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "9154df5f6bcb8e7f77e1f10429a37514efaf58e3",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-12-01 12:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 12:25:16",
			"updated_at": "2023-12-01 12:25:16",
			"action": "created",
			"comment_id": "1412044487",
			"body": "Based on the [libFuzzer docs](https:\/\/llvm.org\/docs\/LibFuzzer.html#options), it seems that the default is a special 0 value that indicates the maximum input length should be inferred from the corpus. Most of our test files are small (I believe the largest is ~50 Kb .xz file) so its likely that the default value is good enough in practice.\r\n\r\nHowever it could be a good idea to set an upper bound on a size we think is reasonable, especially for the fuzz targets that are meant to test handling bytes early in the input stream. So I would vote for this.",
			"path": "tests\/ossfuzz\/config\/fuzz_decode_alone.options",
			"position": 2,
			"line": 2,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "6828cf74b51d3840e18d1e407de3861a3da238ad",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,2 @@\n+[libfuzzer]\n+dict = fuzz_lzma.dict",
			"original_position": 2,
			"commit_id": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-01 12:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 12:25:17",
			"updated_at": "2023-12-01 12:25:16",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "6828cf74b51d3840e18d1e407de3861a3da238ad",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-12-01 12:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 12:37:22",
			"updated_at": "2023-12-01 12:37:23",
			"action": "created",
			"comment_id": "1412055614",
			"body": "I apologize, this was a bad suggestion from me. I didn't realize the `ret` value was being used in the error message, which could be helpful if the fuzz targets somehow fail when creating the coders. Don't worry about reverting this, I will make the change after we merge.",
			"path": "tests\/ossfuzz\/fuzz_decode_alone.c",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "6828cf74b51d3840e18d1e407de3861a3da238ad",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,41 @@\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       fuzz_decode_alone.c\n+\/\/\/ \\brief      Fuzz test program for liblzma lzma_alone_decoder()\n+\/\/\n+\/\/  Author:     Maksym Vatsyk\n+\/\/\n+\/\/  Based on Lasse Collin's original fuzz.c fuzzer for liblzma\n+\/\/\n+\/\/  This file has been put into the public domain.\n+\/\/  You can do whatever you want with this file.\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+#include <inttypes.h>\n+#include <stdlib.h>\n+#include <stdio.h>\n+#include \"lzma.h\"\n+#include \"fuzz_common.h\"\n+\n+\n+extern int\n+LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)\n+{\n+\t\/\/ Initialize a LZMA alone decoder using the above memory usage limit.\n+\tlzma_stream strm = LZMA_STREAM_INIT;\n+\tlzma_ret ret = lzma_alone_decoder(&strm, MEM_LIMIT);\n+\tif (ret != LZMA_OK) {",
			"original_position": 28,
			"commit_id": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-01 12:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 12:37:23",
			"updated_at": "2023-12-01 12:37:23",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "6828cf74b51d3840e18d1e407de3861a3da238ad",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "c765d096b9e0a60855d7a690685345f9d8caf177",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-12-01 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 13:39:02",
			"updated_at": "2023-12-01 13:39:02",
			"action": "created",
			"comment_id": "1412114193",
			"body": "> Good! What size would you consider reasonable for the test cases?\r\n\r\nThe 4096 number you were using before seems good. That should be more than enough to trigger the sanitizers if there is a possible bad code path",
			"path": "tests\/ossfuzz\/config\/fuzz_decode_alone.options",
			"position": 2,
			"line": 2,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "c0170977d3a65431ada2db938e8a94cbdebef957",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "0f81fb417f8b4ddbdecd6479fde67e4a0cd60f71",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,2 @@\n+[libfuzzer]\n+dict = fuzz_lzma.dict",
			"original_position": 2,
			"commit_id": "0f81fb417f8b4ddbdecd6479fde67e4a0cd60f71",
			"original_commit_id": "cc0f39c288b99977edab4079feddac7a0426c6ab",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-01 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-01 13:39:03",
			"updated_at": "2023-12-01 13:39:02",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "c0170977d3a65431ada2db938e8a94cbdebef957",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "0f81fb417f8b4ddbdecd6479fde67e4a0cd60f71",
			"base_ref": "master",
			"base_sha": "35558adf9c45e5597f2c8dbd969885dd484038d2",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2023-12-02 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2023-12-02 13:30:32",
			"updated_at": "2023-12-02 13:30:31",
			"action": "created",
			"comment_id": "1837149579",
			"body": "@mvatsyk-lsg it's probably a good idea to mark this PR as a draft until the XZ Utils PR is merged",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 11279,
			"title": "XZ: update build.sh",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 5,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-05 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-05 12:43:20",
			"updated_at": "2023-12-05 12:43:18",
			"action": "created",
			"comment_id": "1840722453",
			"body": "Thank you @DavidKorczynski for the explanation and the advice for combining fuzzers. I had not thought of using a byte from the fuzz input to control the fuzzer's entry point.\r\n\r\nWith that in mind, @mvatsyk-lsg we should combine `fuzz_encode_stream.c` and `fuzz_encode_stream_light.c` into just one fuzzer. We can use the same name `fuzz_encode_stream.c` for this fuzz target. We can use the first byte of input to help us determine the preset level. So the function could look like:\r\n\r\n```c\r\nextern int\r\nLLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)\r\n{\r\n\tif (size == 0)\r\n\t\treturn 0;\r\n\r\n\tlzma_stream strm = LZMA_STREAM_INIT;\r\n\r\n\tuint32_t preset_level;\r\n\r\n\tuint8_t decider = inbuf[0];\r\n\r\n\tswitch (decider) {\r\n\tcase 0:\r\n\tcase 1:\r\n\tcase 5:\r\n\t\tpreset_level = decider;\r\n\t\tbreak;\r\n\tcase 6:\r\n\t\tpreset_level = 0 | LZMA_PRESET_EXTREME;\r\n\t\tbreak;\r\n\tcase 7:\r\n\t\tpreset_level = 3 | LZMA_PRESET_EXTREME;\r\n\t\tbreak;\r\n\t}\r\n\r\n\tlzma_options_lzma opt_lzma;\r\n\tif (lzma_lzma_preset(&opt_lzma, preset_level)){\r\n\t\tfprintf(stderr, \"lzma_lzma_preset() failed\\n\");\r\n\t\tabort();\r\n\t}\r\n\r\n\t\/\/ Initialize filter chain for lzma_stream_decoder() call\r\n\t\/\/ Use single LZMA2 filter for encoding\r\n\tlzma_filter filters[2];\r\n\tfilters[0].id = LZMA_FILTER_LZMA2;\r\n\tfilters[0].options = &opt_lzma;\r\n\tfilters[1].id = LZMA_VLI_UNKNOWN;\r\n\r\n\t\/\/ Initialize the stream encoder using the above\r\n\t\/\/ filter chain and CRC64.\r\n\tif (lzma_stream_encoder(&strm,\r\n\t\t\tfilters, LZMA_CHECK_CRC64) != LZMA_OK) {\r\n\t\tfprintf(stderr, \"lzma_stream_encoder() failed\\n\");\r\n\t\tabort();\r\n\t}\r\n\r\n\tfuzz_code(&strm, inbuf, inbuf_size);\r\n\r\n\t\/\/ Free the allocated memory.\r\n\tlzma_end(&strm);\r\n\treturn 0;\r\n}\r\n```\r\n\r\nThis can test a few different dictionary sizes, match finders, nice length, modes, and depth levels with the same fuzzer.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 18,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-06 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-06 12:16:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "oss_fuzz",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-06 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-06 12:21:35",
			"updated_at": "2023-12-06 12:21:34",
			"action": "created",
			"comment_id": "1842760084",
			"body": "@mvatsyk-lsg Thanks! Things are looking pretty good now. I created a separate [branch](https:\/\/github.com\/tukaani-project\/xz\/tree\/oss_fuzz) with all of your commits plus a minor cleanup commit. Can you test this branch to be sure I didn't break anything during my changes?\r\n\r\nAs I'm sure you know, the draft PR in OSS-Fuzz needs updating from all the changes we made here. I want to do a quick local test before merging but it will be easier if the OSS-Fuzz changes are updated on that PR.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 20,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-06 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-06 15:43:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/oss_fuzz",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-07 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-07 12:09:43",
			"updated_at": "2023-12-07 12:09:42",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [x] Tests for the changes have been added (for bug fixes \/ features)\r\n- [x] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: N\/A\r\n\r\n\r\n## What is the new behavior?\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Total number of fuzzers increased from 1 to 12\r\n- 6 new fuzzers for decompressing supported archive types\r\n- 5 new fuzzers for compressing data into supported archive types\r\n- Added LZMA Raw test files based on the existing `.lzma` ones\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\nThis pull request will temporarily break existing oss-fuzz setup until the `oss-fuzz` repo accepts [a corresponding pull request](https:\/\/github.com\/google\/oss-fuzz\/pull\/11279) with the updated fuzzer configuration on their side.\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->\r\nThe improvements to the fuzzing setup were made as a part of Google ISE project.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "mvatsyk-lsg",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 21,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-12-07 12:09:42",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "e895e684387cf2952da65f7e6325377722bde9f1",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "bc27dd7034c08757762d05f1c6d050094fb241ec",
			"base_ref": "master",
			"base_sha": "685094b8e1c1aa1bf934de0366ca42ef599d25f7",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 31,
			"maintainer_can_modify": 0,
			"commits": 5,
			"additions": 268,
			"deletions": 88,
			"changed_files": 12,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-07 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-07 12:09:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "oss_fuzz",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-07 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-07 12:12:09",
			"updated_at": "2023-12-07 12:12:07",
			"action": "created",
			"comment_id": "1845233755",
			"body": "@mvatsyk-lsg Thanks for the commands to use for a local test. You caught my mistake but testing locally also highlighted it. I just merged your commits into master.\r\n\r\nGreat work with this! Thanks for being so flexible and responsive with all the changes.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 73,
			"title": "Improve existing oss-fuzz coverage",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 22,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2023-12-07 12:09:42",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-07 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-07 15:21:28",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-15 11:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-15 11:53:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-15 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-12-15 16:05:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-16 12:54:34",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-12-16 13:18:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-16 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-16 13:19:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "CI",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2023-12-16 13:44:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-18 11:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-12-18 11:53:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-18 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2023-12-18 12:11:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-18 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-12-18 16:19:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "minor_changes",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-18 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2023-12-18 16:19:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-18 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-18 16:37:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-19 13:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-19 13:24:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xzdec_sandbox",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-19 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-19 13:36:00",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-19 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-19 14:23:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 158,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-20 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-20 11:58:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-20 13:39:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-20 14:22:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-20 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-20 14:56:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-20 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-20 16:10:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-21 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-21 12:30:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-21 13:29:45",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xzdec_sandbox",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-21 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-21 13:43:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2023-12-21 14:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2023-12-21 14:03:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xzdec_sandbox",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-05 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-05 13:17:52",
			"updated_at": "2024-01-05 13:17:51",
			"action": "created",
			"comment_id": "1878647289",
			"body": "Hello!\r\n\r\nThere were no changes to any of the assembly related code between `5.2.11` and `5.2.12`. I see you are using `emscripten`, so I was able to recreate your error on both `5.2.11` and `5.2.12` using:\r\n\r\n```bash\r\nemconfigure .\/configure\r\nmake\r\n```\r\n\r\n```shell\r\n<inline asm>:1:1: error: unknown directive\r\n.symver lzma_get_progress_522,lzma_get_progress@XZ_5.2.2\r\n^\r\n<inline asm>:2:1: error: unknown directive\r\n.symver lzma_get_progress_52,lzma_get_progress@@XZ_5.2\r\n^\r\n```\r\n\r\nSo the problem isn't a difference between `5.2.11` and `5.2.12`. Also, unless you are building on 32-bit x86 the `disable-assembler` flag has no effect. In order to build, you need to pass the `disable-symbol-versions` flag.\r\n\r\n```bash\r\nemconfigure .\/configure --disable-symbol-versions\r\nmake\r\n```\r\n\r\nThe underlying issue here is that `emcc` (and I believe WebAssembly in general) does not support symbol versioning so it needs to be manually disabled. `emconfigure` does not change the underlying `$host_os` or `$host_cpu` so `configure` will guess that symbol versioning is supported on GNU or FreeBSD systems.\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 76,
			"title": "[Bug]: --disable-assembler broken since v5.2.12",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-05 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-01-05 14:53:11",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 127,
			"push_distinct_size": 127,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-08 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-08 13:44:08",
			"updated_at": "2024-01-08 13:44:06",
			"action": "created",
			"comment_id": "1881035084",
			"body": "Thanks for sharing your Dockerfile. The reason that 5.2.11 \"works\" is because there was a bug when disabling threads. See [this issue](https:\/\/github.com\/tukaani-project\/xz\/issues\/45). The bug was fixed in 5.2.12, so with your `configure` options you are building shared libraries again. So you can use `--disable-shared` instead of `--enable-static=yes` and this will disable symbol versioning as a side effect (symbol versioning is only enabled when building a shared library). Or, if you actually want a shared library, you can use `--disable-symbol-versions` as I mentioned before.\r\n\r\nHope this helps!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 76,
			"title": "[Bug]: --disable-assembler broken since v5.2.12",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-08 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-08 15:11:40",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 18,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-09 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-09 12:46:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_logo_doxygen",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-10 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-10 12:12:53",
			"updated_at": "2024-01-10 12:12:51",
			"action": "created",
			"comment_id": "1884735121",
			"body": "> > `getauxval` is a libc function (not inline) so it's unsafe to combine it with ifunc. That is, ifunc would need to stay disabled on ARM64.\r\n> \r\n> Try to fix in the next push.\r\n> \r\n> > Are ARM64 processors without CRC32 common enough that runtime detection is worth it? Even they are, `#ifdef __ARM_FEATURE_CRC32` could be used at compile time to detect if CRC32 can be assumed to be supported.\r\n> \r\n> \"crc\" is a part of ARMv8.1 feature. To make all armv8 processors happy, it need to detect the processor feature on runtime.\r\n> \r\n> > The crc_edits branch is still under consideration so that may change where the code will go, possibly making things simpler.\r\n\r\nHello! Thanks for the PR. The point about not needing runtime detection likely needs more research. From a quick search, my understanding is that CRC32 instruction is optional in armv8.0 and required in ARMv8.1. So if all processors in practice actually supported CRC32 in armv8.0, then it will really simplify this feature since the runtime detection adds significant complexity. The runtime detection likely requires avoiding ifunc and having different versions based on the platform (`getauxval()`, `IsProcessorFeaturePresent()`, etc).\r\n\r\nA note on compile time detection: __ARM_FEATURE_CRC32 isn't supported by MSVC so we will need another way to detect CRC32 instruction support there.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 77,
			"title": "Speed up CRC32 calculation on ARM64",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-10 13:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/cpu_features",
			"created_at": "2024-01-10 13:06:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-11 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-11 14:05:33",
			"updated_at": "2024-01-11 14:05:31",
			"action": "created",
			"comment_id": "1887228657",
			"body": "@hansjans162 Thanks for continuing your work on ARM64 CLMUL! Your benchmarks so far sound promising and will likely be a great value to liblzma. We look forward to seeing the code and further benchmarks when they are ready :)\r\n\r\nIt sounds like runtime checks will be needed, but please let us know if anyone finds reasons to contradict this.\r\n\r\nWe did a refactor to the existing CRC related files for code organization and small optimization related reasons. This change means that architecture specific CRC optimizations should go into header files that are included in the corresponding crc32\/64_fast.c file. The reasons for this are best explained in the commit message [here](https:\/\/github.com\/tukaani-project\/xz\/commit\/419f55f9dfc2df8792902b8953d50690121afeea).\r\n\r\nBased on the refactor, @parheliamm, please put your changes into `crc32_arm64.h`, then include that header file in `crc32_fast.c`. \r\n\r\nSimilarly, Hans please refactor what you have to create `crc64_arm64.h` with your CRC64 CLMUL work (and include this file in `crc64_fast.c`). You are likely still blocked until this PR is complete since the build changes and runtime checks should be coordinated between the branches. Feel free to send us a link to your branch whenever you have something ready that you want to show us :)\r\n\r\nWe apologize for the refactor after this was already submitted, but this PR helped inform that refactor (and gave us the needed motivation to close out the branch). Thank you everyone so far for you patience and your contributions so far!\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 77,
			"title": "Speed up CRC32 calculation on ARM64",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 7,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-11 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-11 17:16:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-12 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-12 14:29:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-13 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-13 13:19:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-13 15:33:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-13 15:45:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-13 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-13 16:01:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-15 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-15 13:41:37",
			"updated_at": "2024-01-15 13:41:36",
			"action": "created",
			"comment_id": "1892199500",
			"body": "Hello! Thanks for the detailed bug report.\r\n\r\nThe issue here is that the failing \"sample\" encoding has the uncompressed size set in the header (0x6) and also uses an End of Payload Marker. This was originally done intentionally since XZ Utils also rejected such files until 5.2.6, when it was noticed that LZMA SDK (the 7-Zip implementation) allows such files and is documented to do so. If you test this file on xz <= 5.2.5, then it should also reject this file.\r\n\r\nSo XZ for Java needs to support these files as well and we will keep this Issue open until that is added. Thanks for bringing this to our attention!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 8,
			"title": "[Bug]: Decompression with xz-java results in CorruptedInputException, while decompression with xz works just fine",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-15 14:42:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-15 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-15 17:41:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-01-16 12:08:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-16 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-16 12:10:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 25,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-16 13:20:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-16 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-16 13:31:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-16 14:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "madler\/zlib",
			"created_at": "2024-01-16 14:08:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-17 12:00:00",
			"event_type": "WatchEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-17 12:10:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "started",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-17 12:29:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-17 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-17 12:41:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-18 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-18 12:51:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-18 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-18 13:16:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-19 12:18:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-19 14:17:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-19 14:32:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-19 14:43:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-19 15:08:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-19 15:09:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-19 15:17:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/website_url_change",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-19 15:24:47",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-01-19 15:39:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-01-19 15:40:16",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "website_url_change",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-01-19 15:42:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-19 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-19 15:58:20",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-22 12:06:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 13,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-22 15:34:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-23 12:00:00",
			"event_type": "CommitCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-23 12:56:35",
			"updated_at": "2024-01-23 12:56:35",
			"action": "none",
			"comment_id": "137636490",
			"body": "A small description of the chart could be useful. It took me longer than I would like to admit to realize that the shift amount is row2 - row3. Also someone less familiar with the spec could look at this and be confused",
			"path": "src\/liblzma\/simple\/riscv.c",
			"position": 31,
			"line": 390,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "58d6e5551a1a8fd71600552e9cfe319310d57fa5",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-23 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-23 14:18:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/riscv_filter",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 5,
			"push_distinct_size": 5,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-23 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-23 15:17:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 10,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-23 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-23 15:57:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-23 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-23 16:41:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "riscv_filter",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-24 12:12:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 12:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-01-24 12:12:58",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Notable changes since last release (20210201):\r\n\r\n    - Added ARM64 filter support.\r\n\r\n    - Added MicroLZMA decoder support. The MicroLZMA format does not\r\n      support BCJ filters.\r\n\r\n    - Added xz_dec_catrun() to support concatenated .xz files. To\r\n      include this function, XZ_DEC_CONCATENATED must be defined in\r\n      xz_config.h or in the compiler flags.\r\n\r\n    - Updated website URL and contact email address.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v20240124",
			"release_name": "XZ Embedded 20240124",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 14:32:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 34,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 15:47:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 16:16:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 16:19:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:07:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:21:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:32:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:39:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_logo_doxygen",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:49:27",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-24 17:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-24 17:49:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_logo_doxygen",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-25 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-25 16:39:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:11:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.4",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 24,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:11:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:13:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4.6",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:13:18",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.5.1alpha",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:16:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Here is an extract from the NEWS file:\r\n\r\n```\r\n5.5.1alpha (2024-01-26)\r\n\r\n    * Added a new filter for RISC-V binaries. The filter can be used\r\n      for 32-bit and 64-bit binaries with either little or big\r\n      endianness. In liblzma, the Filter ID is LZMA_FILTER_RISCV (0x0B)\r\n      and the xz option is --riscv. liblzma filter string syntax\r\n      recognizes this filter as \"riscv\".\r\n\r\n    * liblzma:\r\n\r\n        - Added lzma_mt_block_size() to recommend a Block size for\r\n          multithreaded encoding\r\n\r\n        - Added CLMUL-based CRC32 on x86-64 and E2K with runtime\r\n          processor detection. Similar to CRC64, on 32-bit x86 it\r\n          isn't available unless --disable-assembler is used.\r\n\r\n        - Implemented GNU indirect function (IFUNC) as a runtime\r\n          function dispatching method for CRC32 and CRC64 fast\r\n          implementations on x86. Only GNU\/Linux (glibc) and FreeBSD\r\n          builds will use IFUNC, unless --enable-ifunc is specified to\r\n          configure.\r\n\r\n        - Added definitions of mask values like\r\n          LZMA_INDEX_CHECK_MASK_CRC32 to <lzma\/index.h>.\r\n\r\n        - The XZ logo is now included in the Doxygen generated\r\n          documentation. It is licensed under Creative Commons\r\n          Attribution-ShareAlike 4.0.\r\n\r\n    * xz:\r\n\r\n        - Multithreaded mode is now the default. This improves\r\n          compression speed and creates .xz files that can be\r\n          decompressed multithreaded at the cost of increased memory\r\n          usage and slightly worse compression ratio.\r\n\r\n        - Added new command line option --filters to set the filter\r\n          chain using liblzma filter string syntax.\r\n\r\n        - Added new command line options --filters1 ... --filters9 to\r\n          set additional filter chains using liblzma filter string\r\n          syntax. The --block-list option now allows specifying filter\r\n          chains that were set using these new options.\r\n\r\n        - Added support for Linux Landlock as a sandboxing method.\r\n\r\n        - xzdec now supports pledge(2), Capsicum, and Linux Landlock as\r\n          sandboxing methods.\r\n\r\n        - Progress indicator time stats remain accurate after pausing\r\n          xz with SIGTSTP.\r\n\r\n        - Ported xz and xzdec to Windows MSVC. Visual Studio 2015 or\r\n          later is required.\r\n\r\n    * CMake Build:\r\n\r\n        - Supports pledge(2), Capsicum, and Linux Landlock sandboxing\r\n          methods.\r\n\r\n        - Replacement functions for getopt_long() are used on platforms\r\n          that do not have it.\r\n\r\n    * Enabled unaligned access by default on PowerPC64LE and on RISC-V\r\n      targets that define __riscv_misaligned_fast.\r\n\r\n    * Tests:\r\n\r\n        - Added two new fuzz targets to OSS-Fuzz.\r\n\r\n        - Implemented Continuous Integration (CI) testing using\r\n          GitHub Actions.\r\n\r\n    * Changed quoting style from `...' to '...' in all messages,\r\n      scripts, and documentation.\r\n\r\n    * Added basic Codespell support to help catch typo errors.\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.5.1alpha",
			"release_name": "XZ Utils 5.5.1 Alpha",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 12:22:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Here is an extract from the NEWS file:\r\n\r\n```\r\n5.4.6 (2024-01-26)\r\n\r\n    * Fixed a bug involving internal function pointers in liblzma not\r\n      being initialized to NULL. The bug can only be triggered if\r\n      lzma_filters_update() is called on a LZMA1 encoder, so it does\r\n      not affect xz or any application known to us that uses liblzma.\r\n\r\n    * xz:\r\n\r\n        - Fixed a regression introduced in 5.4.2 that caused encoding\r\n          in the raw format to unnecessarily fail if --suffix was not\r\n          used. For instance, the following command no longer reports\r\n          that --suffix must be used:\r\n\r\n              echo foo | xz --format=raw --lzma2 | wc -c\r\n\r\n        - Fixed an issue on MinGW-w64 builds that prevented reading\r\n          from or writing to non-terminal character devices like NUL.\r\n\r\n    * Added a new test.\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.4.6",
			"release_name": "XZ Utils 5.4.6 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-01-26 12:27:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-26 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-26 13:01:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.4_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-27 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-27 16:05:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_crc32",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-27 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-27 16:12:13",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-27 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-27 16:20:00",
			"updated_at": "2024-01-27 16:19:58",
			"action": "created",
			"comment_id": "1913236380",
			"body": "@parheliamm @hansjans162 Thank you for your patience on this review. We had a few other things we were focusing on (new website, release, etc.). I promise I did not forget about this :)\r\n\r\nI created a [branch](https:\/\/github.com\/tukaani-project\/xz\/tree\/arm64_crc32) with some additions to this PR that will also be helpful for the CRC64 CLMUL. The extent of the edits should be clear from the commit messages and code changes, but let me know if you have questions about the changes.\r\n\r\nCan you both test this on your hardware to be sure it works correctly (and is still fast)? I was able to cross-compile it with GCC, Clang, and MSVC but I do not have an ARM64 device so I have not run the code. Thanks!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 77,
			"title": "Speed up CRC32 calculation on ARM64",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 15,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-29 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-29 12:08:42",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-29 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-29 13:50:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_recursive2",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 95,
			"push_distinct_size": 14,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-30 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-30 12:51:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 11:54:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 12:02:59",
			"updated_at": "2024-01-31 12:02:57",
			"action": "created",
			"comment_id": "1918972334",
			"body": "> ```\r\n> for (buf_end = ((size - align_amount) - 8) + buf; buf < buf_end;\r\n> \t\tbuf += 8)\r\n> ```\r\n> \r\n> I suspect that `clang -fsanitize=undefined` will complain at runtime. If `size` equals 1 and `align_amount` equals 0 or 1, it ends up calculating `buf - 8` or `buf - 7`. That is, the pointer arithmetic may go beyond the beginning of the buffer, which the C standard doesn't allow (but one element past the end is allowed).\r\n> \r\n> Although it should work in practice on ARM64 (unless the buffer is at a weird address where the address would overflow but that's unlikely), I think it should be possible to avoid the problem without a performance penalty.\r\n\r\nThanks for pointing this out! I pushed a new version to avoid pointer arithmetic beyond the beginning of the buffer. I also added macOS support, but I couldn't test it since I do not have an Apple device. The Apple specific code is small so it should work but I hope someone can test this.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 77,
			"title": "Speed up CRC32 calculation on ARM64",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 19,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 15:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 15:30:34",
			"updated_at": "2024-01-31 15:30:33",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\n\nAfter updating to v5.2.12 it seems --disable-assembler flag is not fully affecting liblzma  \r\n\r\ncompiler is not standard but for this case it can be considered as clang, also tried v5.2.11 and it's working fine so I'm guessing it must be a configuration changes between these two versions\n\n### Version\n\nv5.2.12\n\n### Operating System\n\ndocker\/ubuntu:jammy\n\n### Relevant log output\n\n```shell\n22.71 make[3]: Entering directory '\/opt\/xz-5.2.12\/src\/liblzma'\r\n22.71 \/bin\/bash ..\/..\/libtool  --tag=CC   --mode=compile \/emsdk\/upstream\/emscripten\/emcc -DHAVE_CONFIG_H -I. -I..\/..  -I..\/..\/src\/liblzma\/api -I..\/..\/src\/liblzma\/common -I..\/..\/src\/liblzma\/check -I..\/..\/src\/liblzma\/lz -I..\/..\/src\/liblzma\/rangecoder -I..\/..\/src\/liblzma\/lzma -I..\/..\/src\/liblzma\/delta -I..\/..\/src\/liblzma\/simple -I..\/..\/src\/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I\/usr\/local\/include\/ -I\/opt\/zlib-1.3 -I\/opt\/bzip2-1.0.8 -I\/opt\/openssl-1.0.2s\/include -I\/opt\/openssl-1.0.2s\/test -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps\/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common\/common.c' || echo '.\/'`common\/common.c\r\n22.76 libtool: compile:  \/emsdk\/upstream\/emscripten\/emcc -DHAVE_CONFIG_H -I. -I..\/.. -I..\/..\/src\/liblzma\/api -I..\/..\/src\/liblzma\/common -I..\/..\/src\/liblzma\/check -I..\/..\/src\/liblzma\/lz -I..\/..\/src\/liblzma\/rangecoder -I..\/..\/src\/liblzma\/lzma -I..\/..\/src\/liblzma\/delta -I..\/..\/src\/liblzma\/simple -I..\/..\/src\/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I\/usr\/local\/include\/ -I\/opt\/zlib-1.3 -I\/opt\/bzip2-1.0.8 -I\/opt\/openssl-1.0.2s\/include -I\/opt\/openssl-1.0.2s\/test -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps\/liblzma_la-common.Tpo -c common\/common.c  -fPIC -DPIC -o .libs\/liblzma_la-common.o\r\n22.87 <inline asm>:1:1: error: unknown directive\r\n22.87     1 | .symver lzma_get_progress_522,lzma_get_progress@XZ_5.2.2\r\n22.87       | ^\r\n22.87 <inline asm>:2:1: error: unknown directive\r\n22.87     2 | .symver lzma_get_progress_52,lzma_get_progress@@XZ_5.2\r\n22.87       | ^\r\n22.89 2 errors generated.\n```\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "nika-begiashvili",
			"number": 76,
			"title": "[Bug]: --disable-assembler broken since v5.2.12",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "2024-01-31 15:30:33",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 16:04:26",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 16:24:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 16:41:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-01-31 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-01-31 17:45:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-01 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-01 12:24:12",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/arm64_crc32",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 9,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-01 12:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-01 12:52:50",
			"updated_at": "2024-02-01 12:52:49",
			"action": "closed",
			"comment_id": "0",
			"body": "The CRC32 instructions in ARM64 can calculate the CRC32 result for 8 bytes in a single operation, making the use of ARM64 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if ARM64 has CRC extension running on Linux.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n\r\n- [ ] Bugfix\r\n- [x] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\n\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: \r\n\r\n\r\n## What is the new behavior?\r\n\r\n<!-- Please describe the behavior or changes that are being added by this\r\nPR. -->\r\n\r\n- Enable optimized CRC32 algorithm if ARM64 support CRC extension.\r\n  -\r\n  -\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [ ] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\nBenchmark data will be updated soon",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "parheliamm",
			"number": 77,
			"title": "Speed up CRC32 calculation on ARM64",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 19,
			"author_association": "NONE",
			"closed_at": "2024-02-01 12:52:49",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "master",
			"head_sha": "fa5257f38f779632ffc35b210562d51b767e30e5",
			"base_ref": "master",
			"base_sha": "fbb3ce541ef79cad1710e88a27a5babb5f6f8e5b",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 130,
			"deletions": 9,
			"changed_files": 6,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-01 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-01 12:57:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "arm64_crc32",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-01 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-01 17:42:02",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-07 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-07 14:04:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-08 12:10:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-09 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-09 12:09:44",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-10 16:01:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 106,
			"push_distinct_size": 106,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-10 16:03:24",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_java_integration",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-10 16:08:51",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_homepage_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2024-02-10 16:10:54",
			"updated_at": "2024-02-10 16:10:52",
			"action": "opened",
			"comment_id": "0",
			"body": "The homepage for XZ projects changed recently. The old URLs redirect to the new ones so nothing has been broken :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 11587,
			"title": "xz: Update project homepage.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xz_homepage_update",
			"head_sha": "8f657feca81a60fff20f1509ff93b41e2a817599",
			"base_ref": "master",
			"base_sha": "7ded07cf14835bde0e7bd1a169b1b5468b788bf3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-10 16:12:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_java_homepage_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-10 16:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "google\/oss-fuzz",
			"created_at": "2024-02-10 16:13:09",
			"updated_at": "2024-02-10 16:13:07",
			"action": "opened",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 11588,
			"title": "xz-java: Update project homepage.",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "CONTRIBUTOR",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xz_java_homepage_update",
			"head_sha": "c68ae693be64b794ebe0d0640bed2957c87b3fb9",
			"base_ref": "master",
			"base_sha": "7ded07cf14835bde0e7bd1a169b1b5468b788bf3",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-12 12:43:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_java_homepage_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-12 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "JiaT75\/oss-fuzz",
			"created_at": "2024-02-12 12:43:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_homepage_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-12 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-12 17:57:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-13 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-13 15:34:01",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-14 18:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-14 18:05:56",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.5.2beta",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-14 18:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-14 18:13:29",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "This is the first release made under the 0BSD license. Please let us\r\nknow if there are any concerns about the license change. We are looking\r\nforward to releasing 5.6.0 later this month!\r\n\r\n```\r\n5.5.2beta (2024-02-14)\r\n\r\n    * Licensing change: The core components are now under the\r\n      BSD Zero Clause License (0BSD). In XZ Utils 5.4.6 and older\r\n      and 5.5.1alpha these components are in the public domain and\r\n      obviously remain so; the change affects the new releases only.\r\n\r\n      0BSD is an extremely permissive license which doesn't require\r\n      retaining or reproducing copyright or license notices when\r\n      distributing the code, thus in practice there is extremely\r\n      little difference to public domain.\r\n\r\n    * liblzma\r\n\r\n        - Significant speed optimizations to the LZMA decoder were\r\n          made. There are now three variants that can be chosen at\r\n          build time:\r\n\r\n            * Basic C version: This is a few percent faster than\r\n              5.4.x due to some new optimizations.\r\n\r\n            * Branchless C: This is currently the default on platforms\r\n              for which there is no assembly code. This should be a few\r\n              percent faster than the basic C version.\r\n\r\n            * x86-64 inline assembly. This works with GCC and Clang.\r\n\r\n          The default choice can currently be overriden by setting\r\n          LZMA_RANGE_DECODER_CONFIG in CPPFLAGS: 0 means the basic\r\n          version and 3 means that branchless C version.\r\n\r\n        - Optimized the CRC32 calculation on ARM64 platforms using the\r\n          CRC32 instructions. The instructions are optional in ARMv8.0\r\n          and are required in ARMv8.1 and later. Runtime detection for\r\n          the instruction is used on GNU\/Linux, FreeBSD, Windows, and\r\n          macOS. If the compiler flags indicate unconditional CRC32\r\n          instruction support (+crc) then the generic version is not\r\n          built.\r\n\r\n    * Added lz4 support to xzdiff\/xzcmp and xzgrep.\r\n\r\n    * Man pages of xzdiff\/xzcmp, xzgrep, and xzmore were rewritten\r\n      to simplify licensing of the man page translations.\r\n\r\n    * Translations:\r\n\r\n        - Updated Chinese (simplified), German, Korean, Polish,\r\n          Romanian, Spanish, Swedish, and Ukrainian translations.\r\n\r\n        - Updated German, Korean, Romanian, and Ukrainian man page\r\n          translations.\r\n\r\n    * Small improvements to the tests.\r\n\r\n    * Added doc\/examples\/11_file_info.c. It was added to the Git\r\n      repository in 2017 but forgotten to be added into distribution\r\n      tarballs.\r\n\r\n    * Removed doc\/examples_old. These were from 2012.\r\n\r\n    * Removed the macos\/build.sh script. It had not been updated\r\n      since 2013.\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.5.2beta",
			"release_name": "XZ Utils 5.5.2 Beta",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-14 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-02-14 18:19:36",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-14 18:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-14 18:25:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-15 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-15 14:28:08",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-16 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-16 14:55:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-17 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-17 13:13:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 4,
			"push_distinct_size": 4,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-17 14:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-17 14:31:23",
			"updated_at": "2024-02-17 14:31:22",
			"action": "closed",
			"comment_id": "0",
			"body": "The x32 port has a x86-64 ABI in term of all registers but uses only 32bit pointer like x86-32. The assembly optimisation fails to compile on x32. Given the state of x32 I suggest to exclude it from the optimisation rather than trying to fix it.\r\n\r\n## Pull request type\r\n\r\nPlease check the type of change your PR introduces:\r\n- [X] Bugfix\r\n\r\n## What is the current behavior?\r\nhttps:\/\/buildd.debian.org\/status\/fetch.php?pkg=xz-utils&arch=x32&ver=5.5.2beta-1&stamp=1708036388&raw=0\r\n\r\n```\r\nIn file included from ..\/..\/..\/..\/src\/liblzma\/lzma\/lzma_decoder.c:17:\r\nIn function ‘lzma_decode’,\r\n    inlined from ‘lzma_decode’ at ..\/..\/..\/..\/src\/liblzma\/lzma\/lzma_decoder.c:235:1:\r\n..\/..\/..\/..\/src\/liblzma\/rangecoder\/range_decoder.h:644:9: error: invalid 'asm': operand is not a condition code, invalid operand code 'c'\r\n  644 |         __asm__( \\\r\n      |         ^~~~~~~\r\n..\/..\/..\/..\/src\/liblzma\/rangecoder\/range_decoder.h:671:9: note: in expansion of macro ‘rc_asm_bittree_n’\r\n  671 |         rc_asm_bittree_n(probs_base_var, final_add, \\\r\n      |         ^~~~~~~~~~~~~~~~\r\n..\/..\/..\/..\/src\/liblzma\/lzma\/lzma_decoder.c:75:17: note: in expansion of macro ‘rc_bittree3’\r\n   75 |                 rc_bittree3(ld.low[pos_state], \\\r\n      |                 ^~~~~~~~~~~\r\n..\/..\/..\/..\/src\/liblzma\/lzma\/lzma_decoder.c:421:25: note: in expansion of macro ‘len_decode_fast’\r\n  421 |                         len_decode_fast(len, coder->match_len_decoder,\r\n      |                         ^~~~~~~~~~~~~~~\r\n..\/..\/..\/..\/src\/liblzma\/rangecoder\/range_decoder.h:644:9: error: invalid 'asm': operand is not a condition code, invalid operand code 'c'\r\n…\r\n```\r\n\r\n\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [X] No",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "sebastianas",
			"number": 80,
			"title": "liblzma\/rangecoder: Exclude x32 from the x86-64 optimisation.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2024-02-17 14:31:22",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "x32",
			"head_sha": "92228b3c74d97643ded809baa01448a8905c9625",
			"base_ref": "master",
			"base_sha": "711e22d5c5f3bac39ac904efb3ede874a66e2045",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "dirty",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 1,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-17 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-17 14:31:24",
			"updated_at": "2024-02-17 14:31:22",
			"action": "created",
			"comment_id": "1950224184",
			"body": "Omitting assembly from x86-32 is certainly much simpler than trying to adapt for it. Thanks for the PR! This is merged in master as e9053c907250c70d98b319d95fa54cb94fc76869. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 80,
			"title": "liblzma\/rangecoder: Exclude x32 from the x86-64 optimisation.",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "CONTRIBUTOR",
			"closed_at": "2024-02-17 14:31:22",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-17 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-17 17:14:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-20 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-20 13:14:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 6,
			"push_distinct_size": 6,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-20 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-20 15:33:05",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-20 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-20 16:33:10",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "manpage_typo_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-21 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-21 14:37:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-21 16:37:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-21 16:57:46",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-21 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-21 16:58:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-21 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-21 17:43:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 11:52:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 12:24:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 12:29:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 9,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 12:50:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 14:27:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 15:04:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 15:07:49",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 15:12:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.6_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-22 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-22 17:24:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/v5.6_dev",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-23 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-23 12:48:54",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-23 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-23 13:14:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/NEWS_update",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 12,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-23 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-23 13:15:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/manpage_typo_fix",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 3,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-23 15:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-23 15:46:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "lzma_decoder_improvements",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-24 09:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-24 09:06:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.6",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-24 10:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-24 10:01:50",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.6.0",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-24 10:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-24 10:04:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "There currently are no plans to maintain the 5.4.x branch, but releases\r\ncould be made if there is community interest.\r\n\r\nHere is an extract from the NEWS file:\r\n\r\n```\r\n5.6.0 (2024-02-24)\r\n\r\n    This bumps the minor version of liblzma because new features were\r\n    added. The API and ABI are still backward compatible with liblzma\r\n    5.4.x and 5.2.x and 5.0.x.\r\n\r\n    NOTE: As described in the NEWS for 5.5.2beta, the core components\r\n    are now under the BSD Zero Clause License (0BSD).\r\n\r\n    Since 5.5.2beta:\r\n\r\n    * liblzma:\r\n\r\n        - Disabled the branchless C variant in the LZMA decoder based\r\n          on the benchmark results from the community.\r\n\r\n        - Disabled x86-64 inline assembly on x32 to fix the build.\r\n\r\n    * Sandboxing support in xz:\r\n\r\n        - Landlock is now used even when xz needs to create files.\r\n          In this case the sandbox is has to be more permissive than\r\n          when no files need to be created. A similar thing was\r\n          already in use with pledge(2) since 5.3.4alpha.\r\n\r\n        - Landlock and pledge(2) are now stricter when reading from\r\n          more than one input file and only writing to standard output.\r\n\r\n        - Added support for Landlock ABI version 4.\r\n\r\n    * CMake:\r\n\r\n        - Default to -O2 instead of -O3 with CMAKE_BUILD_TYPE=Release.\r\n          -O3 is not useful for speed and makes the code larger.\r\n\r\n        - Now builds lzmainfo and lzmadec.\r\n\r\n        - xzdiff, xzgrep, xzless, xzmore, and their symlinks are now\r\n          installed. The scripts are also tested during \"make test\".\r\n\r\n        - Added translation support for xz, lzmainfo, and the\r\n          man pages.\r\n\r\n        - Applied the symbol versioning workaround for MicroBlaze that\r\n          is used in the Autotools build.\r\n\r\n        - The general XZ Utils and liblzma API documentation is now\r\n          installed.\r\n\r\n        - The CMake component names were changed a little and several\r\n          were added. liblzma_Runtime and liblzma_Development are\r\n          unchanged.\r\n\r\n        - Minimum required CMake version is now 3.14. However,\r\n          translation support is disabled with CMake versions\r\n          older than 3.20.\r\n\r\n        - The CMake-based build is now close to feature parity with the\r\n          Autotools-based build. Most importantly a few tests aren't\r\n          run yet. Testing the CMake-based build on different operating\r\n          systems would be welcome now. See the comment at the top of\r\n          CMakeLists.txt.\r\n\r\n    * Fixed a bug in the Autotools feature test for ARM64 CRC32\r\n      instruction support for old versions of Clang. This did not\r\n      affect the CMake build.\r\n\r\n    * Windows:\r\n\r\n        - The build instructions in INSTALL and windows\/INSTALL*.txt\r\n          were revised completely.\r\n\r\n        - windows\/build-with-cmake.bat along with the instructions\r\n          in windows\/INSTALL-MinGW-w64_with_CMake.txt should make\r\n          it very easy to build liblzma.dll and xz.exe on Windows\r\n          using CMake and MinGW-w64 with either GCC or Clang\/LLVM.\r\n\r\n        - windows\/build.bash was updated. It now works on MSYS2 and\r\n          on GNU\/Linux (cross-compiling) to create a .zip and .7z\r\n          package for 32-bit and 64-bit x86 using GCC + MinGW-w64.\r\n\r\n    * The TODO file is no longer installed as part of the\r\n      documentation. The file is out of date and does not reflect\r\n      the actual tasks that will be completed in the future.\r\n\r\n    * Translations:\r\n\r\n        - Translated lzmainfo man pages are now installed. These\r\n          had been forgotten in earlier versions.\r\n\r\n        - Updated Croatian, Esperanto, German, Hungarian, Korean,\r\n          Polish, Romanian, Spanish, Swedish, Vietnamese, and Ukrainian\r\n          translations.\r\n\r\n        - Updated German, Korean, Romanian, and Ukrainian man page\r\n          translations.\r\n\r\n    * Added a few tests.\r\n   ```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.6.0",
			"release_name": "XZ Utils 5.6.0 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-24 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-24 10:09:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 10,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-24 11:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-24 11:19:45",
			"updated_at": "2024-02-24 11:19:43",
			"action": "created",
			"comment_id": "1962331872",
			"body": "Thanks for the bug report! The problem here is that you do not have Gettext installed. \r\n\r\n`-- Could NOT find Gettext (missing: GETTEXT_MSGMERGE_EXECUTABLE GETTEXT_MSGFMT_EXECUTABLE) `\r\n\r\nPerhaps we can create a better error message here, but if you do not have Gettext installed then you need to already have the .gmo files built. These are available in the source code releases, so you should be able to build from there instead of from the development repository.\r\n\r\nThere are several workarounds here. The best solution is to install Gettext on your CI runner. It appears your CI runner is Ubuntu, so adding a step:\r\n\r\n```shell\r\napt install gettext\r\n```\r\n\r\nOtherwise, you can disable NLS by setting -DENABLE_NLS=OFF when configuring with CMake.\r\n\r\nIn CMakeLists.txt there is a bit of documentation about this in a comment near the beginning of the file:\r\n\r\n```\r\n# If building from xz.git instead of a release tarball, consider\r\n# the following *before* running cmake:\r\n#\r\n#   - To get translated messages, install GNU gettext tools (the\r\n#     command msgfmt is needed). Alternatively disable translations\r\n#     by setting ENABLE_NLS=OFF.\r\n#\r\n#   - To get translated man pages, run po4a\/update-po which requires\r\n#     the po4a tool. The build works without this step too.\r\n```\r\n\r\nLet me know if you have further questions. I hope this helps!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 82,
			"title": "[Bug]: cmake install fails with github mainline & 5.6.0",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-25 03:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-25 03:28:00",
			"updated_at": "2024-02-25 03:27:58",
			"action": "created",
			"comment_id": "1962800073",
			"body": "Hello!\r\n\r\nI have seen this misconception before and I can understand where it is coming from. The short answer is that multi threaded compression mode is in fact deterministic.\r\n\r\nIt does not matter how many threads are used. @sam is correct, multi threaded encoding mode with 1 thread will produce the same as output as 10 threads. The output is *different* from single threaded mode, which is where the confusion happens. Single threaded mode does not put the block sizes in the headers and will put all of the data in a single block by default.\r\n\r\nSetting -T0 will always use multi threaded mode. In the past, if only one thread was used in -T0 mode then it would operate in single threaded mode and thus produce single threaded output. So I believe that is where the non-determinstic belief originated from, since sometimes the output would be different when using -T0. This is no longer the case.\r\n\r\nI hope this helps!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 85,
			"title": "[Bug?]: Default option. Non determinism in multithreads?",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-25 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-25 13:41:03",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "manpage_typo_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-25 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-25 13:41:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "NEWS_update",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-25 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-25 13:42:52",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 11:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 11:49:04",
			"updated_at": "2024-02-26 11:49:03",
			"action": "created",
			"comment_id": "1963960663",
			"body": "Hello! Thanks for the bug report and build logs. Luckily, the workaround for this is very simple. With Autotools build, you can pass the flag `--disable-sandbox` to `configure`. With CMake, pass `-DENABLE_SANDBOX=OFF`.\r\n\r\nThe underlying problem here is that we assumed having the `linux\/landlock.h` header file meant that the system would also have `SYS_landlock_create_ruleset` and `SYS_landlock_restrict_self` defined in `sys\/syscall.h`. So the fix on our side is to add checks for these system calls before setting `HAVE_LINUX_LANDLOCK_H` during configurations. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 88,
			"title": "[Bug]: Compile problem: SYS_landlock_restrict_self is undeclared",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 11:57:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 12:02:10",
			"updated_at": "2024-02-26 12:02:09",
			"action": "created",
			"comment_id": "1963984783",
			"body": "This Issue was duplicated [here](https:\/\/github.com\/tukaani-project\/xz\/issues\/88), so you can follow that thread if you want more information about how we are addressing this :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 84,
			"title": "[Bug]:  5.6.0 build issue",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "2024-02-25 02:52:43",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 12:07:43",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 13:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-02-26 13:16:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 15:11:55",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "sandbox_build_fix",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 15:30:21",
			"updated_at": "2024-02-26 15:30:19",
			"action": "created",
			"comment_id": "1964425025",
			"body": "Added a [commit to master](https:\/\/github.com\/tukaani-project\/xz\/commit\/328c52da8a2bbb81307644efdb58db2c422d9ba7) for this. Let us know if this solves the problem!",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 88,
			"title": "[Bug]: Compile problem: SYS_landlock_restrict_self is undeclared",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 15:00:00",
			"event_type": "PullRequestEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 15:36:05",
			"updated_at": "2024-02-26 15:36:04",
			"action": "closed",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [ ] Build was run locally and without warnings or errors\r\n- [ ] All previous and new tests pass\r\n\r\n\r\n## Pull request type \r\n\r\nPlease check the type of change your PR introduces:\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming, typo fix)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [x] Documentation content changes\r\n- [ ] Other (please describe): \r\n\r\n\r\n## What is the current behavior?\r\nThe RISC-V filter option should be listed in the man page but not.\r\n\r\n\r\n## What is the new behavior?\r\nList the RISC-V filter.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n\r\n## Other information\r\n\r\nThe translation is not handled yet.\r\nCurrently running po4a\/update-po upon commit 5d8d915ebe2e345820a0f54d1baf8d7d4824c0c7 generates changes of over 455 lines and I'm sure sure if they are really needed. Plus, I'm not familiar with the po4a tools so help is needed. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "ivq",
			"number": 87,
			"title": "xz: Add missing RISC-V on the filter list in the man page",
			"labels": [],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "2024-02-26 15:36:04",
			"merged_at": "2024-02-26 15:36:04",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "fix_riscv_filter_doc",
			"head_sha": "2a76c3dd1084561e819df9e3e6b1606fa0c79e0b",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "JiaT75",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 1,
			"additions": 3,
			"deletions": 1,
			"changed_files": 1,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 15:36:07",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-26 15:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-26 15:41:14",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-27 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-27 12:24:36",
			"updated_at": "2024-02-27 12:24:35",
			"action": "created",
			"comment_id": "1966432482",
			"body": "> any road map \/ time line, when a release containing the fix could be available?\r\n\r\nWe don't have an exact date yet for the next release (5.6.1) since we want to wait for more possible bug reports to come in. It should only be a few weeks though :)\r\n\r\nFor this problem, if you need to use the 5.6.0 release you can just add `--disable-sandbox` to the `configure` command. You will not be missing out on the sandbox feature unnecessarily because unfortunately your system cannot support this feature until your system call definitions include `SYS_landlock_create_ruleset` and `SYS_landlock_restrict_self`.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 88,
			"title": "[Bug]: Compile problem: SYS_landlock_restrict_self is undeclared",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 7,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-27 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-02-27 12:29:17",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-27 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-27 15:48:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "xz_memlimit_warnings",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-27 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-27 16:53:48",
			"updated_at": "2024-02-27 16:53:47",
			"action": "created",
			"comment_id": "1967105982",
			"body": "Hello!\r\n\r\nThanks for the bug report. The cause of this is because in 5.6.0 we made the default compression mode multi threaded. By default, xz will try to use the number of cores to determine how many threads to use when compressing\/decompressing. If there is not enough memory to support this many threads, it will reduce the number of threads. Showing this as a warning message made more sense before because multi threading was not the default.\r\n\r\nTo answer your question, the amount of memory required per thread with default options is the block size * 2 + LZMA2 dictionary size. Block size is determined by 3 * LZMA2 dictionary size or a minimum of 1 MiB. So the amount of memory you give to xz depends on how many threads you want to be used. More threads just means faster compression, not better compression ratio. For best compression ratio, use single threaded mode (`-T1`).\r\n\r\nAnother user reported this on the mailing list, so we already started considering different options. As a user, would you rather see the number of threads actually used in verbose mode (`-v`) or debug mode (`-vv`)? We are all in agreement that this message should not be displayed by default :)",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 89,
			"title": "[Bug]: xz: Reduced the number of threads from ... to not exceed the memory usage limit of ... MiB",
			"labels": ["bug"],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 2,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-28 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-28 13:33:25",
			"updated_at": "2024-02-28 13:33:24",
			"action": "created",
			"comment_id": "1968993934",
			"body": "Hello!\r\n\r\nThank you for the feature request. Currently, we do not have any official benchmark framework for any of the XZ projects. When we develop new features that require benchmarking data, we tend to collect the files with characteristics that best fit that feature (data type, size, entropy, etc.). Often times community members will also help us benchmark since they may have access to machines, data, or ideas that the maintainers do not.\r\n\r\nAs such, we do not have any plans for a more official, robust, and structured benchmark framework at this time. We unfortunately have a few high priority tasks to attend to first. Eventually, this could be a nice thing to have when we revisit encoder\/decoder optimizations to make it easier for the community to help us test various ideas. We would likely maintain a separate repository for this so it could be useful for other .xz implementations.\r\n\r\nIf you have ideas on good ways to do this or bad things we should avoid, we are always open to suggestions :) . We probably wouldn't want to actually host the benchmark data ourselves due to storage requirements and potential file distribution copyright complexities, but a bring-your-own-data framework could be useful for people. Such a thing may already exist, so we would need to start by surveying what solutions other projects use for something like this. ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 83,
			"title": "[Feature Request]: Is there a real-world benchmark for xz?",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-28 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-28 16:07:33",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/xz_memlimit_warnings",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-28 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-28 16:19:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:33:20",
			"updated_at": "2024-02-29 16:33:18",
			"action": "created",
			"comment_id": "1971515848",
			"body": "Hello! Thanks for the PR. Overall it looks like you did a great job with this.\r\n\r\nCan you provide benchmarks to show the speed increase from this? Specifically, can you show one version with the alignment adjustment in `crc32_arch_optimized()` and one without? I just want to be sure the alignment adjustment code is worth it for LoongArch. It would be great to vary the input buffer size to see how the speed improvements scale.\r\n\r\nAlso, how necessary are the runtime detection checks? Are there LoongArch chips that do not have the CRC32 instruction? ",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 4,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:34:27",
			"updated_at": "2024-02-29 16:34:28",
			"action": "created",
			"comment_id": "1507869290",
			"body": "An extra newline is needed here to match the code style. It helps break up the different sections in this file.",
			"path": "configure.ac",
			"position": 3,
			"line": 395,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -393,6 +393,14 @@ AC_ARG_ENABLE([arm64-crc32], AS_HELP_STRING([--disable-arm64-crc32],\n \t\tis detected.]),\n \t[], [enable_arm64_crc32=yes])\n ",
			"original_position": 3,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:34:28",
			"updated_at": "2024-02-29 16:34:27",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:41:59",
			"updated_at": "2024-02-29 16:41:59",
			"action": "created",
			"comment_id": "1507879564",
			"body": "`<stdint.h>` isn't needed in the feature test. It was used in the ARM64 feature test because `__crc32d()` parameters were expected to be `uint32_t` and `uint64_t` (and the return type is `uint32_t`).",
			"path": "configure.ac",
			"position": 34,
			"line": 1178,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -1152,6 +1160,45 @@ AS_IF([test \"x$enable_arm64_crc32\" = xyes], [\n \tAC_CHECK_FUNCS([getauxval elf_aux_info sysctlbyname])\n ])\n \n+# LoongArch Intrinsics define CRC32 functions in larchintrin.h.\n+# These are supported by at least GCC and Clang.\n+AC_MSG_CHECKING([if LoongArch CRC32 instruction is usable])\n+AS_IF([test \"x$enable_loongarch_crc32\" = xno], [\n+\tAC_MSG_RESULT([no, --disable-loongarch-crc32 was used])\n+], [\n+\t# Set -Werror here because -Wimplicit-function-declaration was\n+\t# only a warning in GCC <= 13. This does not need to be done\n+\t# with CMake because tests will attempt to link and the error\n+\t# will be reported then.\n+\tOLD_CFLAGS=\"$CFLAGS\"\n+\tCFLAGS=\"$CFLAGS -Werror\"\n+\n+\tAC_COMPILE_IFELSE([AC_LANG_SOURCE([[\n+#include <larchintrin.h>\n+#include <stdint.h>",
			"original_position": 34,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:42:00",
			"updated_at": "2024-02-29 16:41:59",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:44:51",
			"updated_at": "2024-02-29 16:44:51",
			"action": "created",
			"comment_id": "1507883948",
			"body": "For the Autotools build, the `crc32_loongarch.h` file needs to be added to `src\/liblzma\/check\/Makefile.inc`. Use `crc32_arm64.h` as an example of where to put it :)",
			"path": "configure.ac",
			"position": 1,
			"line": 1,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 1,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:44:52",
			"updated_at": "2024-02-29 16:44:51",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:46:10",
			"updated_at": "2024-02-29 16:46:10",
			"action": "created",
			"comment_id": "1507886079",
			"body": "Same reason as `configure.ac`, this include isn't needed",
			"path": "CMakeLists.txt",
			"position": 12,
			"line": 1167,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -1156,6 +1156,34 @@ if(ALLOW_ARM64_CRC32)\n     endif()\n endif()\n \n+# LoongArch CRC32 Intrinsics are in larchintrin.h.\n+# These are supported by at least GCC and Clang.\n+option(ALLOW_LOONGARCH_CRC32 \"Allow LoongArch CRC32 instruction if \\\n+supported by the system\" ON)\n+\n+if(ALLOW_LOONGARCH_CRC32)\n+    check_c_source_compiles(\"\n+            #include <larchintrin.h>\n+            #include <stdint.h>",
			"original_position": 12,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:46:11",
			"updated_at": "2024-02-29 16:46:10",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:52:14",
			"updated_at": "2024-02-29 16:52:15",
			"action": "created",
			"comment_id": "1507894274",
			"body": "Extra newline needed before this line for code style.",
			"path": "src\/liblzma\/check\/crc32_loongarch.h",
			"position": 33,
			"line": 33,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,107 @@\n+\/\/ SPDX-License-Identifier: 0BSD\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc32_loongarch.h\n+\/\/\/ \\brief      CRC32 calculation with LoongArch optimization\n+\/\/\n+\/\/  Authors:    Xi Ruoyao\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+\n+#ifndef LZMA_CRC32_LOONGARCH_H\n+#define LZMA_CRC32_LOONGARCH_H\n+\n+#include <larchintrin.h>\n+#include <sys\/auxv.h>\n+\n+\/\/ Defined in section 9.1 of\n+\/\/ \"Software Development and Build Convention for LoongArch Architectures\"\n+\/\/ (https:\/\/github.com\/loongson\/la-softdev-convention\/).  Hard code it\n+\/\/ instead of including <bits\/hwcap.h> for compatibility with Glibc <= 2.37.\n+#define HWCAP_LOONGARCH_CRC32 (1 << 6)\n+\n+#if __loongarch_grlen >= 64\n+#  define UNIT_SIZE 8\n+#  define CRC_UNIT(buf, crc) __crc_w_d_w((int64_t)aligned_read64le(buf), crc)\n+#else\n+#  define UNIT_SIZE 4\n+#  define CRC_UNIT(buf, crc) __crc_w_w_w((int32_t)aligned_read32le(buf), crc)\n+#endif\n+\n+static uint32_t",
			"original_position": 33,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:52:15",
			"updated_at": "2024-02-29 16:52:15",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:55:33",
			"updated_at": "2024-02-29 16:55:34",
			"action": "created",
			"comment_id": "1507898651",
			"body": "What is the name defined in `<sys\/auxv.h>`? Just checking to be sure it doesn't conflict with this name. It would be better to only use the hardcoded value if the correct one from `<sys\/auxv.h>` is not defined.",
			"path": "src\/liblzma\/check\/crc32_loongarch.h",
			"position": 23,
			"line": 23,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,107 @@\n+\/\/ SPDX-License-Identifier: 0BSD\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc32_loongarch.h\n+\/\/\/ \\brief      CRC32 calculation with LoongArch optimization\n+\/\/\n+\/\/  Authors:    Xi Ruoyao\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+\n+#ifndef LZMA_CRC32_LOONGARCH_H\n+#define LZMA_CRC32_LOONGARCH_H\n+\n+#include <larchintrin.h>\n+#include <sys\/auxv.h>\n+\n+\/\/ Defined in section 9.1 of\n+\/\/ \"Software Development and Build Convention for LoongArch Architectures\"\n+\/\/ (https:\/\/github.com\/loongson\/la-softdev-convention\/).  Hard code it\n+\/\/ instead of including <bits\/hwcap.h> for compatibility with Glibc <= 2.37.\n+#define HWCAP_LOONGARCH_CRC32 (1 << 6)",
			"original_position": 23,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:55:34",
			"updated_at": "2024-02-29 16:55:34",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:56:02",
			"updated_at": "2024-02-29 16:56:02",
			"action": "created",
			"comment_id": "1507899271",
			"body": "Extra newline needed here.",
			"path": "src\/liblzma\/check\/crc32_loongarch.h",
			"position": 88,
			"line": 88,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,107 @@\n+\/\/ SPDX-License-Identifier: 0BSD\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc32_loongarch.h\n+\/\/\/ \\brief      CRC32 calculation with LoongArch optimization\n+\/\/\n+\/\/  Authors:    Xi Ruoyao\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+\n+#ifndef LZMA_CRC32_LOONGARCH_H\n+#define LZMA_CRC32_LOONGARCH_H\n+\n+#include <larchintrin.h>\n+#include <sys\/auxv.h>\n+\n+\/\/ Defined in section 9.1 of\n+\/\/ \"Software Development and Build Convention for LoongArch Architectures\"\n+\/\/ (https:\/\/github.com\/loongson\/la-softdev-convention\/).  Hard code it\n+\/\/ instead of including <bits\/hwcap.h> for compatibility with Glibc <= 2.37.\n+#define HWCAP_LOONGARCH_CRC32 (1 << 6)\n+\n+#if __loongarch_grlen >= 64\n+#  define UNIT_SIZE 8\n+#  define CRC_UNIT(buf, crc) __crc_w_d_w((int64_t)aligned_read64le(buf), crc)\n+#else\n+#  define UNIT_SIZE 4\n+#  define CRC_UNIT(buf, crc) __crc_w_w_w((int32_t)aligned_read32le(buf), crc)\n+#endif\n+\n+static uint32_t\n+crc32_arch_optimized(const uint8_t *buf, size_t size, uint32_t _crc)\n+{\n+\tint32_t crc = (int32_t)~_crc;\n+\n+\t\/\/ Align the input buffer because this was shown to be\n+\t\/\/ significantly faster than unaligned accesses.\n+\tconst size_t align_amount = my_min(size,\n+\t\t\t(UNIT_SIZE - (uintptr_t)buf) & (UNIT_SIZE - 1));\n+\n+\tif (align_amount & 1)\n+\t\tcrc = __crc_w_b_w((int8_t)*buf++, crc);\n+\n+\tif (align_amount & 2) {\n+\t\tcrc = __crc_w_h_w((int16_t)aligned_read16le(buf), crc);\n+\t\tbuf += 2;\n+\t}\n+\n+#if UNIT_SIZE == 8\n+\tif (align_amount & 4) {\n+\t\tcrc = __crc_w_w_w((int32_t)aligned_read32le(buf), crc);\n+\t\tbuf += 4;\n+\t}\n+#endif\n+\n+\tsize -= align_amount;\n+\n+\t\/\/ Process UNIT_SIZE bytes at a time. The end point is determined by\n+\t\/\/ ignoring the least significant log2(UNIT_SIZE) bits of size to ensure\n+\t\/\/ we do not process past the bounds of the buffer. This guarantees\n+\t\/\/ that limit is a multiple of UNIT_SIZE and is strictly less than size.\n+\tfor (const uint8_t *limit = buf + (size & ~((size_t)UNIT_SIZE - 1));\n+\t\t\tbuf < limit; buf += UNIT_SIZE)\n+\t\tcrc = CRC_UNIT(buf, crc);\n+\n+\t\/\/ Process the remaining bytes that are not 8 byte aligned.\n+\tconst size_t remaining_amount = size & (UNIT_SIZE - 1);\n+\n+#if UNIT_SIZE == 8\n+\tif (remaining_amount & 4) {\n+\t\tcrc = __crc_w_w_w((int32_t)aligned_read32le(buf), crc);\n+\t\tbuf += 4;\n+\t}\n+#endif\n+\n+\tif (remaining_amount & 2) {\n+\t\tcrc = __crc_w_h_w((int16_t)aligned_read16le(buf), crc);\n+\t\tbuf += 2;\n+\t}\n+\n+\tif (remaining_amount & 1)\n+\t\tcrc = __crc_w_b_w((int8_t)*buf, crc);\n+\n+\treturn (uint32_t)~crc;\n+}\n+",
			"original_position": 88,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:56:03",
			"updated_at": "2024-02-29 16:56:02",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:56:54",
			"updated_at": "2024-02-29 16:56:54",
			"action": "created",
			"comment_id": "1507900586",
			"body": "This comment needs updating to reference `UNIT_SIZE` instead of \"8\".",
			"path": "src\/liblzma\/check\/crc32_loongarch.h",
			"position": 68,
			"line": 68,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,107 @@\n+\/\/ SPDX-License-Identifier: 0BSD\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc32_loongarch.h\n+\/\/\/ \\brief      CRC32 calculation with LoongArch optimization\n+\/\/\n+\/\/  Authors:    Xi Ruoyao\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+\n+#ifndef LZMA_CRC32_LOONGARCH_H\n+#define LZMA_CRC32_LOONGARCH_H\n+\n+#include <larchintrin.h>\n+#include <sys\/auxv.h>\n+\n+\/\/ Defined in section 9.1 of\n+\/\/ \"Software Development and Build Convention for LoongArch Architectures\"\n+\/\/ (https:\/\/github.com\/loongson\/la-softdev-convention\/).  Hard code it\n+\/\/ instead of including <bits\/hwcap.h> for compatibility with Glibc <= 2.37.\n+#define HWCAP_LOONGARCH_CRC32 (1 << 6)\n+\n+#if __loongarch_grlen >= 64\n+#  define UNIT_SIZE 8\n+#  define CRC_UNIT(buf, crc) __crc_w_d_w((int64_t)aligned_read64le(buf), crc)\n+#else\n+#  define UNIT_SIZE 4\n+#  define CRC_UNIT(buf, crc) __crc_w_w_w((int32_t)aligned_read32le(buf), crc)\n+#endif\n+\n+static uint32_t\n+crc32_arch_optimized(const uint8_t *buf, size_t size, uint32_t _crc)\n+{\n+\tint32_t crc = (int32_t)~_crc;\n+\n+\t\/\/ Align the input buffer because this was shown to be\n+\t\/\/ significantly faster than unaligned accesses.\n+\tconst size_t align_amount = my_min(size,\n+\t\t\t(UNIT_SIZE - (uintptr_t)buf) & (UNIT_SIZE - 1));\n+\n+\tif (align_amount & 1)\n+\t\tcrc = __crc_w_b_w((int8_t)*buf++, crc);\n+\n+\tif (align_amount & 2) {\n+\t\tcrc = __crc_w_h_w((int16_t)aligned_read16le(buf), crc);\n+\t\tbuf += 2;\n+\t}\n+\n+#if UNIT_SIZE == 8\n+\tif (align_amount & 4) {\n+\t\tcrc = __crc_w_w_w((int32_t)aligned_read32le(buf), crc);\n+\t\tbuf += 4;\n+\t}\n+#endif\n+\n+\tsize -= align_amount;\n+\n+\t\/\/ Process UNIT_SIZE bytes at a time. The end point is determined by\n+\t\/\/ ignoring the least significant log2(UNIT_SIZE) bits of size to ensure\n+\t\/\/ we do not process past the bounds of the buffer. This guarantees\n+\t\/\/ that limit is a multiple of UNIT_SIZE and is strictly less than size.\n+\tfor (const uint8_t *limit = buf + (size & ~((size_t)UNIT_SIZE - 1));\n+\t\t\tbuf < limit; buf += UNIT_SIZE)\n+\t\tcrc = CRC_UNIT(buf, crc);\n+\n+\t\/\/ Process the remaining bytes that are not 8 byte aligned.",
			"original_position": 68,
			"commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"original_commit_id": "4023849b644a3df3e170cba4a551e11737192447",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-02-29 16:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 16:56:55",
			"updated_at": "2024-02-29 16:56:54",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "4023849b644a3df3e170cba4a551e11737192447",
			"base_ref": "master",
			"base_sha": "8bf9f72ee1c05b9e205a72807e8a9e304785673d",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-02-29 17:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-02-29 17:35:39",
			"updated_at": "2024-02-29 17:35:38",
			"action": "created",
			"comment_id": "1971631816",
			"body": "> I'll do it tomorrow.\r\n\r\nThanks!\r\n \r\n> The specification says 64-bit LoongArch chips shall implement CRC32 instructions, but 32-bit LoongArch chips may lack them (though no 32-bit LoongArch chips have been launched as at now).\r\n\r\nOk that is great to know. I had not found any references to 32-bit LoongArch chips, so that makes sense. Is it likely that 32-bit chips will be made? Otherwise it will simplify things to just design the code for 64-bit LoongArch and not bother with the runtime checks at all. Future 32-bit LoongArch may need extra compiler flags or a function `__attribute__()` so the code wouldn't be able to work as-is anyway.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 6,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:18:34",
			"updated_at": "2024-03-02 13:18:33",
			"action": "created",
			"comment_id": "1974795263",
			"body": "Thanks for the benchmarking numbers, those easily justify including this feature :)\r\n\r\n> Some low-end 64-bit LoongArch CPUs (2K1000 for example) do not support unaligned access, on these CPUs unaligned access will trap and be emulated by the kernel (very slow). So we have to adjust the alignment anyway... I don't have a 2K1000 board for testing though, on my board (3A6000) the alignment adjustment only produces ~1% improvement.\r\n\r\nIf there are LoongArch CPUs that do not support unaligned access, that is plenty reason to have the code to align the buffer. Thanks for the info!\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 9,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:23:56",
			"updated_at": "2024-03-02 13:23:56",
			"action": "created",
			"comment_id": "1509965809",
			"body": "It looks like the `target_compile_definitions(liblzma PRIVATE HAVE_LOONGARCH_CRC32)` was accidentally omitted during the simplification. Can this be added back?",
			"path": "CMakeLists.txt",
			"position": 32,
			"line": 1180,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -1156,6 +1157,29 @@ if(ALLOW_ARM64_CRC32)\n     endif()\n endif()\n \n+# LoongArch CRC32 Intrinsics are in larchintrin.h.\n+# These are supported by at least GCC and Clang.\n+option(ALLOW_LOONGARCH_CRC32 \"Allow LoongArch CRC32 instruction if \\\n+supported by the system\" ON)\n+\n+if(ALLOW_LOONGARCH_CRC32)\n+    check_c_source_compiles(\"\n+            \/\/ As at now only 64-bit LoongArch is supported.\n+            #if !(defined(__loongarch__) && __loongarch_grlen >= 64)\n+            #   error LoongArch CRC32 only supported on 64-bit LoongArch\n+            #endif\n+\n+            #include <larchintrin.h>\n+\n+            int my_crc(int word, int crc)\n+            {\n+                return __crc_w_w_w(word, crc);\n+            }\n+            int main(void) { return 0; }\n+        \"\n+        HAVE_LOONGARCH_CRC32)",
			"original_position": 32,
			"commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"original_commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:23:57",
			"updated_at": "2024-03-02 13:23:56",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:32:01",
			"updated_at": "2024-03-02 13:32:01",
			"action": "created",
			"comment_id": "1509966960",
			"body": "We don't use variables starting with \"_\" since these type of identifiers are reserved. So perhaps `_crc` could be renamed as `crc_unsigned` or `crc_param` or something better that you can think of :)",
			"path": "src\/liblzma\/check\/crc32_loongarch.h",
			"position": 19,
			"line": 19,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -0,0 +1,71 @@\n+\/\/ SPDX-License-Identifier: 0BSD\n+\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\/\/\n+\/\/\/ \\file       crc32_loongarch.h\n+\/\/\/ \\brief      CRC32 calculation with LoongArch optimization\n+\/\/\n+\/\/  Authors:    Xi Ruoyao\n+\/\/\n+\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n+\n+\n+#ifndef LZMA_CRC32_LOONGARCH_H\n+#define LZMA_CRC32_LOONGARCH_H\n+\n+#include <larchintrin.h>\n+\n+static uint32_t\n+crc32_arch_optimized(const uint8_t *buf, size_t size, uint32_t _crc)",
			"original_position": 19,
			"commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"original_commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:32:02",
			"updated_at": "2024-03-02 13:32:01",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:32:48",
			"updated_at": "2024-03-02 13:32:48",
			"action": "created",
			"comment_id": "1509967076",
			"body": "Thanks for remembering this! I had forgotten this was needed in the first round of review",
			"path": "src\/liblzma\/check\/crc32_table.c",
			"position": 12,
			"line": 36,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "@@ -26,9 +26,14 @@\n #\tdefine ARM64_CRC32_NO_TABLE 1\n #endif\n \n+#if defined(HAVE_LOONGARCH_CRC32)\n+#\tdefine LOONGARCH_CRC32_NO_TABLE 1\n+#endif\n+\n \n #if !defined(HAVE_ENCODERS) && (defined(X86_CLMUL_NO_TABLE) \\\n-\t\t|| defined(ARM64_CRC32_NO_TABLE_))\n+\t\t|| defined(ARM64_CRC32_NO_TABLE_) \\\n+\t\t|| defined(LOONGARCH_CRC32_NO_TABLE))",
			"original_position": 12,
			"commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"original_commit_id": "e079b80f9ee1df835015db51e5526a50e8987801",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-02 13:00:00",
			"event_type": "PullRequestReviewEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-02 13:32:49",
			"updated_at": "2024-03-02 13:32:48",
			"action": "created",
			"comment_id": "0",
			"body": "## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n- [ ] Tests for the changes have been added (for bug fixes \/ features)\r\n- [ ] Docs have been reviewed and added \/ updated if needed (for bug fixes \/ features)\r\n- [x] Build was run locally and without warnings or errors\r\n- [x] All previous and new tests pass\r\n\r\n\r\n## Pull request type\r\n\r\n<!-- Please try to limit your pull request to one type, submit multiple\r\npull requests if needed. --> \r\n\r\nPlease check the type of change your PR introduces:\r\n- [x] Feature\r\n\r\n## What is the current behavior?\r\n<!-- Please describe the current behavior that you are modifying. -->\r\n\r\nOn LoongArch the generic table-based CRC32 implementation is used.\r\n\r\n<!-- Related issue this PR addresses, if applicable -->\r\nRelated Issue URL: None\r\n\r\n\r\n## What is the new behavior?\r\n\r\nThe crc.w.{b\/h\/w\/d}.w instructions in LoongArch can calculate the CRC32 result for 1\/2\/4\/8 bytes in a single operation, making the use of LoongArch CRC32 instructions much faster compared to the general CRC32 algorithm.\r\n\r\nOptimized CRC32 will be enabled if the kernel declares the LoongArch CRC32 instructions supported via AT_HWCAP.\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [x] No\r\n\r\n<!-- If this introduces a breaking change, please describe the impact and\r\nmigration path for existing applications below. -->\r\n\r\n\r\n## Other information\r\n\r\n<!-- Any other information that is important to this PR. -->",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "xry111",
			"number": 86,
			"title": "Speed up CRC32 calculation on LoongArch",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "xry111\/loongarch-crc",
			"head_sha": "e079b80f9ee1df835015db51e5526a50e8987801",
			"base_ref": "master",
			"base_sha": "5f3d0595296cc3035eae9e7bb6c3ffb1e1267333",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "commented"
		},
		{
			"file_time": "2024-03-04 15:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-04 15:01:19",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ifunc_updates",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-04 16:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-04 16:49:22",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_updates",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-04 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-04 17:14:39",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_updates",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-04 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-04 17:40:09",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/ifunc_updates",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-04 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-04 17:55:15",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-05 10:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-05 10:18:48",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "ifunc_updates",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-07 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-07 17:44:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-08 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-08 12:06:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 09:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-09 09:36:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.6_dev",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 09:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-09 09:51:04",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 8,
			"push_distinct_size": 8,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 10:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-09 10:40:57",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v5.6.1",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 10:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-09 10:44:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Here is an extract from the NEWS file:\r\n\r\n```\r\n5.6.1 (2024-03-09)\r\n\r\n    * liblzma: Fixed two bugs relating to GNU indirect function (IFUNC)\r\n      with GCC. The more serious bug caused a program linked with\r\n      liblzma to crash on start up if the flag -fprofile-generate was\r\n      used to build liblzma. The second bug caused liblzma to falsely\r\n      report an invalid write to Valgrind when loading liblzma.\r\n\r\n    * xz: Changed the messages for thread reduction due to memory\r\n      constraints to only appear under the highest verbosity level.\r\n\r\n    * Build:\r\n\r\n        - Fixed a build issue when the header file <linux\/landlock.h>\r\n          was present on the system but the Landlock system calls were\r\n          not defined in <sys\/syscall.h>.\r\n\r\n        - The CMake build now warns and disables NLS if both gettext\r\n          tools and pre-created .gmo files are missing. Previously,\r\n          this caused the CMake build to fail.\r\n\r\n    * Minor improvements to man pages.\r\n\r\n    * Minor improvements to tests.\r\n```",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v5.6.1",
			"release_name": "XZ Utils 5.6.1 Stable",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 10:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-09 10:46:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-09 12:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-09 12:00:46",
			"updated_at": "2024-03-09 12:00:45",
			"action": "created",
			"comment_id": "1986837085",
			"body": "Thanks @ndu2 for doing some benchmarking and the demo pipeline! I hadn't forgotten about this but we had higher priority things to work on instead. MSVC support for xz is still fairly recent, so adding it to the CI pipeline would be great. I'll take a look at your demo pipeline hopefully soon :)\r\n\r\nThe existing CI tests likely need a bit of a clean up anyway, some parts were written hastily by me. They have proven to be great for catching bugs though. We don't have plans for using CI for releases.\r\n\r\nThe assembly code is only for decoding so that explains your results. Using larger test files may help be sure that the results aren't due to noise.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 14,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-11 14:00:00",
			"event_type": "IssuesEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-11 14:37:02",
			"updated_at": "2024-03-11 14:37:02",
			"action": "closed",
			"comment_id": "0",
			"body": "### Describe the bug\r\n\r\n    make  all-recursive\r\n    make[1]: Entering directory '\/Depot\/jjj\/xz-5.6.0'\r\n    Making all in src\r\n    make[2]: Entering directory '\/Depot\/jjj\/xz-5.6.0\/src'\r\n    Making all in liblzma\r\n    make[3]: Entering directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma'\r\n    Making all in api\r\n    make[4]: Entering directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma\/api'\r\n    make[4]: Nothing to be done for 'all'.\r\n    make[4]: Leaving directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma\/api'\r\n    make[4]: Entering directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma'\r\n    make[4]: Nothing to be done for 'all-am'.\r\n    make[4]: Leaving directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma'\r\n    make[3]: Leaving directory '\/Depot\/jjj\/xz-5.6.0\/src\/liblzma'\r\n    Making all in xzdec\r\n    make[3]: Entering directory '\/Depot\/jjj\/xz-5.6.0\/src\/xzdec'\r\n    gcc -DHAVE_CONFIG_H -I. -I..\/..  -DTUKLIB_GETTEXT=0 -I..\/..\/src\/common -I..\/..\/src\/liblzma\/api -I..\/..\/lib  -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -fPIC -fno-strict-overflow -Wno-error -MT xzdec-xzdec.o -MD -MP -MF .deps\/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c'     || echo '.\/'`xzdec.c\r\n    xzdec.c: In function ‘sandbox_enter’:\r\n    xzdec.c:329:36: error: ‘SYS_landlock_create_ruleset’ undeclared (first use in this function)\r\n      329 |         int landlock_abi = syscall(SYS_landlock_create_ruleset,\r\n          |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n    xzdec.c:329:36: note: each undeclared identifier is reported only once for each function it appears in\r\n    xzdec.c:349:29: error: ‘SYS_landlock_restrict_self’ undeclared (first use in this function)\r\n      349 |                 if (syscall(SYS_landlock_restrict_self, ruleset_fd, 0U) != 0)\r\n          |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~\r\n    make[3]: *** [Makefile:606: xzdec-xzdec.o] Error 1\r\n    make[3]: Leaving directory '\/Depot\/jjj\/xz-5.6.0\/src\/xzdec'\r\n    make[2]: *** [Makefile:427: all-recursive] Error 1\r\n    make[2]: Leaving directory '\/Depot\/jjj\/xz-5.6.0\/src'\r\n    make[1]: *** [Makefile:597: all-recursive] Error 1\r\n    make[1]: Leaving directory '\/Depot\/jjj\/xz-5.6.0'\r\n    make: *** [Makefile:487: all] Error 2\r\n\r\n\r\nI can compile older xz releases fine by the way, on the same system, so 5.4.x, \r\n5.2.x. Not sure what changed.\r\n\r\nMy system is a custom built slackware; I recompiled most\r\nthings from source following mostly LFS\/BLFS instructions.\r\nxz 5.6.x is not yet appearing on LFS, so I just poke in the\r\ndark here really.\r\n\r\nglibc is 2.33, gcc is 11.4.0.\r\n\r\n### Version\r\n\r\n5.6.0\r\n\r\n### Operating System\r\n\r\nlinux\r\n\r\n### Relevant log output\r\n\r\n_No response_",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "rubyFeedback",
			"number": 88,
			"title": "[Bug]: Compile problem: SYS_landlock_restrict_self is undeclared",
			"labels": ["bug"],
			"state": "closed",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 9,
			"author_association": "NONE",
			"closed_at": "2024-03-11 14:37:01",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-13 14:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-13 14:44:50",
			"updated_at": "2024-03-13 14:44:49",
			"action": "created",
			"comment_id": "1994565554",
			"body": "Hello! Thanks for reporting the inability to build on NVHPC and submitting the PR. The changes are minimal so supporting NVHPC seems worth the little bit of effort :)\r\n\r\nI am curious why `#pragma routine novector` is needed in `delta_decoder.c` and not elsewhere. Has this bug been reported to the NVHPC developers?",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 91,
			"title": "liblzma: Fix building with NVHPC (NVIDIA HPC SDK).",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 1,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-13 15:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-13 15:50:19",
			"updated_at": "2024-03-13 15:50:18",
			"action": "created",
			"comment_id": "1994743011",
			"body": "> I was also surprised that `#pragma routine novector` made the difference for `delta_decode`, which does not have a loop. It might have to do with the `restrict`. I haven't dug deeper.\r\n\r\nIts likely the call to `decode_buffer()` is being inlined, so that could be why some sort of vectorization is happening. \r\n\r\n> The problems in `delta_decoder.c` and `range_decoder.h` have not been reported yet.\r\n\r\nDoes NVHPC support any kind of inline assembly, or is there something we are using that specifically is a problem?\r\n\r\n> We monitor several issues ([1](https:\/\/gitlab.dkrz.de\/dkrz-sw\/yac\/-\/blob\/c8fe4fe545ab2e6090afc649fb28263333bb4daf\/src\/config_yaml.c#L213-222), [2](https:\/\/gitlab.dkrz.de\/dkrz-sw\/yac\/-\/blob\/c8fe4fe545ab2e6090afc649fb28263333bb4daf\/src\/config_yaml.c#L245-253), [3](https:\/\/gitlab.dkrz.de\/dkrz-sw\/yac\/-\/blob\/c8fe4fe545ab2e6090afc649fb28263333bb4daf\/src\/config_yaml.c#L268-271)) in our project and I will let you know if anything changes.\r\n\r\nThanks!\r\n\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 91,
			"title": "liblzma: Fix building with NVHPC (NVIDIA HPC SDK).",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 3,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-13 16:00:00",
			"event_type": "IssueCommentEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-13 16:12:30",
			"updated_at": "2024-03-13 16:12:28",
			"action": "created",
			"comment_id": "1994829182",
			"body": "> I just updated the demo pipeline to \"somewhat complete\" state that suffices my own purposes:\r\n> \r\n> * 4 Build Configuration with Visual Studio 2022 (x64 MSVC, x86 MSVC, x64 Clang-cl, x86 Clang-cl)\r\n> * execution of the test executables\r\n> * publishing of xz.exe and co (disabled per default)\r\n\r\nThis will be really helpful to include since for now I just test things locally on a VM with x64 MSVC. Automating this plus extending coverage will save me some effort :)\r\n\r\n> Well, I'm neither familiar with github actions nor with windows batch (nor powershell). But I stuck to the \"out of the box\" tools for better compatibility with VS2022\/Windows only setups.\r\n\r\nI haven't worked much with Windows Batch scripting or PowerShell either :\/\r\nAt a glance what you have makes sense but I will play around with it a bit.\r\n\r\n> > The existing CI tests likely need a bit of a clean up anyway\r\n> \r\n> I found 13 test-executables (test_*.exe). I added calls to those in `build-with-vs2022.bat` and to the pipeline. Not sure if there is a way to standardise test-execution over all platforms w\/o rewriting the tests to some test-framework?\r\n\r\nWe currently just use the built-in test harnesses for our Autotools and CMake builds. The way you have it now seems logical, to just loop through the test executables and run them, although the best way to report the errors may need to be looked at. Maybe this is something we could add to `tuktest.h`, but at the moment I'm not sure how it would fit in.\r\n\r\n> > We don't have plans for using CI for releases.\r\n> \r\n> OK. To be honest, Windows releases for v5.6.x is what brought me here at the first place :-)\r\n\r\nWe had another recent request for Windows binaries, so we will more seriously consider this. We need to verify there are no license restrictions preventing us from distributing Windows binaries with the compiler we choose to use (MinGW-w64, MSVC, Clang-cl, etc.). Also, I would probably want to generate the Windows binaries locally instead of relying on GitHub runners. The GitHub CI runners are a common attack surface these days so it could be an extra risk. Currently, we only use CI for testing so if the GitHub runners are compromised then its not a security threat. \r\n\r\n> I'm more than happy to create PRs, adapt the scripts to the projects needs and clean things up as required. Feel also free to grab what you need.\r\n\r\nI cloned your fork already, so no need to make a PR unless you want to. I suppose it could be helpful to keep the conversation focused on various parts of the code. We usually don't merge PRs directly anyway. Instead we usually take commits we like and adapt the other parts as needed. Don't worry, you'll still be the Author on any commits that are mostly unchanged :)\r\n",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "JiaT75",
			"number": 18,
			"title": "[Feature Request]: Create Windows CI Support",
			"labels": [],
			"state": "open",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 16,
			"author_association": "MEMBER",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-19 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-19 11:47:53",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/misc",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 11:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-22 11:36:21",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 11:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 11:48:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "userspace_misc",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 12:15:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/userspace_misc",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 12:23:23",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 12:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 12:23:35",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "userspace_misc",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 14:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 14:40:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "v20240322",
			"ref_type": "tag",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 14:00:00",
			"event_type": "ReleaseEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-22 14:51:38",
			"updated_at": "1970-01-01 00:00:00",
			"action": "published",
			"comment_id": "0",
			"body": "Notable changes since last release (20240124):\r\n\r\n- Switched to the BSD Zero Clause License. Prior versions of the files and releases remain in the public domain.\r\n\r\n- Added RISC-V filter support.\r\n\r\n- Updates to `xz_wrap.sh`:\r\n\r\n    * The dictionary size was increased from 32 MiB to 128 MiB\r\n\r\n    * Architecture specific LZMA2 compression settings are now used, typically resulting in 0-2% improvement.\r\n\r\n    * ARM64, RISC-V, and ARM-Thumb BCJ filters are now used when compressing those kernel images.\r\n\r\n    * Single threaded mode is explicitly used now because XZ Utils 5.6.0 and later uses multi threaded mode by default.\r\n\r\n- Optimized BCJ decoder loop conditions for slightly better speed.\r\n\r\n- Changed the userspace Makefile to use C11 instead of C89.\r\n\r\n- Updated documentation.",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "v20240322",
			"release_name": "XZ Embedded 20240322",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-22 14:54:25",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-22 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/tukaani-project.github.io",
			"created_at": "2024-03-22 14:56:41",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-25 16:00:00",
			"event_type": "CreateEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-25 16:47:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "github_files",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-25 17:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-25 17:08:06",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/github_files",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz",
			"created_at": "2024-03-26 12:09:32",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 1,
			"push_distinct_size": 1,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-26 12:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-26 12:11:30",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 3,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-28 13:00:00",
			"event_type": "DeleteEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-embedded",
			"created_at": "2024-03-28 13:27:31",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "github_files",
			"ref_type": "branch",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 0,
			"push_distinct_size": 0,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		},
		{
			"file_time": "2024-03-28 14:00:00",
			"event_type": "PushEvent",
			"actor_login": "JiaT75",
			"repo_name": "tukaani-project\/xz-java",
			"created_at": "2024-03-28 14:59:59",
			"updated_at": "1970-01-01 00:00:00",
			"action": "none",
			"comment_id": "0",
			"body": "",
			"path": "",
			"position": 0,
			"line": 0,
			"ref": "refs\/heads\/master",
			"ref_type": "none",
			"creator_user_login": "",
			"number": 0,
			"title": "",
			"labels": [],
			"state": "none",
			"locked": 0,
			"assignee": "",
			"assignees": [],
			"comments": 0,
			"author_association": "NONE",
			"closed_at": "1970-01-01 00:00:00",
			"merged_at": "1970-01-01 00:00:00",
			"merge_commit_sha": "",
			"requested_reviewers": [],
			"requested_teams": [],
			"head_ref": "",
			"head_sha": "",
			"base_ref": "",
			"base_sha": "",
			"merged": 0,
			"mergeable": 0,
			"rebaseable": 0,
			"mergeable_state": "unknown",
			"merged_by": "",
			"review_comments": 0,
			"maintainer_can_modify": 0,
			"commits": 0,
			"additions": 0,
			"deletions": 0,
			"changed_files": 0,
			"diff_hunk": "",
			"original_position": 0,
			"commit_id": "",
			"original_commit_id": "",
			"push_size": 2,
			"push_distinct_size": 2,
			"member_login": "",
			"release_tag_name": "",
			"release_name": "",
			"review_state": "none"
		}
	],

	"rows": 1345,

	"statistics":
	{
		"elapsed": 2.729875319,
		"rows_read": 7360247334,
		"bytes_read": 14949027697
	}
}
