library-checker-judge icon indicating copy to clipboard operation
library-checker-judge copied to clipboard

Results 17 library-checker-judge issues
Sort by recently updated
recently updated
newest added

reported in discord https://discord.com/channels/1087310259447681114/1098365529217061014/1208898310321086574

現在はテストケース名の辞書順だけど、info.tomlに書いてある順にしたい

https://github.com/yosupo06/library-checker-judge/blob/master/langs/Dockerfile.GCC のようにジャッジの前準備プログラムをrustで書いてdockerに入れている。コンパイルにekidd/rust-musl-builderを使っているが、https://github.com/emk/rust-musl-builder これを見るに2年間更新されていなさそう。そもそも公式のrustイメージとか使えないのか?

ジャッジのdocker移行で大幅に修正する必要があるが、していない

ACコードをコード長でソートしたいです