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
(Summarise the bug in a single line.)
Add this to the Checks file:
check :wat do @items.flat_map(&:reps).map(&:raw_path) end
Run nanoc check wat.
nanoc check wat
No crash.
FiberError: can't yield from root fiber
# ./lib/nanoc/base/views/item_rep_view.rb:82:in `yield' # ./lib/nanoc/base/views/item_rep_view.rb:82:in `raw_path' # /private/var/folders/jf/v8gkrcc973l5l6f6561_zqp00000gn/T/nanoc-test20170320-41788-70bjge/Checks:2:in `map'
The text was updated successfully, but these errors were encountered:
Add spec for #1130
90964f5
Merge pull request #1131 from nanoc/gh-1130
c12fe42
Use post-compile views in checks
No branches or pull requests
(Summarise the bug in a single line.)
Steps to reproduce
Add this to the Checks file:
Run
nanoc check wat
.Expected behavior
No crash.
Actual behavior
The text was updated successfully, but these errors were encountered: