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

Revert use of Cstring to Ptr{UInt8} #260

Closed
wants to merge 1 commit into from
Closed

Revert use of Cstring to Ptr{UInt8} #260

wants to merge 1 commit into from

Conversation

odow
Copy link
Member

@odow odow commented Apr 2, 2024

@joaquimg could you try this one out? Let me know if you're using Cstring anywhere.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.91%. Comparing base (5f45fb2) to head (d64eb6f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
- Coverage   67.93%   67.91%   -0.02%     
==========================================
  Files           6        6              
  Lines        3303     3301       -2     
==========================================
- Hits         2244     2242       -2     
  Misses       1059     1059              

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

@odow
Copy link
Member Author

odow commented Apr 2, 2024

We could also drop the Cchar => UInt8 replacement, but that's a bit more breaking (because we use UInt8('B') explicitly in places) for minimal upside.

julia> Cchar
Int8

@joaquimg
Copy link
Member

joaquimg commented Apr 3, 2024

I think we can test until friday

@joaquimg
Copy link
Member

joaquimg commented Apr 3, 2024

this broke all our lic checks that relied on the userlic function

@odow odow closed this Apr 3, 2024
@odow odow deleted the od/cstring branch April 3, 2024 19:06
@odow
Copy link
Member Author

odow commented Apr 3, 2024

Let's just leave it then. The generator script is a bit annoying, but it's written now.

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

Successfully merging this pull request may close these issues.

2 participants