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

Support proto3-suite 0.5.0 and later. #22

Merged
merged 5 commits into from
Jul 12, 2022
Merged

Commits on Jul 7, 2022

  1. Support proto3-suite 0.5.0 and later.

    Starting with proto3-suite 0.5.0, the initial character of
    a service method names is no longer forced to uppercase.
    j6carey committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5952642 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    c346d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf8c6a View commit details
    Browse the repository at this point in the history
  3. Update src/Proto3/Suite/DotProto/Internal/Compat.hs

    Co-authored-by: Matt Friede <friede80@gmail.com>
    j6carey and Friede80 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e6d40f3 View commit details
    Browse the repository at this point in the history
  4. Capitalize "MqttClient", "RemoteClientMethodMap", and "Client"

    so that when they are incorporated Haskell names they retain
    the same capitalization whe built with proto3-suite-0.5.0 as
    they did with earlier bersions of proto3-suite.
    j6carey committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ab569ab View commit details
    Browse the repository at this point in the history