rbx.cp 0.5.55__tar.gz → 0.5.57__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/PKG-INFO +1 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/pyproject.toml +1 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/generators.py +8 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/boca/upload.py +1 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/c +7 -7
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/cc +7 -7
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/cpp +7 -8
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/java +5 -5
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/kt +5 -5
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/py2 +7 -7
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactive/py3 +7 -9
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/c +2 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/cc +2 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/cpp +2 -1
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/LICENSE +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/README.md +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/annotations.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/autoenum.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/builder.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/cd.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/checkers.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/cli.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/code.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/compile.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/conftest.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/build_contest_statements.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/contest_package.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/contest_utils.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/contest/statements.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/creation.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/deferred.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/download.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/dump_schemas.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/environment.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/extensions.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/formatting.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/generators_test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/header.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/lazy_importing_main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/lazy_importing_test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/naming.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/package.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/boca/extension.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/boca/packager.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/contest_main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/moj/packager.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/packager.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/polygon/packager.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/polygon/polygon_api.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/polygon/test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/polygon/upload.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/packaging/polygon/xml_schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/presets/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/presets/fetch.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/presets/lock_schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/presets/schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/retries.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/sanitizers/warning_stack.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/setter_config.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/solutions.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/solutions_test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/state.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/build_statements.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/builders.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/joiners.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/latex.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/latex_jinja.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/statements/schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/stresses.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/stressing/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/stressing/finder_parser.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/stressing/generator_parser.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/tasks.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/testcase_extractors.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/testcase_utils.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/testcases/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/testcases/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/captured_log.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/css/app.tcss +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/build.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/command.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/run.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/run_explorer.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/screens/test_explorer.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/widgets/file_log.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/ui/widgets/rich_log_box.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/unit.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/validators.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/box/validators_test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/checker.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/clone.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/config.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/conftest.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/console.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/create.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/edit.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/caching.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/conftest.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/cacher.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/digester.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/sandbox.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/sandboxes/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/sandboxes/isolate.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/sandboxes/stupid_sandbox.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/sandboxes/timeit.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/storage.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/judge/testiso.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/processing_context.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/steps.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/steps_with_caching.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading/steps_with_caching_run_test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/grading_utils.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/hydration.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/main.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/metadata.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/providers/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/providers/codeforces.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/providers/provider.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/checkers/boilerplate.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/default_config.json +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/default_setter_config.mac.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/default_setter_config.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/envs/default.rbx.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/envs/isolate.rbx.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/checker.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compare.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/c +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/cc +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/java +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/kt +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/pas +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/py2 +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/compile/py3 +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/interactor_compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/bkp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/java +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/kt +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/py2 +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/boca/run/py3 +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/c/compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/c/prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/c/run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/compare.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/cpp/compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/cpp/prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/cpp/run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/interactor_prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/interactor_run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/java/compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/java/prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/java/run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py2/compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py2/prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py2/run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py3/compile.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py3/prep.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/packagers/moj/scripts/py3/run.sh +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/contest.rbx.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/statement/contest.rbx.tex +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/statement/olymp.sty +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/statement/template.rbx.tex +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/preset.rbx.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/.gitignore +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/gen.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/problem.rbx.yml +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/random.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/random.txt +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/sols/main.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/sols/slow.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/sols/wa.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/olymp.sty +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/projecao.png +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/statement.rbx.tex +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/template.rbx.tex +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/tests/samples/000.in +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/tests/samples/001.in +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/validator.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/wcmp.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/templates/rbx.h +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/templates/template.cpp +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/run.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/schema.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/submit.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/submitors/__init__.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/submitors/codeforces.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/submitors/submitor.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/test.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/testcase.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/testcase_rendering.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/testing_utils.py +0 -0
- {rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/utils.py +0 -0
@@ -317,7 +317,14 @@ async def generate_output_for_testcase(
|
|
317
317
|
capture_pipes=True,
|
318
318
|
)
|
319
319
|
|
320
|
-
if
|
320
|
+
if (
|
321
|
+
eval.result.outcome == Outcome.TIME_LIMIT_EXCEEDED
|
322
|
+
and eval.result.no_tle_outcome == Outcome.ACCEPTED
|
323
|
+
):
|
324
|
+
console.console.print(
|
325
|
+
f'[warning]Testcase [item]{testcase.inputPath}[/item] finished in TLE, but test was generated successfully.[/warning]'
|
326
|
+
)
|
327
|
+
elif eval.result.outcome != Outcome.ACCEPTED:
|
321
328
|
console.console.print(
|
322
329
|
f'[error]Failed generating output for [item]{testcase.inputPath}[/item][/error]',
|
323
330
|
)
|
@@ -101,7 +101,7 @@ class BocaUploader:
|
|
101
101
|
raise typer.Exit(1)
|
102
102
|
if parsed_date < datetime.datetime.now(
|
103
103
|
datetime.timezone.utc
|
104
|
-
) - datetime.timedelta(minutes=
|
104
|
+
) - datetime.timedelta(minutes=1):
|
105
105
|
continue
|
106
106
|
|
107
107
|
# Check if the log line contains the problem id.
|
@@ -140,16 +140,15 @@ ECINT=\$?
|
|
140
140
|
|
141
141
|
rm -rf fifo.in fifo.out
|
142
142
|
|
143
|
-
echo "
|
144
|
-
echo "
|
145
|
-
|
146
|
-
echo "interactor exitcode \$ECINT" >&2
|
147
|
-
echo "solution exitcode \$ECSF" >&2
|
143
|
+
echo "Ran solution as \$@" &>>stderr0
|
144
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
145
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
148
146
|
|
149
147
|
RTE=0
|
150
148
|
if [[ \$ECSF -eq -13 ]]; then
|
151
149
|
RTE=0
|
152
150
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
151
|
+
echo "Found EOF RTE" &>>stderr0
|
153
152
|
RTE=1
|
154
153
|
fi
|
155
154
|
|
@@ -163,6 +162,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
163
162
|
ret=9
|
164
163
|
fi
|
165
164
|
|
165
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
166
166
|
exit \$ret
|
167
167
|
EOF
|
168
168
|
|
@@ -205,8 +205,8 @@ fi
|
|
205
205
|
### END OF BOCA RUN COMMAND
|
206
206
|
|
207
207
|
if [ $ret -gt 10 ]; then
|
208
|
-
echo "
|
209
|
-
ret=
|
208
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
209
|
+
ret=9
|
210
210
|
fi
|
211
211
|
if [ -f stdout0 ]; then
|
212
212
|
cat stdout0
|
@@ -140,16 +140,15 @@ ECINT=\$?
|
|
140
140
|
|
141
141
|
rm -rf fifo.in fifo.out
|
142
142
|
|
143
|
-
echo "
|
144
|
-
echo "
|
145
|
-
|
146
|
-
echo "interactor exitcode \$ECINT" >&2
|
147
|
-
echo "solution exitcode \$ECSF" >&2
|
143
|
+
echo "Ran solution as \$@" &>>stderr0
|
144
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
145
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
148
146
|
|
149
147
|
RTE=0
|
150
148
|
if [[ \$ECSF -eq -13 ]]; then
|
151
149
|
RTE=0
|
152
150
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
151
|
+
echo "Found EOF RTE" &>>stderr0
|
153
152
|
RTE=1
|
154
153
|
fi
|
155
154
|
|
@@ -163,6 +162,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
163
162
|
ret=9
|
164
163
|
fi
|
165
164
|
|
165
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
166
166
|
exit \$ret
|
167
167
|
EOF
|
168
168
|
|
@@ -205,8 +205,8 @@ fi
|
|
205
205
|
### END OF BOCA RUN COMMAND
|
206
206
|
|
207
207
|
if [ $ret -gt 10 ]; then
|
208
|
-
echo "
|
209
|
-
ret=
|
208
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
209
|
+
ret=9
|
210
210
|
fi
|
211
211
|
if [ -f stdout0 ]; then
|
212
212
|
cat stdout0
|
@@ -140,19 +140,17 @@ ECINT=\$?
|
|
140
140
|
|
141
141
|
rm -rf fifo.in fifo.out
|
142
142
|
|
143
|
-
echo "
|
144
|
-
echo "
|
145
|
-
|
146
|
-
echo "interactor exitcode \$ECINT" >&2
|
147
|
-
echo "solution exitcode \$ECSF" >&2
|
143
|
+
echo "Ran solution as \$@" &>>stderr0
|
144
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
145
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
148
146
|
|
149
147
|
RTE=0
|
150
148
|
if [[ \$ECSF -eq -13 ]]; then
|
151
149
|
RTE=0
|
152
150
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
151
|
+
echo "Found EOF RTE" &>>stderr0
|
153
152
|
RTE=1
|
154
153
|
fi
|
155
|
-
|
156
154
|
ret=0
|
157
155
|
if [[ \$ECINT -ge 1 ]] && [[ \$ECINT -le 4 ]] && [[ \$RTE -eq 0 ]]; then
|
158
156
|
echo "testlib exitcode \$ECINT" >stdout0
|
@@ -163,6 +161,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
163
161
|
ret=9
|
164
162
|
fi
|
165
163
|
|
164
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
166
165
|
exit \$ret
|
167
166
|
EOF
|
168
167
|
|
@@ -205,8 +204,8 @@ fi
|
|
205
204
|
### END OF BOCA RUN COMMAND
|
206
205
|
|
207
206
|
if [ $ret -gt 10 ]; then
|
208
|
-
echo "
|
209
|
-
ret=
|
207
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
208
|
+
ret=9
|
210
209
|
fi
|
211
210
|
if [ -f stdout0 ]; then
|
212
211
|
cat stdout0
|
@@ -153,16 +153,15 @@ ECINT=\$?
|
|
153
153
|
|
154
154
|
rm -rf fifo.in fifo.out
|
155
155
|
|
156
|
-
echo "
|
157
|
-
echo "
|
158
|
-
|
159
|
-
echo "interactor exitcode \$ECINT" >&2
|
160
|
-
echo "solution exitcode \$ECSF" >&2
|
156
|
+
echo "Ran solution as \$@" &>>stderr0
|
157
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
158
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
161
159
|
|
162
160
|
RTE=0
|
163
161
|
if [[ \$ECSF -eq -13 ]]; then
|
164
162
|
RTE=0
|
165
163
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
164
|
+
echo "Found EOF RTE" &>>stderr0
|
166
165
|
RTE=1
|
167
166
|
fi
|
168
167
|
|
@@ -176,6 +175,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
176
175
|
ret=9
|
177
176
|
fi
|
178
177
|
|
178
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
179
179
|
exit \$ret
|
180
180
|
EOF
|
181
181
|
|
@@ -144,16 +144,15 @@ ECINT=\$?
|
|
144
144
|
|
145
145
|
rm -rf fifo.in fifo.out
|
146
146
|
|
147
|
-
echo "
|
148
|
-
echo "
|
149
|
-
|
150
|
-
echo "interactor exitcode \$ECINT" >&2
|
151
|
-
echo "solution exitcode \$ECSF" >&2
|
147
|
+
echo "Ran solution as \$@" &>>stderr0
|
148
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
149
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
152
150
|
|
153
151
|
RTE=0
|
154
152
|
if [[ \$ECSF -eq -13 ]]; then
|
155
153
|
RTE=0
|
156
154
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
155
|
+
echo "Found EOF RTE" &>>stderr0
|
157
156
|
RTE=1
|
158
157
|
fi
|
159
158
|
|
@@ -167,6 +166,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
167
166
|
ret=9
|
168
167
|
fi
|
169
168
|
|
169
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
170
170
|
exit \$ret
|
171
171
|
EOF
|
172
172
|
|
@@ -131,16 +131,15 @@ ECINT=\$?
|
|
131
131
|
|
132
132
|
rm -rf fifo.in fifo.out
|
133
133
|
|
134
|
-
echo "
|
135
|
-
echo "
|
136
|
-
|
137
|
-
echo "interactor exitcode \$ECINT" >&2
|
138
|
-
echo "solution exitcode \$ECSF" >&2
|
134
|
+
echo "Ran solution as \$@" &>>stderr0
|
135
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
136
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
139
137
|
|
140
138
|
RTE=0
|
141
139
|
if [[ \$ECSF -eq -13 ]]; then
|
142
140
|
RTE=0
|
143
141
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
142
|
+
echo "Found EOF RTE" &>>stderr0
|
144
143
|
RTE=1
|
145
144
|
fi
|
146
145
|
|
@@ -154,6 +153,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
154
153
|
ret=9
|
155
154
|
fi
|
156
155
|
|
156
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
157
157
|
exit \$ret
|
158
158
|
EOF
|
159
159
|
|
@@ -207,8 +207,8 @@ fi
|
|
207
207
|
### END OF BOCA RUN COMMAND
|
208
208
|
|
209
209
|
if [ $ret -gt 10 ]; then
|
210
|
-
echo "
|
211
|
-
ret=
|
210
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
211
|
+
ret=9
|
212
212
|
fi
|
213
213
|
if [ -f stdout0 ]; then
|
214
214
|
cat stdout0
|
@@ -115,8 +115,6 @@ cat <<EOF >runit.sh
|
|
115
115
|
#!/bin/bash
|
116
116
|
mkfifo fifo.in fifo.out
|
117
117
|
|
118
|
-
echo "Running solution as \$@" >&2
|
119
|
-
|
120
118
|
"\$@" >fifo.out <fifo.in 2>/dev/null &
|
121
119
|
SFPID=\$!
|
122
120
|
|
@@ -131,16 +129,15 @@ ECINT=\$?
|
|
131
129
|
|
132
130
|
rm -rf fifo.in fifo.out
|
133
131
|
|
134
|
-
echo "
|
135
|
-
echo "
|
136
|
-
|
137
|
-
echo "interactor exitcode \$ECINT" >&2
|
138
|
-
echo "solution exitcode \$ECSF" >&2
|
132
|
+
echo "Ran solution as \$@" &>>stderr0
|
133
|
+
echo "interactor exitcode \$ECINT" &>>stderr0
|
134
|
+
echo "solution exitcode \$ECSF" &>>stderr0
|
139
135
|
|
140
136
|
RTE=0
|
141
137
|
if [[ \$ECSF -eq -13 ]]; then
|
142
138
|
RTE=0
|
143
139
|
elif [[ \$ECSF -ne 0 ]] && cat stderr0 | grep -q "wrong output format Unexpected end of file"; then
|
140
|
+
echo "Found EOF RTE" &>>stderr0
|
144
141
|
RTE=1
|
145
142
|
fi
|
146
143
|
|
@@ -154,6 +151,7 @@ elif [[ \$ECINT -ne 0 ]]; then
|
|
154
151
|
ret=9
|
155
152
|
fi
|
156
153
|
|
154
|
+
echo "exitting from runit.sh with exit code \$ret" &>>stderr0
|
157
155
|
exit \$ret
|
158
156
|
EOF
|
159
157
|
|
@@ -207,8 +205,8 @@ fi
|
|
207
205
|
### END OF BOCA RUN COMMAND
|
208
206
|
|
209
207
|
if [ $ret -gt 10 ]; then
|
210
|
-
echo "
|
211
|
-
ret=
|
208
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
209
|
+
ret=9
|
212
210
|
fi
|
213
211
|
if [ -f stdout0 ]; then
|
214
212
|
cat stdout0
|
@@ -120,7 +120,8 @@ echo "Current directory is $cdir -- chrooting on it" >&2
|
|
120
120
|
"$sf" -F10 -f$maxf -r$nruns -n1 -R$cdir -C. -U$bocau -G$bocag -ostdout0 -estderr0 -d$maxm -m$maxm -t$time -T$ttime -istdin0 ./run.exe
|
121
121
|
ret=$?
|
122
122
|
if [ $ret -gt 10 ]; then
|
123
|
-
|
123
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
124
|
+
ret=9
|
124
125
|
fi
|
125
126
|
if [ -f stdout0 ]; then
|
126
127
|
cat stdout0
|
@@ -120,7 +120,8 @@ echo "Current directory is $cdir -- chrooting on it" >&2
|
|
120
120
|
"$sf" -F10 -f$maxf -r$nruns -n1 -R$cdir -C. -U$bocau -G$bocag -ostdout0 -estderr0 -d$maxm -m$maxm -t$time -T$ttime -istdin0 ./run.exe
|
121
121
|
ret=$?
|
122
122
|
if [ $ret -gt 10 ]; then
|
123
|
-
|
123
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
124
|
+
ret=9
|
124
125
|
fi
|
125
126
|
if [ -f stdout0 ]; then
|
126
127
|
cat stdout0
|
@@ -120,7 +120,8 @@ echo "Current directory is $cdir -- chrooting on it" >&2
|
|
120
120
|
"$sf" -F10 -f$maxf -r$nruns -n1 -R$cdir -C. -U$bocau -G$bocag -ostdout0 -estderr0 -d$maxm -m$maxm -t$time -T$ttime -istdin0 ./run.exe
|
121
121
|
ret=$?
|
122
122
|
if [ $ret -gt 10 ]; then
|
123
|
-
|
123
|
+
echo "> > > > > > > Nonzero return code - possible runtime error - I'M GUESSING IT IS RUNTIME ERROR < < < < < < < <"
|
124
|
+
ret=9
|
124
125
|
fi
|
125
126
|
if [ -f stdout0 ]; then
|
126
127
|
cat stdout0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/statement/contest.rbx.tex
RENAMED
File without changes
|
File without changes
|
{rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/contest/statement/template.rbx.tex
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/projecao.png
RENAMED
File without changes
|
{rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/statement.rbx.tex
RENAMED
File without changes
|
{rbx_cp-0.5.55 → rbx_cp-0.5.57}/rbx/resources/presets/default/problem/statement/template.rbx.tex
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|