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

空見出しやブロック内見出し誤認によるHeadlineIndexの奇妙なエラー挙動の修正 #871

Merged
merged 2 commits into from
Nov 11, 2017

Conversation

kmuto
Copy link
Owner

@kmuto kmuto commented Nov 9, 2017

#121 の修正。

hdタグを使ったときにHeadlineIndexで再パースが行われるが、普通の見出し確認に比べて不十分な実装になっており、特定の状況下において異常なエラーが発生していた。

  • 空見出しがあるときにnil.warnが生じていた。空見出しの場合はHeadlineIndexで飛ばすとともに、compiler#compile_headlineでheadline is empty.の警告を出すようにした。
  • ブロック内はHeadlineIndexで解析しないようにした。

@kmuto
Copy link
Owner Author

kmuto commented Nov 10, 2017

ビルドのpygmentsエラーは環境問題っぽいが。

@kmuto
Copy link
Owner Author

kmuto commented Nov 11, 2017

pygmentsとは関係ない範囲で、Ruby 2.1 1702.2だけ発生しているので、再発しない限りは無視しようかと思います。
これでマージします。

@kmuto kmuto merged commit ba5e437 into master Nov 11, 2017
@kmuto kmuto deleted the hd branch November 11, 2017 08:54
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

Successfully merging this pull request may close these issues.

1 participant