Skip to content

V16#1238

Merged
BotellaA merged 19 commits intonextfrom
v16
Mar 2, 2026
Merged

V16#1238
BotellaA merged 19 commits intonextfrom
v16

Conversation

@BotellaA
Copy link
Member

No description provided.

@BotellaA BotellaA requested a review from panquez February 27, 2026 14:28
Comment on lines +72 to 75
const auto msg = absl::StrCat( "Surface ",
mesh_.name().value_or( mesh_.id().string() ), ": ",
e.what() );
throw geode::OpenGeodeException( msg );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const auto msg = absl::StrCat( "Surface ",
mesh_.name().value_or( mesh_.id().string() ), ": ",
e.what() );
throw geode::OpenGeodeException( msg );
const auto message = absl::StrCat( "Surface ",
mesh_.name().value_or( mesh_.id().string() ), ": ",
e.what() );
throw geode::OpenGeodeException( message );

@BotellaA BotellaA merged commit fa0628e into next Mar 2, 2026
27 of 28 checks passed
@BotellaA BotellaA deleted the v16 branch March 2, 2026 20:37
@BotellaA
Copy link
Member Author

BotellaA commented Mar 2, 2026

🎉 This PR is included in version 16.0.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA
Copy link
Member Author

BotellaA commented Mar 3, 2026

🎉 This PR is included in version 16.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants