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
相対パスのみを想定して、パスを絶対パスに変換して存在性を確かめるというのが、いまの mode 自動認識の実装である。これは絶対パスの場合に当然うまく動かないため、修正が必要。
The text was updated successfully, but these errors were encountered:
実は今の実装のままで問題ないことがわかった。
絶対パス同士をつなげるとバグるかなと思っていたけど実際はそうではなく、仕様に助けられていた。
https://twitter.com/tsutaj/status/1537482597252534272
Sorry, something went wrong.
No branches or pull requests
相対パスのみを想定して、パスを絶対パスに変換して存在性を確かめるというのが、いまの mode 自動認識の実装である。これは絶対パスの場合に当然うまく動かないため、修正が必要。
The text was updated successfully, but these errors were encountered: