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

fix: improve error handling #149

Merged
merged 8 commits into from
Oct 24, 2023
Merged

fix: improve error handling #149

merged 8 commits into from
Oct 24, 2023

Conversation

bruno-fs
Copy link
Owner

@bruno-fs bruno-fs commented Oct 9, 2023

No description provided.

setup.py parser is limited by design - I don't plan to increase
it's capabilities given the recommended way to configure python
packages is through pyproject.toml.

As pybuild-deps adds more functionality that can call
find_build_depenencies multiple times, having them failing due to
SyntaxErrors on setup.py (when it's a python 2 project, for instance)
or more complex to parse code.

Also fix a corner case when files are encoded with microsoft flavor
of UTF-8.
@bruno-fs bruno-fs merged commit 03d9c03 into main Oct 24, 2023
12 checks passed
@bruno-fs bruno-fs deleted the fixes branch October 24, 2023 17:28
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