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

Implement NativeCall wide string support #3044

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Kaiepi
Copy link
Contributor

@Kaiepi Kaiepi commented Jul 11, 2019

This does two things, mainly:

  • implements support for wchar_t and wint_t, as well as C++'s char16_t and char32_t types. These are accurate on MoarVM, but may be unreliable on the JVM and JS backends.
  • implements wide string support for the P6str and CStr REPRs on MoarVM.

This needs testing on Windows.

Passes make test, make spectest on OpenBSD.

See MoarVM/MoarVM#1137 and Raku/nqp#564

@raiph
Copy link
Contributor

raiph commented Sep 6, 2019

@Kaiepi
Copy link
Contributor Author

Kaiepi commented May 28, 2020

Update on this: I do plan on completing this PR at some point, since I want editline support for the REPL eventually, but I've been caught up with the work for the IP6NS grant, among other things.

@lizmat
Copy link
Contributor

lizmat commented Jan 5, 2022

Is this PR still salvageable?

@coke coke changed the base branch from master to main April 19, 2023 15:33
@lizmat
Copy link
Contributor

lizmat commented Sep 29, 2024

It feels like all of Kaiepi's work will be lost unless someone reimagines this work.

@patrickbkr @timo @niner

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

Successfully merging this pull request may close these issues.

3 participants