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

Revert PRs #21, #22 #23

Merged
merged 2 commits into from
May 13, 2024
Merged

Revert PRs #21, #22 #23

merged 2 commits into from
May 13, 2024

Conversation

MusicalNinjaDad
Copy link
Owner

This reverts commits
c132883
869663a

@MusicalNinjaDad MusicalNinjaDad merged commit ce45da7 into main May 13, 2024
8 checks passed
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 @MusicalNinjaDad - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 3 issues found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 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.

Comment on lines -3 to -6
## Python 2.0.0

- **Breaking:** Changed top level module name to `fizzbuzz`. Use `from fizzbuzz.fizzbuzzo3 import fizzbuzz`
for rust implementation or `from fizzbuzz.fizzbuzzpy import fizzbuzz` for python implementation (slower).
Copy link

Choose a reason for hiding this comment

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

question: Clarification needed on removal of Python 2.0.0 changelog entry.

The removal of the entire section for Python 2.0.0 might confuse users looking for migration details. Consider keeping a summarized version or a link to migration documentation.

@@ -1,5 +1,4 @@
{
// "image": "ghcr.io/musicalninjas/pyo3-devcontainer:latest", // untested with mac, expect issues due to x_64 rust installation
Copy link

Choose a reason for hiding this comment

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

question: Explanation needed for removal of devcontainer image comment.

If the image is now tested and compatible with Mac, documenting this change could be beneficial for developers using different environments.

@@ -1,4 +1,3 @@
name: Deploy Rust
Copy link

Choose a reason for hiding this comment

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

question: Check if the removal of the workflow name was intentional.

Removing the name of a GitHub Actions workflow can affect readability and logging. If this was unintentional, it might be worth adding it back.

@MusicalNinjaDad MusicalNinjaDad deleted the revert branch May 13, 2024 19:37
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