Skip to content

refactor(model): Change list to tuple type #77

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

Merged
merged 6 commits into from
Jan 24, 2025
Merged

refactor(model): Change list to tuple type #77

merged 6 commits into from
Jan 24, 2025

Conversation

lord-haffi
Copy link
Collaborator

Problem: The models are frozen, but if you use mutable types inside the models, the hash function will fail nevertheless since the models are mutable through these mutable sub types.
And I need the hash function to work :)

@lord-haffi lord-haffi self-assigned this Jan 24, 2025
Copy link
Contributor

@hf-kklein hf-kklein left a comment

Choose a reason for hiding this comment

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

Vllt noch ein Test, der die neue Eigenschaft Frozen zu sein untermauert?

@lord-haffi
Copy link
Collaborator Author

Vllt noch ein Test, der die neue Eigenschaft Frozen zu sein untermauert?

4701663

@lord-haffi lord-haffi merged commit 3c64f40 into main Jan 24, 2025
18 checks passed
@lord-haffi lord-haffi deleted the true_frozen branch January 24, 2025 16:46
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.

3 participants