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

Remove addTypes and related methods #1084

Merged
merged 2 commits into from
Jul 30, 2021
Merged

Remove addTypes and related methods #1084

merged 2 commits into from
Jul 30, 2021

Conversation

joaander
Copy link
Member

Description

Remove addTypes, slotNumTypesChanged, the ParticleData signal for types changing, and related code.

Motivation and context

This code is complex, untested, and contains numerous bugs. Fixing these all is not worth the effort. Users can include all possible types in the initial configuration, even if they are not all used in the first step.

Resolves #664

How has this been tested?

The code compiles and unit tests pass.

Change log

No change log necessary. This is an internal change to C++ code in a feature that has not been exposed in v3.

Checklist:

@joaander joaander requested review from a team, b-butler and thiv89 and removed request for a team July 29, 2021 17:25
@joaander joaander added the validate Execute long running validation tests on pull requests label Jul 29, 2021
Copy link
Member

@b-butler b-butler left a comment

Choose a reason for hiding this comment

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

A simple grep and review of the code looks good to me. Nice negative PR 👍

@joaander joaander merged commit 9f8a1c8 into master Jul 30, 2021
@joaander joaander deleted the remove-add-types branch July 30, 2021 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validate Execute long running validation tests on pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for adding types
2 participants