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

refactor(util): move functions out of util #199

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

cesarcoatl
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our commit message format
  • All applicable pre-commit hooks have passed when running pre-commit run --all-files
  • All tox tests have succeeded

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

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?

  • Yes
  • No

deprecate incendium.util functions

Other information

make project installable on Jython
add devcontainer
add Jython install tests

BREAKING CHANGE: deprecate incendium.util functions
Copy link

@sourcery-ai sourcery-ai bot left a 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

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
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
Copy link

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.

@cesarcoatl cesarcoatl merged commit ace3e92 into main Apr 30, 2024
4 checks passed
@cesarcoatl cesarcoatl deleted the refactor/util/moving-out-of-util branch April 30, 2024 23:28
cesarcoatl added a commit that referenced this pull request Oct 28, 2024
ref: #199

BREAKING CHANGE: util module has been removed
cesarcoatl added a commit that referenced this pull request Oct 28, 2024
ref: #199

BREAKING CHANGE: util module has been removed
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