Skip to content

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
Contributor

@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
Contributor

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
@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.

2 participants