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

Add generic attributes and add class data attribute #99

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

siewers
Copy link
Contributor

@siewers siewers commented Oct 2, 2024

Fixes #95 and introduces support for combinatorial class data.

This PR is all over the place, but I think it provides improvements overall.

There are many tests that could or should be cleaned up. I tried my best to keep things together, but the mix of generic attributes and different ways of accessing data makes it hard to organize. Any ideas are welcome.

I also resolved some rebasing conflicts with my branch, which seems fine since all tests are still passing.
However, I might have missed some cases, in which case more tests should be added.
It might also be related to some cleanup done recently, which I haven't kept up with - I'll fix all of those if needed.

@@ -1,4 +1,4 @@
// Copyright (c) Andrew Arnott. All rights reserved.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There seems to be a "Zero Width No-Break Space" here, which shows up as a line change. That shouldn't be there, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Introducing this interface is technically a breaking change since the Values property on the attributes has been replaced with the GetValues method.

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.

Add generic combinatorial attributes
1 participant