DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
741 stars 260 forks source link

Port entry_point handling to master #373

Closed meisterT closed 6 years ago

meisterT commented 6 years ago

To get 6.0 out of the door, we should first port the current entry point handling from ICPC live to master (which was tested at NWERC and the finals). See https://github.com/DOMjudge/domjudge/commit/f73b05e8592220e2327ca669cf380a4e5db837ab and https://github.com/DOMjudge/domjudge/commit/1241f8ac1e50006a09c54e2a312aa49c06733616 for example.

thijskh commented 6 years ago

This should be rather complete now. Requires another round of integral testing to verify we now have all the ingredients in place.

thijskh commented 6 years ago

Should be done now.