Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncontroversial ChobbyLauncher crash report improvements #2979

Closed
wants to merge 3 commits into from

Conversation

Mankarse
Copy link
Contributor

Commits 1-3 from #2978

Old Octokit versions used int rather than long for Issue.Id;
which causes overflow error when parsing responses from the GitHub Issues API.
See octokit/octokit.net#2890
@Mankarse Mankarse force-pushed the Part1 branch 6 times, most recently from c621c9f to 7a17fec Compare April 1, 2024 04:03
This has two benefits
1) It supports specifying more than one point of interest
   in the interior of the infolog. In a future commit,
   this will be used when an infolog contains more than
   one game with a desync.
2) It has far superior performance.
The new parser identifies regions of the infolog that correspond
to individual games. Each game is further parsed to find:
  GameID
  FirstDesyncIndex
  GameState file names

If the infolog contains GameState file names,
include them in a table in the Issue description.

If the infolog contains multiple games with desyncs, try
to include all of the desync messages in the truncated
infolog.
@Licho1 Licho1 enabled auto-merge April 6, 2024 09:11
@Licho1 Licho1 disabled auto-merge April 6, 2024 09:11
@Licho1
Copy link
Member

Licho1 commented Apr 6, 2024

@Mankarse please update your PR it is out of date.

@Licho1 Licho1 enabled auto-merge April 6, 2024 09:14
@Licho1
Copy link
Member

Licho1 commented Apr 6, 2024

integrated to master

@Licho1 Licho1 closed this Apr 6, 2024
auto-merge was automatically disabled April 6, 2024 09:50

Pull request was closed

@Mankarse Mankarse deleted the Part1 branch April 20, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants