Skip to content

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
@stevengj stevengj deleted the fix branch October 30, 2023 21:06
@stevengj
Copy link
Member

Thanks!

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.19%. Comparing base (2a9f077) to head (f54a801).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1059      +/-   ##
==========================================
- Coverage   67.30%   67.19%   -0.12%     
==========================================
  Files          20       20              
  Lines        2025     2024       -1     
==========================================
- Hits         1363     1360       -3     
- Misses        662      664       +2     
Flag Coverage Δ
unittests 67.19% <ø> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

4 participants