Skip to content
New issue

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

inputの改行文字を判定する #22

Open
akif999 opened this issue Aug 12, 2017 · 2 comments
Open

inputの改行文字を判定する #22

akif999 opened this issue Aug 12, 2017 · 2 comments
Milestone

Comments

@akif999
Copy link
Owner

akif999 commented Aug 12, 2017

最初に検出された改行文字をそのファイルの改行文字とする。

@akif999 akif999 modified the milestone: 1st release Aug 12, 2017
@akif999
Copy link
Owner Author

akif999 commented Aug 15, 2017

package bufioでは、scannerオブジェクトを作成した時点で改行文字が削除されるため、parseと並行して実施できない。
かといって、readerオブジェクトを作成してparseと並行させるとfilePointerが進んでしまう。
巻き戻すか、別で実施するかだが、スマートな解法が欲しい所。
後から差し込めるので、後回しに検討して実装する。

@akif999
Copy link
Owner Author

akif999 commented Aug 21, 2017

マイルストーンとしては積み残し。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant