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

fix: Be more lenient parsing Abbreviations #685

Merged
merged 1 commit into from
Sep 16, 2022
Merged

fix: Be more lenient parsing Abbreviations #685

merged 1 commit into from
Sep 16, 2022

Conversation

Swatinem
Copy link
Member

The recent fix for Abbreviations parsing might have been too overeager and may cause EOF errors in case there are no Abbreviations (at offset 0) at all.

The recent fix for Abbreviations parsing might have been too overeager
and may cause EOF errors in case there are no Abbreviations (at offset 0) at all.
@Swatinem Swatinem requested a review from a team September 16, 2022 13:06
@Swatinem Swatinem enabled auto-merge (squash) September 16, 2022 13:09
@codecov-commenter
Copy link

Codecov Report

Merging #685 (4ca65ae) into master (0d567f5) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #685      +/-   ##
==========================================
- Coverage   73.37%   73.36%   -0.02%     
==========================================
  Files          84       84              
  Lines       17681    17682       +1     
==========================================
- Hits        12974    12972       -2     
- Misses       4707     4710       +3     

@Swatinem
Copy link
Member Author

For visibility: I think the underlying problem might have caused an increase in https://sentry.my.sentry.io/organizations/sentry/issues/311736/?project=5

@Swatinem Swatinem merged commit f732ca8 into master Sep 16, 2022
@Swatinem Swatinem deleted the fix/abbrev0 branch September 16, 2022 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants