go-judge/envexec
criyle 94f57a3553
Some checks are pending
Build / Goreleaser (push) Waiting to run
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (amd64_v3, darwin) (push) Blocked by required conditions
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (amd64_v3, linux) (push) Blocked by required conditions
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (amd64_v3, windows) (push) Blocked by required conditions
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (arm64_v8.0, darwin) (push) Blocked by required conditions
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (arm64_v8.0, linux) (push) Blocked by required conditions
Build / Upload artifacts-${{ matrix.os }}-${{ matrix.arch }} (arm64_v8.0, windows) (push) Blocked by required conditions
refactor(envexec): abstract stream in and out
2025-05-29 19:14:05 +00:00
..
cmd.go refactor(envexec): minor modification 2025-05-25 21:01:18 -04:00
const.go Refactor package structure & debug outputs 2020-12-25 17:25:09 -08:00
doc.go stream: rename types to avoid stutters 2024-02-05 08:57:12 +00:00
file_collect.go refactor(env): split big function into smaller chuncks 2025-05-28 22:17:41 -04:00
file_copyin.go refactor(envexec): normalize error messages 2025-05-25 22:44:50 -04:00
file_pipe.go envexec: open collecting files before exec to avoid error when deleted 2022-12-26 13:13:29 -08:00
file_prepare.go refactor(envexec): abstract stream in and out 2025-05-29 19:14:05 +00:00
file_util_linux.go refactor(envexec): normalize error messages 2025-05-25 22:44:50 -04:00
file_util_others.go refactor(envexec): normalize error messages 2025-05-25 22:44:50 -04:00
file.go refactor(envexec): abstract stream in and out 2025-05-29 19:14:05 +00:00
group.go docs: fix typos 2024-02-03 15:19:49 +00:00
interface.go model: deprecate strict_memory_limit to percise definition 2023-10-30 04:04:42 +00:00
run_single.go envexec: remove pipe file when copy in fails 2025-03-12 19:10:20 -04:00
run_status.go refactor(envexec): normalize error messages 2025-05-25 22:44:50 -04:00
single.go filestore: use /dev/shm instead of memory as file storage 2021-09-19 15:47:24 -07:00
util.go envexec: refactor to not use empty interface 2021-03-13 16:08:51 -08:00