Edoardo Morassutto

Results 9 comments of Edoardo Morassutto

Agree, this was more like a proof of concept that tried to minimize the code changes. CWS clearly is not the best place for this feature (especially since in our...

Oh, actually it's not official, I didn't think about that. Marking the solution as official solves both the problems. The only "strange" thing is scoring points but seeing that red...

Regarding this issue, I propose a more general solution: add a flag for specifying a directory of _"extra install scripts"_ to run. Then those script will be executed one after...

> Are you aware that we already have a script https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_run_chroot.in? No, I wasn't aware of that, thanks for pointing it out. I was imagining this flag (for example `dj_make_chroot...

I've skimmed through the verifyproblem source code and listed the interesting checks: 1. [ ] Check input/output newline format (`\n` vs `\r\n`) 2. [ ] Check attachment input/output newline format...

Can you explain what do you mean more precisely? I think I know where this can be useful, but I'd like to know what files should be included in this...

I guess also `task.yaml`, the attachments and the "external" symlinks resolved.

> Why doesn't the dockerfile just add the APT repository and add the package from there? That seems way simpler than most other alternatives, it should boil down to roughly...