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

Feature/TR-5209/Cleanup calculator engine #168

Merged
merged 5 commits into from
Apr 21, 2023

Conversation

jsconan
Copy link
Contributor

@jsconan jsconan commented Apr 7, 2023

Related to: https://oat-sa.atlassian.net/browse/TR-5209

Requires:

Summary

Remove dependencies used by the calculator since it has moved to a dedicated package: tao-calculator

BREAKING CHANGE
The packages that rely on this component need to now use tao-calculator

Details

Remove the mathsEvaluator and its dependencies.

How to test

  • install: npm i
  • run the tests npm test

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Coverage Report

Totals Coverage
Statements: 90.78% ( 2589 / 2852 )
Methods: 95.19% ( 594 / 624 )

@jsconan jsconan requested review from shaveko and rgomeztao April 12, 2023 10:00
Copy link
Contributor

@shaveko shaveko left a comment

Choose a reason for hiding this comment

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

Tests run well, changes look good. Nice job!

Copy link

@rgomeztao rgomeztao left a comment

Choose a reason for hiding this comment

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

changes are good, and tests also run as expected 🥳 approved!

@github-actions
Copy link

Version

🚨 Your pull request contains a BREAKING CHANGE, please be sure to communicate it.

Target Version 2.0.0
Last version 1.23.0

There are 1 BREAKING CHANGE, 2 features, 0 fix

@jsconan jsconan merged commit 082e638 into develop Apr 21, 2023
@jsconan jsconan deleted the feature/TR-5209/cleanup-calculator-engine branch April 21, 2023 09:44
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.

3 participants