Skip to content

Fix a bug where predicate helper functions needed memory_space type in the type #1255

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

Merged
merged 2 commits into from
May 12, 2025

Conversation

aprokop
Copy link
Contributor

@aprokop aprokop commented May 12, 2025

Predicate helpers were using UserPrimitives::memory_space inside AccessTraits specializations instead of getting it through corresponding traits. This meant that even if the corresponding AccessTraits was written correctly, it did not work.

@aprokop aprokop added the bug Something isn't working label May 12, 2025
aprokop added 2 commits May 12, 2025 13:51
…n the type

Predicate helpers were using `UserPrimitives::memory_space` inside
`AccessTraits` specializations instead of getting it through
corresponding traits. This meant that even if the corresponding
`AccessTraits` was written correctly, it did not work
@aprokop aprokop force-pushed the fix_predicate_helpers branch from 8f909ad to 2cb560f Compare May 12, 2025 17:52
@aprokop aprokop merged commit 44e5f13 into arborx:master May 12, 2025
2 checks passed
@aprokop aprokop deleted the fix_predicate_helpers branch May 12, 2025 19:04
@aprokop aprokop mentioned this pull request May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant