-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bump version to v1.5.1 #77
Conversation
eee7291
to
ddc65a8
Compare
Feel free to just pin the |
552e1e1
to
1d2f489
Compare
Allows preprocesser #if statements to use version macros.
1d2f489
to
66398b2
Compare
okay it was fixed 😇 |
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, LGTM!
LGTM from my side as well! Thanks. |
I created a new release + tag. |
https://github.com/mesonbuild/wrapdb/pull/1862/checks for the alpine (x86) one should be a one line fix: diff --git a/tests/ArgParse.cpp b/tests/ArgParse.cpp
index 612a5dd..8f83333 100644
--- a/tests/ArgParse.cpp
+++ b/tests/ArgParse.cpp
@@ -57,7 +57,7 @@ auto cvt_string_view(const ZyanStringView *sv)
/* Unnamed args */
/* ---------------------------------------------------------------------------------------------- */
-static auto UnnamedArgTest(ZyanU64 min, ZyanU64 max)
+static auto UnnamedArgTest(ZyanUSize min, ZyanUSize max)
{
const char* argv[]
{ I have zero idea about why linking doesn't work with clang-cl + lld-link (dynamic). |
Required by zyantific/zydis#546 (comment)