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

Replace FormatType's DefaultFormat by null #2602

Merged
merged 7 commits into from
Aug 2, 2024

Conversation

bernardnormier
Copy link
Member

This PR replaces FormatType::DefaultFormat by nullopt/null/nil in all remaining languages.

if (opFormat)
{
phpFormat = static_cast<int>(*opFormat);
}
Copy link
Member

Choose a reason for hiding this comment

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

What happens when this -1 is passed to Ice runtime? we call ice_invoke with this mode.

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind I was looking at the mode parameter, not the format parameter.

@bernardnormier bernardnormier merged commit 5d4f24b into zeroc-ice:main Aug 2, 2024
19 checks passed
@bernardnormier bernardnormier deleted the format-type branch December 9, 2024 17:08
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
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