task-maker-rust
task-maker-rust copied to clipboard
Tool for building tasks for informatics competitions, with support for cache, distributed computations and more
We sometimes get this note while running TMR on a task: ``` Statements english.pdf ReturnCode(12) Warning: Found Latex errors while compiling the booklet english.pdf Note: Line 98: Command \st already...
It would be useful to show a warning when there are leftover extraneous files in input/output folder (or maybe even anywhere, if we detect that a file isn't "used" and...
Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.0.0. Release notes Sourced from zip's releases. v6.0.0 🐛 Bug Fixes panic when reading empty extended-timestamp field (#404) (#422) Restore original file timestamp when unzipping...
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.12.1. Changelog Sourced from regex's changelog. 1.12.1 (2025-10-10) This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an...
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. Changelog Sourced from nix's changelog. [0.30.1] - 2025-05-04 Fixed doc.rs build (#2634) [0.30.0] - 2025-04-29 Added Add socket option IPV6_PKTINFO for BSDs/Linux/Android, also IPV6_RECVPKTINFO...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
This PR does the following: - Update base image from ubuntu:18.04 to ubuntu:24.04 (LTS release) - Update LABELs - Build `task-maker-rust` from source, since the `.deb` package is no longer...