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

Allow for empty extension values #760

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

JoeTurki
Copy link
Member

Description

While not spec compliant, some implementations allow for empty extension values. This aligns with our behavior for empty foundation values. And makes the parser more forgiving for bad implementations.

@JoeTurki JoeTurki marked this pull request as draft January 31, 2025 05:00
While not spec compliant, some implementations allow for empty extension
values. This aligns with our behavior for empty foundation values.
And makes the parser more forgiving for bad implementations.
@JoeTurki JoeTurki force-pushed the impr/allow-empty-extensions branch from a2cd6d8 to 9dfb5c2 Compare January 31, 2025 05:02
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.68%. Comparing base (47dad55) to head (9dfb5c2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #760      +/-   ##
==========================================
+ Coverage   78.58%   78.68%   +0.10%     
==========================================
  Files          41       41              
  Lines        5361     5358       -3     
==========================================
+ Hits         4213     4216       +3     
+ Misses        917      913       -4     
+ Partials      231      229       -2     
Flag Coverage Δ
go 78.68% <100.00%> (+0.10%) ⬆️
wasm 27.47% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoeTurki JoeTurki marked this pull request as ready for review January 31, 2025 05:30
@JoeTurki JoeTurki merged commit 9dfb5c2 into master Jan 31, 2025
15 checks passed
@JoeTurki JoeTurki deleted the impr/allow-empty-extensions branch January 31, 2025 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant