On Thu, 17 Mar 2022 19:47:14 GMT, Claes Redestad wrote:
>> Adjust `String.decodeASCII` to deal with the possibility that
>> `StringCoding.countPositives` can return a value less than the exact number
>> of leading positive bytes. This is the likely cause of a number of
>> intermittent but some
On Thu, 17 Mar 2022 19:47:14 GMT, Claes Redestad wrote:
>> Adjust `String.decodeASCII` to deal with the possibility that
>> `StringCoding.countPositives` can return a value less than the exact number
>> of leading positive bytes. This is the likely cause of a number of
>> intermittent but some
On Thu, 17 Mar 2022 19:47:14 GMT, Claes Redestad wrote:
>> Adjust `String.decodeASCII` to deal with the possibility that
>> `StringCoding.countPositives` can return a value less than the exact number
>> of leading positive bytes. This is the likely cause of a number of
>> intermittent but some
> Adjust `String.decodeASCII` to deal with the possibility that
> `StringCoding.countPositives` can return a value less than the exact number
> of leading positive bytes. This is the likely cause of a number of
> intermittent but somewhat common errors on aarch64 tests in our CI.
Claes Redestad
On Thu, 17 Mar 2022 16:08:42 GMT, Claes Redestad wrote:
> Adjust `String.decodeASCII` to deal with the possibility that
> `StringCoding.countPositives` can return a value less than the exact number
> of leading positive bytes. This is the likely cause of a number of
> intermittent but somewhat
On Thu, 17 Mar 2022 16:08:42 GMT, Claes Redestad wrote:
> Adjust `String.decodeASCII` to deal with the possibility that
> `StringCoding.countPositives` can return a value less than the exact number
> of leading positive bytes. This is the likely cause of a number of
> intermittent but somewhat