-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multicore] switch regular expressions back to str
Summary: Re.Str is not thread safe. Str is (with caveats) so for now we need to switch. https://discuss.ocaml.org/t/re-str-is-not-thread-safe/9425 Reviewed By: jvillard Differential Revision: D67016756 Privacy Context Container: L1208441 fbshipit-source-id: f57868975314b74533fb2a3a7aa21262fa5b328a
- Loading branch information
1 parent
2a1ff41
commit 7f8fc07
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
iter | ||
mtime | ||
re | ||
str | ||
yojson) | ||
(preprocess | ||
(pps ppx_compare ppx_hash ppx_sexp_conv))) | ||
|