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

Accumulated miscellaneous changes #5505

Merged
merged 4 commits into from
Jul 19, 2022
Merged

Accumulated miscellaneous changes #5505

merged 4 commits into from
Jul 19, 2022

Commits on Jul 19, 2022

  1. test_utils: remove unused header

    Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
    dotnwat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1bdc2b0 View commit details
    Browse the repository at this point in the history
  2. config: fix -Wreorder-ctor warning

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2ddc863 View commit details
    Browse the repository at this point in the history
  3. rpc: colocate service code generator with rpc

    Colocating the code generator with the rpc framework is logical, but
    also results in a smoother integration with Meson build system which is
    far more opinionated than cmake which doesn't care at all.
    
    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    596ed9a View commit details
    Browse the repository at this point in the history
  4. kafka: protocol code gen should take output paths

    This changes makes the code generator easier to integrate into Meson
    which wants to have far more control over output file paths than cmake.
    
    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1bf49d2 View commit details
    Browse the repository at this point in the history