Skip to content

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
@Bilb Bilb merged commit bc362c1 into session-foundation:main Apr 8, 2025
3 checks passed
@mpretty-cyro mpretty-cyro deleted the fix/libsession-1-3-0-support branch April 8, 2025 03:12
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