-
Notifications
You must be signed in to change notification settings - Fork 7
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
0.0.10 #4
0.0.10 #4
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4 +/- ##
==========================================
+ Coverage 64.88% 66.82% +1.93%
==========================================
Files 25 25
Lines 2529 2553 +24
==========================================
+ Hits 1641 1706 +65
+ Misses 888 847 -41 ☔ View full report in Codecov by Sentry. |
…for `safe_cstr.rs`
… destructuring a single pattern. Consider using `if let`
Hi @sebastienrousseau . Sorry for writing this here, but you does not have enabled Issues page in this repository. Could you enable them? Thanks! |
Release Notes for v0.0.10
New Features
parser.rs
util.rs
path.rs
safe_cstr.rs
tag.rs
de.rs
index.rs
emitter.rs
Fixes
match
Statements: Fixed an issue wherematch
was used for destructuring a single pattern. This has been corrected to useif let
for cleaner and more efficient code.Documentation
Refactoring
error.rs
: Ongoing refactoring to improve the code structure and readability.libyml
to maintain compatibility and leverage the latest features.