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

Retyped the libSession wrapper code in preparation of the 1.3.0 changes #21

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

Conversation

mpretty-cyro
Copy link
Collaborator

In order to properly support libc++18 (and clang-19) no longer support the ustring/ustring_view convention we were using and as such we were forced to update a number of our libraries to replace this convention with a more standard approach (we settled on std::vector and std::span)

This "retyping" also affected libSession which means there are a number of breaking changes in the next version made as part of session-foundation/libsession-util#26

This PR updates the libSession wrapper code to support these changes

Note: This shouldn't be merged until after session-foundation/libsession-util#26 has been merged

@mpretty-cyro mpretty-cyro force-pushed the fix/libsession-1-3-0-support branch from b307535 to 9d19df6 Compare April 3, 2025 04:54
@mpretty-cyro mpretty-cyro marked this pull request as ready for review April 3, 2025 04:55
@mpretty-cyro mpretty-cyro requested a review from Bilb April 3, 2025 05:11
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.

1 participant