Skip to content

Reduce build dependencies from regex - #848

Merged
kngwyu merged 1 commit into
PyO3:masterfrom
ijl:reduce-build-deps
Apr 7, 2020
Merged

Reduce build dependencies from regex#848
kngwyu merged 1 commit into
PyO3:masterfrom
ijl:reduce-build-deps

Conversation

@ijl

@ijl ijl commented Apr 6, 2020

Copy link
Copy Markdown
Contributor

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

kngwyu commented Apr 7, 2020

Copy link
Copy Markdown
Member

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