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

fix: prevent name collisions between messages and services #107

Merged
merged 4 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. fix: avoid name collisions between messages and services

    If a service has the same name as a message, we suffix the service name with "Service.
    vchudnov-g committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1376fea View commit details
    Browse the repository at this point in the history
  2. test: add tests for the name collision avoidance

    We may want to rename the test and baseline files to be more informative: .1-message.1-service, .2-message.1-server, 1.-message.2-server
    vchudnov-g committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ef51ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12aacba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0625cd6 View commit details
    Browse the repository at this point in the history