-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
feat: Update Crashpad and register WER handler #735
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a35fb9d
feat: Update Crashpad and register WER handler
Swatinem ea9a252
add changelog
Swatinem 6fe56a3
update submodules
Swatinem 832f535
Apply conditional WER target inclusion
supervacuus 878d18e
Update crashpad to include the WER build-flag
supervacuus c7e541a
Prepare example.c for integration tests.
supervacuus 6034fd0
Implement parameterized crash tests (including WER)
supervacuus cdffb1f
Counteract the WER settings on the windows-latest image
supervacuus 2511f5e
Counteract the WER settings on the windows-latest image
supervacuus 1b40d2b
Counteract the WER settings on the windows-latest image
supervacuus 72d8e8f
Counteract the WER settings on the windows-latest image
supervacuus 8ea4460
Counteract the WER settings on the windows-latest image
supervacuus 73e380c
Update crashpad
supervacuus 9c0b719
Remove WER related changes to the windows CI machine
supervacuus b4f0178
Document WER example command build requirements
supervacuus a4e3e1d
Get rid of SENTRY_ENABLE_EXAMPLE_CFG
supervacuus 893e6c0
Isolate crashpad integration tests...
supervacuus 1f45d09
Provide a clean way to run crashpad WER integration tests locally
supervacuus 571dba8
Clarify before_send and on_crash behavior...
supervacuus 69b95b2
Add clarification in the header docs too
supervacuus 38f4eb7
add intellij-based IDEs to gitignore and...
supervacuus 7053ce1
Update changelog
supervacuus 9c66eb9
Remove superfluous empty line
supervacuus 7d7b9db
Update breakpad to 2022-09-14
supervacuus ef24d88
Fix typo
supervacuus 9cdd9bc
Reword limitations in readme
supervacuus 0d00748
Clarify relation between the WER module and...
supervacuus 9cb9f4d
Fix typo
supervacuus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule crashpad
updated
1112 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see deprecation warnings with every test I run because support for regex strings without the
r
prefix is soonish unsupported. It requires python 3.6, though (released almost six years ago). I know we focus on compatibility, but maybe it is less complicated here, since this is only used by devs? Fine to change this in another PR.