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

Update binding generation #11

Merged
merged 55 commits into from
Mar 19, 2024
Merged

Update binding generation #11

merged 55 commits into from
Mar 19, 2024

Conversation

kwabenantim
Copy link
Member

@kwabenantim kwabenantim commented Feb 29, 2024

Summary

  • Make std=c++11 optional.
  • Add type hints and more commentary.
  • Autoformat code.
  • Update deprecated/soon-to-be-deprecated parts of code e.g. import imp
  • Use logging
  • Add extra sanity checks for file and folder existence.
  • Make some variable names more descriptive and/or more consistent with the style of the rest of the code.
  • Replace manual path manipulations with library functions from os.path.
  • Replace file open() and close() with with open(...) as ... : idiom.

@kwabenantim kwabenantim self-assigned this Feb 29, 2024
@kwabenantim kwabenantim changed the title Liberate cxx standard Update binding generation Mar 1, 2024
@kwabenantim kwabenantim marked this pull request as draft March 1, 2024 17:38
@kwabenantim kwabenantim linked an issue Mar 2, 2024 that may be closed by this pull request
@kwabenantim kwabenantim marked this pull request as ready for review March 18, 2024 15:55
@kwabenantim kwabenantim removed a link to an issue Mar 19, 2024
6 tasks
@kwabenantim kwabenantim merged commit ce6ec05 into develop Mar 19, 2024
1 check passed
@kwabenantim kwabenantim deleted the liberate-cxx-standard branch March 19, 2024 10:46
@kwabenantim kwabenantim restored the liberate-cxx-standard branch March 19, 2024 11:09
@kwabenantim kwabenantim deleted the liberate-cxx-standard branch March 19, 2024 15:42
@kwabenantim kwabenantim linked an issue May 2, 2024 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ 17 Compatibility Fix Automatic Wrapper Generator Bugs
2 participants