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: Parser wont throw on illegal selector chars #212

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Oct 20, 2021

Fixes #211
An unexpected ThrowByteOverflowException was thrown, if the illegal character was not 8-bit.
This is resolved.

axunonb and others added 30 commits April 17, 2021 10:25
@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #212 (0e83366) into version/v3.0 (b55d3e6) will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           version/v3.0    #212   +/-   ##
============================================
  Coverage            17%     17%           
============================================
  Files                99      99           
  Lines             12916   12916           
============================================
  Hits               2233    2233           
  Misses            10683   10683           
Impacted Files Coverage Δ
src/SmartFormat/Core/Parsing/Parser.cs 94% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b55d3e6...0e83366. Read the comment docs.

@axunonb axunonb merged commit 9512185 into axuno:version/v3.0 Oct 20, 2021
@axunonb axunonb deleted the fix-parser-wont-throw-on-illegal-selector-chars branch October 20, 2021 19:25
axunonb added a commit that referenced this pull request Oct 20, 2021
axunonb added a commit to axunonb/SmartFormat that referenced this pull request Mar 10, 2022
Illegal placeholder characters that are not 8-bit, will not throw unexpected ThrowByteOverflowException
axunonb added a commit to axunonb/SmartFormat that referenced this pull request Mar 10, 2022
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.

None yet

1 participant