task-maker-rust icon indicating copy to clipboard operation
task-maker-rust copied to clipboard

Tool for building tasks for informatics competitions, with support for cache, distributed computations and more

Results 38 task-maker-rust issues
Sort by recently updated
recently updated
newest added

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.1 What's Changed Fixes Resolved an issue where workflows were suddenly failing due to a worktree in use...

dependencies
github_actions

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. Changelog Sourced from itertools's changelog. 0.13.0 Breaking Removed implementation of DoubleEndedIterator for ConsTuples (#853) Made MultiProduct fused and fixed on an empty iterator (#835,...

dependencies
rust

Using the latest (ppa) version. Minimal reproducible example: [mre.zip](https://github.com/edomora97/task-maker-rust/files/14850582/mre.zip) Be at the task root. Using `task-maker-rust` compiles solution.cpp just fine. But running via `task-maker-rust -s sol/solution.cpp` produces compilation errors about...

Minimal reproducible example: [task-maker-rust-buggy-statement.zip](https://github.com/edomora97/task-maker-rust/files/14771683/task-maker-rust-buggy-statement.zip) Output of task-maker-rust The problem, if I understood correctly the relevant sections of the code, is that the template gets generated correctly, but it's overwritten here...

When evaluating a solution printing long lines tmr takes about 20 seconds to kill it, but the wall clock time limit (for the task I tested) is 4 seconds. Minimal...

Regarding booklet generation, I think `latexmk` and `texlive-full` (maybe not full?) are needed for generating booklets. It could be useful to indicate this in README.md or somehow in the .deb....

When someone unfamiliar with TMR types `task-maker-rust clear` instead of `task-mask-tools clear`, it should raise an error. Same thing with `reset`

- [ ] Weird behaviour when subtask checks are only partially defined. - [ ] Considering all solutions, not only the ones being evaulated. - [ ] Checking for the...

Supported by cms: https://github.com/cms-dev/cms/blob/master/cmscontrib/loaders/tps.py

The `verifyproblem` tool (see https://github.com/Kattis/problemtools) has many interesting sanity checks that we most likely would benefit from, for example: - it warns if the input / output files don't have...