| Commit-Queue | +1 |
I think this makes the test succeed on Android/MacOS.
(But at this point, we might as well write out own IPv4 parser instead of calling `inet_pton` and then scanning the source again. `Uri` already has one in Dart.)
I think this makes the test succeed on mac/android.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// Digit following zero is only failure condition.Cannot say this is easy to read and maybe it's not that performance critical. You could consider writing this a bit simpler.
const int no_digit_state = -1;nit: I think we use `kNoDigitState` naming convention for constants in C++
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Windows, Fuchsia, Linux with GLIBC, uClibc or Musemusl
#define _INET_PTON_FLAWEDnit: Remove leading underscore. Identifiers starting with __ or _ followed by an uppercase letter are reserved for the C compiler.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |