Skip to content

Conversation

@bernardnormier
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes outdated comments about "variant" implementations and corrects a comment in the Swift AMD implementation. The changes clean up documentation that was misleading or redundant across multiple Chatbot implementations in different Ice framework demos.

  • Removes "This variant is the synchronous implementation" comments from C# and Python Chatbot classes
  • Corrects the Swift AMD comment to properly describe Asynchronous Method Dispatch

Reviewed Changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

File Description
swift/Ice/Greeter/Sources/ServerAMD/Chatbot.swift Corrected comment to properly describe AMD implementation
python/Ice/config/server/chatbot.py Removed redundant "synchronous variant" comment
Multiple csharp/*/Chatbot.cs files Removed outdated "synchronous variant" comments from various demo implementations

struct Chatbot: Greeter {
// Implements the method greet from the Greeter protocol generated by the Slice compiler.
// This version uses the Asynchronous Method Dispatch (AMD) variant. It uses the same Slice file as synchronous
// This version uses Asynchronous Method Dispatch (AMD). It uses the same Slice file as the synchronous
Copy link
Member

Choose a reason for hiding this comment

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

What about "the same Slice definitions as ..."

@bernardnormier bernardnormier merged commit ea3bf0f into zeroc-ice:main Oct 9, 2025
16 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.

2 participants