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 bug where keyNode is nil #29

Merged
merged 3 commits into from
Dec 25, 2023
Merged

Fix bug where keyNode is nil #29

merged 3 commits into from
Dec 25, 2023

Conversation

losisin
Copy link
Owner

@losisin losisin commented Dec 25, 2023

If KeyNode is nil, read from comments anyway.
Closes #28

If `KeyNode` is `nil`, read from comments anyway.
Closes #28

Signed-off-by: Aleksandar Stojanov <me@fnd.works>
Signed-off-by: Aleksandar Stojanov <me@fnd.works>
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ebb2070) 98.51% compared to head (b694d56) 98.52%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   98.51%   98.52%           
=======================================
  Files           6        6           
  Lines         404      405    +1     
=======================================
+ Hits          398      399    +1     
  Misses          4        4           
  Partials        2        2           
Flag Coverage Δ
unittests 98.52% <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.

Signed-off-by: Aleksandar Stojanov <me@fnd.works>
@losisin losisin added bug Something isn't working documentation Improvements or additions to documentation labels Dec 25, 2023
@losisin losisin merged commit 7e7000b into main Dec 25, 2023
3 checks passed
@losisin losisin deleted the bug/keynode-is-nil branch December 25, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pointers in values
1 participant