x/tools/present: unexpected eof on slide header only #40033
Labels
Milestone
Comments
Change https://golang.org/cl/240977 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The present tool assume an implicit behavior that the header & the content (next slide page) should exist simultaneously.
E.g. if we have such slide file:
instead of
We'll get an 'unexpected eof' error.
What did you expect to see?
This error message can lead user confusing:
What did you see instead?
'unexpected eof' error
Actually this issue can be divided into two scenarios:
I think a simple improvement is just skip sections when we reach eof on header or author?
The text was updated successfully, but these errors were encountered: