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

Truth tables #19

Merged
merged 35 commits into from
Apr 22, 2024
Merged

Truth tables #19

merged 35 commits into from
Apr 22, 2024

Conversation

AurumTheEnd
Copy link
Contributor

Currently without Python bindings since the syntax highlighting errors in the Rust plugins hinder development there. Will consider using VScode to do bindings only in the future.

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

Attention: Patch coverage is 74.19355% with 80 lines in your changes are missing coverage. Please review.

Project coverage is 71.15%. Comparing base (eb6944c) to head (3a428d8).

Files Patch % Lines
src/bindings/table.rs 0.00% 34 Missing ⚠️
src/table/csv/error.rs 0.00% 11 Missing ⚠️
src/table/utils/valuation_to_row_index.rs 56.52% 10 Missing ⚠️
src/table/mod.rs 88.00% 6 Missing ⚠️
src/table/csv/from_csv.rs 93.33% 5 Missing ⚠️
src/table/traits/evaluate.rs 42.85% 4 Missing ⚠️
src/table/traits/power_set.rs 42.85% 4 Missing ⚠️
src/bindings/expression.rs 0.00% 2 Missing ⚠️
src/table/traits/gather_literals.rs 0.00% 2 Missing ⚠️
src/bindings/mod.rs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   68.85%   71.15%   +2.29%     
==========================================
  Files          17       32      +15     
  Lines         411      721     +310     
==========================================
+ Hits          283      513     +230     
- Misses        128      208      +80     

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

Apparently CLion uses built-in formatter instead of rustfmt to Reorder imports on chunks of code
The `tabled` create of course supports many other styles, might support them later.
Feels more in-line with Python booleans
@AurumTheEnd AurumTheEnd merged commit 051c063 into main Apr 22, 2024
8 checks passed
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.

1 participant