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

feat: support PPDB embedded sources #734

Merged
merged 12 commits into from
Dec 16, 2022
Merged

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Dec 14, 2022

Alternative 1 in #725

Next steps: is there anything else that needs to happen in symbolicator so that it works e2e?

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2022

Codecov Report

Merging #734 (3b2cd81) into master (b8b8eb5) will increase coverage by 0.30%.
The diff coverage is 89.95%.

❗ Current head 3b2cd81 differs from pull request most recent head dbdde4e. Consider uploading reports for the commit dbdde4e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #734      +/-   ##
==========================================
+ Coverage   72.93%   73.24%   +0.30%     
==========================================
  Files          69       69              
  Lines       14726    14914     +188     
==========================================
+ Hits        10741    10924     +183     
- Misses       3985     3990       +5     

@vaind vaind mentioned this pull request Dec 14, 2022
@vaind vaind marked this pull request as ready for review December 14, 2022 12:55
@vaind vaind requested a review from a team December 14, 2022 12:55
Copy link
Member

@Swatinem Swatinem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just a small nit related to potential panics.

symbolic-ppdb/src/format/mod.rs Outdated Show resolved Hide resolved
symbolic-ppdb/src/format/mod.rs Outdated Show resolved Hide resolved
symbolic-ppdb/src/format/mod.rs Outdated Show resolved Hide resolved
symbolic-debuginfo/src/ppdb.rs Show resolved Hide resolved
vaind and others added 2 commits December 14, 2022 17:01
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
Co-authored-by: Sebastian Zivota <loewenheim@users.noreply.github.com>
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
@vaind
Copy link
Collaborator Author

vaind commented Dec 15, 2022

Mind merging this? The new linter issue is not related to this PR, seem like the linter got updated?

@Swatinem
Copy link
Member

seem like the linter got updated?

yes, there was a Rust update yesterday.

Well its a required CI check so I can’t merge without it :-D

@vaind
Copy link
Collaborator Author

vaind commented Dec 16, 2022

seem like the linter got updated?

yes, there was a Rust update yesterday.

Well its a required CI check so I can’t merge without it :-D

should be fixed now

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.

4 participants