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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
[@tombentley] It's impossible to construct some Span<Character> because the constructor of Span has to compute recursive which requires first.successor and last.predecessor and for Character'\0'..predecessor and '\{#10FFFF}'.successor both throw. So precisely those Spans whose first is '\{#10FFFF}' or whose last is '\0' are affected.
[@tombentley] It's impossible to construct some
Span<Character>
because the constructor ofSpan
has to computerecursive
which requiresfirst.successor
andlast.predecessor
and forCharacter
'\0'..predecessor
and'\{#10FFFF}'.successor
both throw. So precisely thoseSpan
s whosefirst
is'\{#10FFFF}'
or whoselast
is'\0'
are affected.FTR, I don't think this is a huge problem
[Migrated from ceylon/ceylon.language#717]
The text was updated successfully, but these errors were encountered: