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

Codebase Refresh #4

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

Aareon
Copy link

@Aareon Aareon commented Mar 29, 2024

Summary of changes included in this PR:

  • Improve error handling in some cases
  • Handle file closing gracefully
  • Removing unused imports
  • Improve documentation in some places
  • Remove hardcoded site-packages from compile.cmd, resolve programmatically
  • Add poetry support
  • Correct typo __slot__ to __slots__
  • Add build/dist directories to .gitignore

The major point of this PR is to better handle closing files and exceptions, as well as improving the compilation script by removing hardcoded paths, to allow for compilation in virtual environments and/or higher versions of Python than 3.9.

Compilation for Python 3.10 requires changes from bismuthfoundation/BismuthCore#6 as it replaces the outdated concurrentloghandler dependency with concurrent-log-handler drop-in.

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.

None yet

1 participant