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

Order Member List in Models #301

Open
JasonBock opened this issue Jan 22, 2024 · 0 comments
Open

Order Member List in Models #301

JasonBock opened this issue Jan 22, 2024 · 0 comments
Milestone

Comments

@JasonBock
Copy link
Owner

Describe the solution you'd like
Right now, I'm using EquatableArray<> in the models to support equality. However, I'm not sure if two EAs, one with A, B, C and the other with C, B, A would be considered equal. If not, then I should sort the member arrays so that the results are always the same. Note that this means I would not sort things like parameters because that order must be preserved.

BTW I have a comment in the constructor for TypeMockModel talking about this issue as well.

@JasonBock JasonBock added this to the 8.1.0 milestone Jan 27, 2024
@JasonBock JasonBock modified the milestones: 8.1.0, 8.2.0 Apr 16, 2024
@JasonBock JasonBock modified the milestones: 8.2.0, 9.0.0 Jul 16, 2024
@JasonBock JasonBock modified the milestones: 9.0.0, 9.1.0 Oct 11, 2024
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

No branches or pull requests

1 participant