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
https://circleci.com/gh/yosupo06/Algorithm/31 などを見てもらうと早いのですが、Circle CI上でojを使用するとstripが働かず全てを出力します。
shutil.get_terminal_size()がos.terminal_size(columns=0, lines=0)を返し(https://circleci.com/gh/yosupo06/Algorithm/30 )、それが _implementation/utils.py -> snip_large_file_content.snip_char_basedのfont[-char_in_line * tail:]をバグらせているのではないか、と予想しています。
os.terminal_size(columns=0, lines=0)
もし想定した挙動だったらすいません(手元で動かすとstripして、CI上ではstripしないというのはらしい挙動に思えたので)
The text was updated successfully, but these errors were encountered:
報告ありがとうございます。想定外の挙動です。 CI 上だとしてもこれはよくないので修正します。
Sorry, something went wrong.
fix a bug of logging on terminals whose size is unknown
deb543d
reporeted by @yosupo06 at #609
Successfully merging a pull request may close this issue.
https://circleci.com/gh/yosupo06/Algorithm/31 などを見てもらうと早いのですが、Circle CI上でojを使用するとstripが働かず全てを出力します。
shutil.get_terminal_size()が
os.terminal_size(columns=0, lines=0)
を返し(https://circleci.com/gh/yosupo06/Algorithm/30 )、それが _implementation/utils.py -> snip_large_file_content.snip_char_basedのfont[-char_in_line * tail:]をバグらせているのではないか、と予想しています。もし想定した挙動だったらすいません(手元で動かすとstripして、CI上ではstripしないというのはらしい挙動に思えたので)
The text was updated successfully, but these errors were encountered: