-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor(util): move functions out of util #199
Conversation
make project installable on Jython add devcontainer add Jython install tests BREAKING CHANGE: deprecate incendium.util functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @cesarcoatl - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟡 Testing: 1 issue found
- 🟢 Complexity: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
@@ -1,3 +1,4 @@ | |||
# pylint: disable=implicit-str-concat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (testing): Consider removing deprecated functions from util.py
The functions get_function_name
, get_timer
, and get_timestamp
have been marked as deprecated and moved to other modules. It's recommended to remove these from util.py
to avoid redundancy and potential confusion.
ref: #199 BREAKING CHANGE: util module has been removed
ref: #199 BREAKING CHANGE: util module has been removed
PR Checklist
Please check if your PR fulfills the following requirements:
pre-commit run --all-files
tox
tests have succeededPR Type
What kind of change does this PR introduce?
What is the current behavior?
This project is only installable using Python.
Issue Number: N/A
What is the new behavior?
Make it installable using Jython.
Does this PR introduce a breaking change?
deprecate incendium.util functions
Other information