We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
たとえば git コマンドは .git のあるディレクトリのサブディレクトリからでも実行できます。これと同様に、verify helper も .verify-helper のあるディレクトリのサブディレクトリからでも実行できてほしい
git
再帰的にディレクトリを遡っていって .verify-helper が見付かればそこを base directory とし、なければ current directory を使う、という実装がよさそう
The text was updated successfully, but these errors were encountered:
この挙動のせいで混乱した人の報告:
examples/awk でoj-verify runを実行すると INFO:onlinejudge_verify.config:no config file INFO:onlinejudge_verify.verify:all tests succeeded と出ます。
examples/awk でoj-verify runを実行すると
examples/awk
oj-verify run
INFO:onlinejudge_verify.config:no config file INFO:onlinejudge_verify.verify:all tests succeeded
と出ます。
config fileは.verify-helper/config.tomlに置くと書いてありますが、これは ~/.verify-helper/config.tomlですか?
.verify-helper/config.toml
~/.verify-helper/config.toml
Sorry, something went wrong.
No branches or pull requests
たとえば
git
コマンドは .git のあるディレクトリのサブディレクトリからでも実行できます。これと同様に、verify helper も .verify-helper のあるディレクトリのサブディレクトリからでも実行できてほしい再帰的にディレクトリを遡っていって .verify-helper が見付かればそこを base directory とし、なければ current directory を使う、という実装がよさそう
The text was updated successfully, but these errors were encountered: