Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Some Span<Character> cannot be instantiated #5595

Open
CeylonMigrationBot opened this issue Jun 17, 2015 · 1 comment
Open

Some Span<Character> cannot be instantiated #5595

CeylonMigrationBot opened this issue Jun 17, 2015 · 1 comment

Comments

@CeylonMigrationBot
Copy link

[@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.

FTR, I don't think this is a huge problem

[Migrated from ceylon/ceylon.language#717]

@CeylonMigrationBot
Copy link
Author

[@FroMage] This sounds like a 1.3 issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant