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

Fix compilation errors on platforms with unsigned chars #281

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

aqrln
Copy link
Contributor

@aqrln aqrln commented Aug 14, 2023

*const i8/*mut i8 was passed in a bunch of places where *const c_char/*mut c_char was expected which didn't compile on Linux on aarch64.

`*const i8`/`*mut i8` was passed in a bunch of places where
`*const c_char`/`*mut c_char` was expected which didn't compile on Linux
on aarch64.
@psarna psarna added this pull request to the merge queue Aug 14, 2023
Merged via the queue into tursodatabase:main with commit ea165be Aug 14, 2023
4 checks passed
@aqrln aqrln deleted the aarch64-linux-compile-errors branch August 14, 2023 11:40
MarinPostma added a commit that referenced this pull request Oct 17, 2023
281: load dumps from CLI r=MarinPostma a=MarinPostma

This PR enables loading a dump file from the CLI.


Co-authored-by: ad hoc <[email protected]>
MarinPostma added a commit that referenced this pull request Oct 17, 2023
282: remove dump http route r=MarinPostma a=MarinPostma

Removes the `/dump` http route, replaced with #281 


Co-authored-by: ad hoc <[email protected]>
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