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

[do not merge] Rebase PR 9269 with mac fixes #9487

Draft
wants to merge 3 commits into
base: release-v0.18
Choose a base branch
from

Conversation

woodser
Copy link
Contributor

@woodser woodser commented Sep 21, 2024

No description provided.

jeffro256 and others added 3 commits September 21, 2024 07:46
…ing [RELEASE]

1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed << operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext

Release version of monero-project#9450, containing C++14 modified assertions
@woodser
Copy link
Contributor Author

woodser commented Sep 21, 2024

@everoddandeven

I've opened this PR because it contains a fix necessary to build monero-project on macOS.

Perhaps you should incorporate these changes into your PR on monero-project temporarily, while we're developing? #9269

Then your PR on monero-project would have 2 commits, first being 886b470, then your changes with 7b5213c included.

I think this would make everything easier to develop together while this PR is in progress

@woodser woodser marked this pull request as draft September 21, 2024 12:00
@woodser
Copy link
Contributor Author

woodser commented Sep 21, 2024

I've requested that the fix for the macOS build be merged into the release branch to avoid added this complexity: #9462 (comment)

@woodser woodser changed the title Rebase PR 9269 with mac fixes [do not merge] Rebase PR 9269 with mac fixes Sep 21, 2024
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.

3 participants