Skip to content

Instantly share code, notes, and snippets.

@dariusk
Created February 1, 2012 20:47
Show Gist options
  • Save dariusk/1719215 to your computer and use it in GitHub Desktop.
Save dariusk/1719215 to your computer and use it in GitHub Desktop.
output of "nanoc compile"
SyntaxError: compile error
./Rules:9: odd number list for Hash
h[k] = { title: '', items: [] }
^
./Rules:9: syntax error, unexpected ':', expecting '}'
h[k] = { title: '', items: [] }
^
./Rules:94: odd number list for Hash
item[:author_info] = { title: item[:author], slug: author_slug }
^
./Rules:94: syntax error, unexpected ':', expecting '}'
item[:author_info] = { title: item[:author], slug: author_slug }
^
./Rules:94: syntax error, unexpected ':', expecting '='
item[:author_info] = { title: item[:author], slug: author_slug }
^
./Rules:209: syntax error, unexpected $end, expecting kEND
=== COMPILATION STACK:
(empty)
=== BACKTRACE:
0. ./Rules:209:in `load'
1. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/base/compilation/compiler.rb:115:in `load'
2. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/base/compilation/compiler.rb:82:in `run'
3. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/base/source_data/site.rb:57:in `compile'
4. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/commands/compile.rb:61:in `run'
5. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/command.rb:51:in `call'
6. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/error_handler.rb:42:in `handle_while'
7. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/error_handler.rb:23:in `handle_while'
8. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/command.rb:50:in `call'
9. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/command.rb:43:in `call'
10. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/commands/compile.rb:24:in `define'
11. /var/lib/gems/1.8/gems/cri-2.1.0/lib/cri/command.rb:255:in `call'
12. /var/lib/gems/1.8/gems/cri-2.1.0/lib/cri/command.rb:255:in `run'
13. /var/lib/gems/1.8/gems/cri-2.1.0/lib/cri/command.rb:272:in `run'
14. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli.rb:40:in `run'
15. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/error_handler.rb:42:in `handle_while'
16. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli/error_handler.rb:23:in `handle_while'
17. /var/lib/gems/1.8/gems/nanoc3-3.2.4/lib/nanoc3/cli.rb:37:in `run'
18. /var/lib/gems/1.8/gems/nanoc3-3.2.4/bin/nanoc3:12
19. /usr/local/bin/nanoc3:19:in `load'
20. /usr/local/bin/nanoc3:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment