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

Reduce build dependencies from regex #848

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Reduce build dependencies from regex #848

merged 1 commit into from
Apr 7, 2020

Conversation

ijl
Copy link
Contributor

@ijl ijl commented Apr 6, 2020

This avoids users compiling four crates for the "perf" and
"unicode" features. regex is only used in build.rs to parse
some #define lines so it doesn't need to compile support for
thread-local caches etc or parsing by unicode code point.

This avoids users compiling four crates for the "perf" and
"unicode" features. regex is only used in build.rs to parse
some #define lines so it doesn't need to compile support for
thread-local caches etc or parsing by unicode code point.
@kngwyu
Copy link
Member

kngwyu commented Apr 7, 2020

Good catch, thanks!

@kngwyu kngwyu merged commit 5a68f74 into PyO3:master Apr 7, 2020
@ijl ijl deleted the reduce-build-deps branch April 7, 2020 13:58
kngwyu added a commit that referenced this pull request Apr 9, 2020
Reduce build dependencies from regex
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