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

Set is full error when adding existing item #782

Conversation

ismailtzn
Copy link
Contributor

@ismailtzn ismailtzn commented Nov 2, 2023

When I tried to insert a value that was already in the set to a full set , it throws set_full error.
I believe it should let me try inserting an existing value.
Resolves #783

Copy link

Review changes with SemanticDiff

@ismailtzn ismailtzn changed the base branch from master to development November 4, 2023 21:25
@jwellbelove jwellbelove changed the base branch from development to pull-request/#782-Set-is-full-error-when-adding-existing-item November 14, 2023 18:38
@jwellbelove jwellbelove merged commit c6fecd9 into ETLCPP:pull-request/#782-Set-is-full-error-when-adding-existing-item Nov 24, 2023
54 of 58 checks passed
jwellbelove pushed a commit that referenced this pull request Nov 24, 2023
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.

Cannot insert existing value to full set
2 participants