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

#2117: location: add new assertions to detect duplicate insertions #2118

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

lifflander
Copy link
Collaborator

Fixes #2117

@lifflander lifflander requested a review from nlslatt March 27, 2023 21:16
@lifflander lifflander linked an issue Mar 27, 2023 that may be closed by this pull request
@lifflander lifflander force-pushed the 2117-check-for-duplication-elements-during-collection-insertion branch from b5db4aa to 99fb383 Compare March 27, 2023 21:20
@github-actions
Copy link

github-actions bot commented Mar 27, 2023

Pipelines results

PR tests (gcc-12, ubuntu, mpich)

Build for cc3ab0a (2023-03-28 00:04:49 UTC)

Compilation - successful

Testing - passed

Build log


@@ -131,7 +131,8 @@ void CollectionManager::makeCollectionImpl(param::ConstructParams<ColT>& po) {

// Invoke getCollectionLM() to create a new location manager instance for
// this collection
theLocMan()->getCollectionLM<IndexType>(proxy);
Copy link
Member

Choose a reason for hiding this comment

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

Kinda ugly that a method named getFoo has a side effect of creating said Foo

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.

Check for duplication elements during collection insertion
2 participants