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

Dict interface and Base interface adjustments #23

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

krynju
Copy link
Owner

@krynju krynju commented Nov 5, 2021

will probably take a while until its done, but I'm also doing a lot of breaking changes here, because as it turns out a lot of Base functions were either implemented incorrectly or not at all

@krynju krynju marked this pull request as ready for review November 5, 2021 18:57
@krynju krynju marked this pull request as draft November 6, 2021 10:32
@krynju krynju force-pushed the kr/dict-and-interface-adjustments branch from e39975a to a17ac6c Compare November 26, 2021 21:34
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Attention: 106 lines in your changes are missing coverage. Please review.

Comparison is base (4932399) 91.58% compared to head (2a0c0c1) 76.92%.

Files Patch % Lines
src/tree_interface.jl 67.34% 48 Missing ⚠️
src/tree.jl 68.75% 35 Missing ⚠️
src/dict.jl 70.83% 21 Missing ⚠️
src/node.jl 71.42% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #23       +/-   ##
===========================================
- Coverage   91.58%   76.92%   -14.66%     
===========================================
  Files           4        6        +2     
  Lines         297      468      +171     
===========================================
+ Hits          272      360       +88     
- Misses         25      108       +83     

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

@krynju krynju linked an issue Dec 22, 2021 that may be closed by this pull request
@krynju krynju added the enhancement New feature or request label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dictionary interface
1 participant