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

Conversation

dotnwat
Copy link
Member

@dotnwat dotnwat commented Jul 19, 2022

Cover letter

A few misc. changes that accumulated during the Meson work.

Release notes

  • None

dotnwat and others added 4 commits July 18, 2022 19:23
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 <[email protected]>
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 <[email protected]>
@dotnwat dotnwat requested review from ivotron and removed request for a team July 19, 2022 02:35
schema_path = pathlib.Path(sys.argv[2])
src = (outdir / schema_path.name).with_suffix(".cc")
hdr = (outdir / schema_path.name).with_suffix(".h")
assert len(sys.argv) == 4
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@BenPope BenPope left a comment

Choose a reason for hiding this comment

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

LGTM

@mmedenjak mmedenjak added the kind/enhance New feature or request label Jul 19, 2022
@dotnwat
Copy link
Member Author

dotnwat commented Jul 19, 2022

Failure is #5474

@dotnwat dotnwat merged commit db2761d into redpanda-data:dev Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants