You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex crate recently added a feature flag to reduce compile times and binary size if certain unicode related features are not needed. We should investigate using this feature.
The text was updated successfully, but these errors were encountered:
Comment from Krisztian Szucs(kszucs) @ 2019-09-17T11:47:55.906+0000:
[~paddyhoran] may we postpone this after 0.15?
Comment from Paddy Horan(paddyhoran) @ 2019-09-18T02:25:23.049+0000:
Yep, will change.
Comment from Neville Dipale(nevi_me) @ 2020-06-01T11:31:39.865+0000:
[~paddyhoran] I've briefly looked at this, and it seems like the only feature we'd want to remove would be Unicode support ([https://docs.rs/regex/1.3.9/regex/#crate-features]).
Comment from Paddy Horan(paddyhoran) @ 2020-06-01T15:05:34.773+0000:
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-6482
The regex crate recently added a feature flag to reduce compile times and binary size if certain unicode related features are not needed. We should investigate using this feature.
The text was updated successfully, but these errors were encountered: