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

A few fixes for julia master #1059

Merged
merged 2 commits into from
Oct 30, 2023
Merged

A few fixes for julia master #1059

merged 2 commits into from
Oct 30, 2023

Conversation

yuyichao
Copy link
Collaborator

  1. Fix use of cconvert(Cwstring). This may count as a breakage from base julia but it's a bit of a grey area. It may be argued that the return type for cconvert isn't really guaranteed.
  2. Docs.doc is defined in base but the methods are defined in REPL. With REPL moved out of the sysimg by default this needs to be loaded explicitly.

`cconvert` does not return an array anymore and cannot be used with `reinterpret`.
Fix to use the underlying `transcode` function directly,
which is also consistent with the `Cstring` version.
@stevengj stevengj merged commit 04c4778 into master Oct 30, 2023
13 of 18 checks passed
@stevengj stevengj deleted the fix branch October 30, 2023 21:06
@stevengj
Copy link
Member

Thanks!

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.

2 participants