-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
closes #62 |
.github/workflows/pull-request.yml
Outdated
uses: NilFoundation/ci-cd/.github/workflows/reusable-handle-syncwith.yml@v1.2.0 | ||
with: | ||
ci-cd-ref: 'v1.2.0' |
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.
v1.2.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.
updated
test/CMakeLists.txt
Outdated
set_target_properties(${test_name} PROPERTIES CXX_STANDARD 17) | ||
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") | ||
target_compile_options(${test_name} PRIVATE "-fconstexpr-steps=2147483647") | ||
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") | ||
target_compile_options(${test_name} PRIVATE "-fconstexpr-ops-limit=4294967295") | ||
endif() |
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.
This is already set in define_runtime_multiprecision_test
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.
good point, thank you
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.
nit: You moved the set_version.yml, but removed/created all other workflows. Better to keep smaller diff
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.
is it a big problem? I don't see anything repo-specific in set_version, I guess it is safe to add
test/modular_adaptor_fixed_test.cpp
Outdated
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.
Aside: I see, that naming as some_name_test.cpp is enforced by CMake define_runtime_multiprecision_test
func, let's remove _test
postfix someday though. It is obvious there are tests inside test dir
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.
removed _test suffix
f261741
to
0aa6b68
Compare
No description provided.