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

Clean up message handling after importing a zipped problem. #2232

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

meisterT
Copy link
Member

Nowadays, the messages is a keyed array with the keys being the warning level. Previously, it was a flat data structure and apparently we didn't clean up all of them.

There is still a code duplication between the two controller, but moving this to the Utils class is ugly because it would require passing in the controller.

Nowadays, the messages is a keyed array with the keys being the warning
level. Previously, it was a flat data structure and apparently we didn't
clean up all of them.

There is still a code duplication between the two controller, but moving
this to the Utils class is ugly because it would require passing in the
controller.
@meisterT meisterT added this pull request to the merge queue Nov 24, 2023
Merged via the queue into DOMjudge:main with commit a6640d5 Nov 24, 2023
18 checks passed
@meisterT meisterT deleted the importzipped branch November 24, 2023 09:33
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.

2 participants