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

Symbolic relex #42

Merged
merged 68 commits into from
May 19, 2024
Merged

Symbolic relex #42

merged 68 commits into from
May 19, 2024

Conversation

coco33920
Copy link
Owner

see #41

@coco33920 coco33920 added the enhancement New feature or request label Apr 29, 2024
@coco33920 coco33920 self-assigned this Apr 29, 2024
@coco33920 coco33920 linked an issue Apr 29, 2024 that may be closed by this pull request
13 tasks
@coco33920 coco33920 removed a link to an issue Apr 29, 2024
13 tasks
TODO:
var computation add
addition done for rationals, floats and int
add vars computation with itself and identifiers
@codecov-commenter
Copy link

codecov-commenter commented Apr 30, 2024

Codecov Report

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

Project coverage is 10.96%. Comparing base (d7bf3c3) to head (307875b).

Files Patch % Lines
src/functions/function.rs 0.84% 354 Missing ⚠️
src/functions/minus.rs 2.38% 327 Missing ⚠️
src/functions/divide.rs 2.21% 309 Missing ⚠️
src/functions/mult.rs 2.22% 308 Missing ⚠️
src/functions/add.rs 2.39% 285 Missing ⚠️
src/parsing/ast.rs 0.00% 101 Missing ⚠️
src/functions/expo.rs 0.00% 58 Missing ⚠️
src/exact_math/rationals.rs 0.00% 7 Missing ⚠️
src/interpreting/interpreter.rs 0.00% 4 Missing ⚠️
src/exact_math/symbolic.rs 85.71% 1 Missing ⚠️
... and 1 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##           mistress      #42      +/-   ##
============================================
- Coverage     14.79%   10.96%   -3.84%     
============================================
  Files            15       21       +6     
  Lines          3068     4196    +1128     
============================================
+ Hits            454      460       +6     
- Misses         2614     3736    +1122     

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

@coco33920 coco33920 marked this pull request as ready for review May 19, 2024 10:34
Copy link
Owner Author

@coco33920 coco33920 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay :)

@coco33920 coco33920 merged commit db59d5a into mistress May 19, 2024
8 checks passed
@coco33920 coco33920 deleted the symbolic_relex branch May 19, 2024 10:37
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.

2 participants