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

Get rid of useless abstract process duplicate classes #297

Merged
merged 2 commits into from
Oct 21, 2022

Conversation

dkfellows
Copy link
Member

@dkfellows dkfellows commented Oct 19, 2022

I noticed when cleaning up the Java code (SpiNNakerManchester/JavaSpiNNaker#609) that we had a plethora of nearly-unused abstract process things, and reasoned that we had them in SpiNNMan too (because the comms in the Java code started as a direct clone of it). This is the start of getting rid of all of that!

I noticed when cleaning up the Java code that we had a plethora of
nearly-unused abstract process things. This is the start of getting rid
of all of that!
@dkfellows dkfellows added this to the 7.0.0 milestone Oct 19, 2022
@dkfellows dkfellows self-assigned this Oct 19, 2022
It now only had one subclass. I'd have got rid of the subclass and used
the name of the superclass instead, except that the subclass has
references to it in SpiNNFrontEndCommon
dkfellows added a commit to SpiNNakerManchester/IntegrationTests that referenced this pull request Oct 19, 2022
@dkfellows dkfellows marked this pull request as ready for review October 21, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants