Skip to content

Fix tokens restore - #2358

Merged
kbenoit merged 3 commits into
masterfrom
fix-tokens_restore
Mar 27, 2024
Merged

Fix tokens restore#2358
kbenoit merged 3 commits into
masterfrom
fix-tokens_restore

Conversation

@koheiw

@koheiw koheiw commented Mar 27, 2024

Copy link
Copy Markdown
Collaborator

match("\uE001", letters) returns NA when the special character is not found. This leads to error in conversion to unsingned int in C++.

@codecov

codecov Bot commented Mar 27, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.29%. Comparing base (e5627e3) to head (c0d039b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2358      +/-   ##
==========================================
+ Coverage   96.27%   96.29%   +0.01%     
==========================================
  Files          96       96              
  Lines        5643     5644       +1     
==========================================
+ Hits         5433     5435       +2     
+ Misses        210      209       -1     

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

@kbenoit

kbenoit commented Mar 27, 2024

Copy link
Copy Markdown
Collaborator

Our tests are too thorough!

Thanks @koheiw.

@kbenoit
kbenoit self-requested a review March 27, 2024 10:39
@kbenoit
kbenoit merged commit aaa7a68 into master Mar 27, 2024
@kbenoit
kbenoit deleted the fix-tokens_restore branch March 27, 2024 10:40
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.

2 participants