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

tried to reduce the uses of sender_decompose #118

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

dietmarkuehl
Copy link
Collaborator

No description provided.

@dietmarkuehl dietmarkuehl merged commit b52f28c into main Jan 14, 2025
12 checks passed
@dietmarkuehl dietmarkuehl deleted the remove-sender-decompose branch January 14, 2025 00:49
if(NOT PROJECT_IS_TOP_LEVEL)
if(ROJECT_IS_TOP_LEVEL)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do you change the logic?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This change I committed by accident: during development this one check take by far most time for me:

  • buildung and testing everything else takes < 2s
  • this test alone takes > 10s

That interferes with my development which compiles/tests often. Sadly, I haven't found a way to disable this test without modifying the CMakeLists.txt. I guess, I should set up a pre-commit check making sure I undo the change. Being able to disable this test without modifying the CMakeLists.txt would be better, though.

Copy link
Collaborator

Choose a reason for hiding this comment

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

see #121

dietmarkuehl added a commit that referenced this pull request Jan 21, 2025
* tried to reduce the uses of sender_decompose

* clang-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants