-
Notifications
You must be signed in to change notification settings - Fork 256
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
Possibility of removing/adding new file to executable #1526
Comments
This now allows to have non-ASCII characters as `ąśćżźć` to not trigger false positives. Also show a nicer alert message while we are changing this code. Part of DOMjudge#1526.
This is one more step in simplifying working with executables and part of DOMjudge#1526.
This is one more step in simplifying working with executables and part of #1526.
* Allow deletion of individual files in executable. Part of #1526.
Hi,
Thanks really much for making easier to edit executables! What should I do now - it looks that the issue is implemented, so should I close its? |
I'm not fully done yet improving and simplifying the interface |
Also what I just noticed when running another contest: we drop binary files (such as executables) when editing. |
See also #1841 |
I like all these. Maybe even a table per type? |
If we do the table, would we still want the icon? |
I'm using DOMjudge for academic teaching. I'm creating new executable for each problem, because I'm checking submissions with Unit Tests in C++.
Unfortunately it is really hard to make its many times, because:
Possibility of adding/removing file would solve all the problems above.
I'm using DOMjudge: 7.3.4
The text was updated successfully, but these errors were encountered: