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

Simplify InputStream constructors in C# #3077

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

bernardnormier
Copy link
Member

This PR further simplifies the InputStream constructors in C#.

In theory, an InputStream can function in a limited capacity without a communicator (can't decode classes/exceptions/proxies), but we did not use this feature in the C# code and it made the InputStream logic a lot more complicated. So I removed it. Will do the same in other languages (except maybe C++) in follow-up PRs.

@@ -69,27 +69,6 @@ public void clear()
}
}

/// <summary>
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed this unused / undocumented feature.

@bernardnormier bernardnormier merged commit a2cbac1 into zeroc-ice:main Nov 6, 2024
19 checks passed
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