Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roast rakudo skip/todo test:./S05-mass/properties-general.t line:735 reason: Unions of properties of non-existent codepoints #4053

Closed
p6rt opened this issue May 3, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 3, 2015

Migrated from rt.perl.org#124863 (status was 'resolved')

Searchable as RT124863$

@p6rt
Copy link
Author

p6rt commented Oct 31, 2017

From @samcv

This concerns matching noncharacters and others which don't have any defined General Category against <​:C>

"\x[FFFF]" ~~ /<​:C>/

This will require more work since these entries are not in the bitfield of the Unicode database for MoarVM, though I do have 0xFFFF returning Cn for general category now, as well as returning the default property value for all other properties for any codepoint under 0x10FFFF as of​:

MoarVM/MoarVM@19245a1

@p6rt
Copy link
Author

p6rt commented Oct 31, 2017

@samcv - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 3, 2017

From @samcv

This is resolved as of​:
MoarVM/MoarVM@e767888

Closing as resolved.

@p6rt
Copy link
Author

p6rt commented Nov 3, 2017

@samcv - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 3, 2017
@p6rt p6rt added the uni label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant