-
Notifications
You must be signed in to change notification settings - Fork 2k
simple_enum: add new version 0.8.11 #26028
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Some questions about the new version and our dependency handling :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in #26028 (review), the glaze requirement seems to be required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some outstanding questions
@@ -72,3 +55,5 @@ def package(self): | |||
def package_info(self): | |||
self.cpp_info.bindirs = [] | |||
self.cpp_info.libdirs = [] | |||
|
|||
self.cpp_info.defines.append("SIMPLE_ENUM_GLZ_3_1_x") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may be missing something here, where does this come from?
I can't find references in https://github.dev/arturbac/simple_enum/tree/v0.8.11
|
||
def layout(self): | ||
basic_layout(self, src_folder="src") | ||
|
||
def requirements(self): | ||
self.requires("glaze/4.0.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the public headers of simple_enum dont make any references to glaze whatsoever - in the codebase it seems like its used only in examples and tests, but not the actual header library. it's documented as being opt-in by the end user, to include both, so I'm not sure if this is required here
Summary
Changes to recipe: simple_enum/0.8.11
Motivation
There are several improvements since 0.8.0.
Details
arturbac/simple_enum@v0.8.0...v0.8.11