- Change Summary:
-
rebased
- Commits:
-
Summary ID 526ae9df11a57c2399ad2bda035ec6d135721d40 399e5c942afe0453f02c051c05cde160d3cd0073 - Diff:
-
Revision 2 (+366 -276)
Port purple_str_to_time to regex and add additional tests
Review Request #923 — Created Sept. 14, 2021 and submitted
Port purple_str_to_time to regex and add additional tests
Ran the unit tests with the normal
./autogen.sh
as well as a setup for fuzzing.
- Change Summary:
-
fix some leaks and make the regex match raw to help with the fuzzer, but maybe the fuzzer should just check if it has utf8, not sure..
- Commits:
-
Summary ID 399e5c942afe0453f02c051c05cde160d3cd0073 b0517a68e3d6e8338294f25fa5dcc38f1afb6480 - Diff:
-
Revision 3 (+378 -276)
- Commits:
-
Summary ID b0517a68e3d6e8338294f25fa5dcc38f1afb6480 19912393e549fc5725bba48e35239fe8b879107b - Diff:
-
Revision 4 (+378 -276)
- Change Summary:
-
anchor the start of the regex.
- Commits:
-
Summary ID 19912393e549fc5725bba48e35239fe8b879107b 3323ed4f17b90b1d8a6d1747e25bcbb02d302843 - Diff:
-
Revision 5 (+378 -276)
- Commits:
-
Summary ID 3323ed4f17b90b1d8a6d1747e25bcbb02d302843 0d249d63b6c5fd868290f6276f4885f0cd396241 - Diff:
-
Revision 6 (+390 -274)