ddfreyne changed the topic of #nanoc to: 3.7.4 (November 23rd) | web http://nanoc.ws/ | repo http://bit.ly/XE6e3G | issues http://bit.ly/VfXaSV | forum http://ho.io/n-discuss | irclog http://irclog.whitequark.org/nanoc
whk has joined #nanoc
whk is now known as Guest70883
Guest70883 is now known as whk
whk has left #nanoc [#nanoc]
drops has joined #nanoc
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to release-notes-for-3.7.5: http://git.io/c5bBLA
<nanoc-gh> nanoc/release-notes-for-3.7.5 ea7d540 Denis Defreyne: Add #484/#504
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to release-3.7.x: http://git.io/fzuOgw
<nanoc-gh> nanoc/release-3.7.x e3b0740 Denis Defreyne: Merge pull request #518 from nanoc/bounded-recursive-checksumming...
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to release-notes-for-3.7.5: http://git.io/FV12Sw
<nanoc-gh> nanoc/release-notes-for-3.7.5 c7ef281 Denis Defreyne: Add #469/#518
<travis-ci> nanoc/nanoc/release-notes-for-3.7.5 ea7d540 Denis Defreyne: The build has errored.
<nanoc-gh> [nanoc] ddfreyne force-pushed release-notes-for-3.7.5 from c7ef281 to c15e4f2: http://git.io/gnb6kg
<nanoc-gh> nanoc/release-notes-for-3.7.5 bff4372 Denis Defreyne: Add release notes for 3.7.5
<nanoc-gh> nanoc/release-notes-for-3.7.5 35f5c93 Denis Defreyne: Add #502 and #517
<nanoc-gh> nanoc/release-notes-for-3.7.5 1e76b8d Denis Defreyne: Add #484/#504
<nanoc-gh> [nanoc] ddfreyne created print-kramdown-warnings (+1 new commit): http://git.io/T_DGSg
<nanoc-gh> nanoc/print-kramdown-warnings b78568e Denis Defreyne: Print kramdown warnings
<nanoc-gh> [nanoc] mpapis created bugfix/mustache_for_older_rubies (+1 new commit): http://git.io/Apwvow
<nanoc-gh> nanoc/bugfix/mustache_for_older_rubies 446297b Michal Papis: use older mustache for older rubies
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to master: http://git.io/s4PVQQ
<nanoc-gh> nanoc/master 4433e1f Denis Defreyne: Merge branch 'release-3.7.x'
<nanoc-gh> [nanoc] mpapis force-pushed bugfix/mustache_for_older_rubies from 446297b to 9c5562b: http://git.io/Q3c8rg
<nanoc-gh> nanoc/bugfix/mustache_for_older_rubies 9c5562b Michal Papis: use older mustache for older rubies
<travis-ci> nanoc/nanoc/release-3.7.x e3b0740 Denis Defreyne: The build has errored.
pkunc has joined #nanoc
<nanoc-gh> [nanoc] ddfreyne deleted bugfix/mustache_for_older_rubies at 9c5562b: http://git.io/NLeRHw
<nanoc-gh> [nanoc] mpapis created bugfix/mustache_for_older_rubies (+1 new commit): http://git.io/YTfv3A
<nanoc-gh> nanoc/bugfix/mustache_for_older_rubies 0d0c963 Michal Papis: use older mustache for older rubies
<nanoc-gh> [nanoc] mpapis force-pushed bugfix/mustache_for_older_rubies from 0d0c963 to f35ab01: http://git.io/Q3c8rg
<nanoc-gh> nanoc/bugfix/mustache_for_older_rubies f35ab01 Michal Papis: use older mustache for older rubies
<travis-ci> nanoc/nanoc/release-notes-for-3.7.5 c15e4f2 Denis Defreyne: The build has errored.
<guardian> bobthecow: back to my mustache question, a here doc with placeholder variables looks like what I need. I give a quick glimpse at mustache and it seems it can optionaly enable/disable output of some parts of the template
<ddfreyne> guardian: Mustache’s more powerful, because it allows conditionals and loops in a non-Ruby syntax
<ddfreyne> But I suppose that if string interpolation works for you, then that’s OK too
<travis-ci> nanoc/nanoc/print-kramdown-warnings b78568e Denis Defreyne: The build has errored.
<ddfreyne> All builds are now failing because of Mustache :(
<travis-ci> nanoc/nanoc/bugfix/mustache_for_older_rubies 446297b Michal Papis: The build has errored.
<travis-ci> nanoc/nanoc/bugfix/mustache_for_older_rubies 9c5562b Michal Papis: The build has errored.
drops has quit [Quit: drops]
<travis-ci> nanoc/nanoc/master 4433e1f Denis Defreyne: The build has errored.
<travis-ci> nanoc/nanoc/bugfix/mustache_for_older_rubies 0d0c963 Michal Papis: The build has errored.
<travis-ci> nanoc/nanoc/bugfix/mustache_for_older_rubies f35ab01 Michal Papis: The build passed.
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to release-3.7.x: http://git.io/JZ1-LQ
<nanoc-gh> nanoc/release-3.7.x 1242d5e Denis Defreyne: Merge pull request #521 from nanoc/bugfix/mustache_for_older_rubies...
<bobthecow> ddfreyne: typohero for nanoc.ws? are you done with fast-aleck?
<bobthecow> guardian: if all you need is to put a variable in a string, by all means, use string interpolation.
<bobthecow> that's what it's there for.
<bobthecow> templating langauges do more, while also restricting you from executing arbitrary code.
<ddfreyne> bobthecow: fast-aleck is still WIP :(
<ddfreyne> bobthecow: And typohero seems good enough
<bobthecow> we could rewrite it in go ;)
<ddfreyne> bobthecow: I was thinking about rewriting it in Rust
<bobthecow> go's actually really good at cross-compiling binaries now.
<ddfreyne> bobthecow: It can’t generate libraries
<bobthecow> and there are some great tools for building github releases automatically and stuff.
<bobthecow> meh. shell out to it.
<ddfreyne> Shelling out is slow.
<bobthecow> it's crazy fast though, so prolly a net win?
<bobthecow> could do the pygments.rb approach?
<bobthecow> rust still seems like a WIP to me, so i wouldn't rewrite fast-aleck in that :P
<ddfreyne> There’s the Rust 1.0 alpha, released a few days ago, and that’s now fairly stable!
<ddfreyne> Can I get a +1 for https://github.com/nanoc/nanoc/pull/519?
<ddfreyne> It's a bit of a hack. Not having line numbers sucks :(
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to master: http://git.io/uMexrQ
<nanoc-gh> nanoc/master ff1be28 Denis Defreyne: Merge branch 'release-3.7.x'
<travis-ci> nanoc/nanoc/release-3.7.x 1242d5e Denis Defreyne: The build passed.
<nanoc-gh> [nanoc] ddfreyne deleted print-kramdown-warnings at b78568e: http://git.io/SsqWvg
<travis-ci> nanoc/nanoc/master ff1be28 Denis Defreyne: The build passed.
<nanoc-gh> [nanoc] ddfreyne pushed 1 new commit to release-notes-for-3.7.5: http://git.io/mpxIvw
<nanoc-gh> nanoc/release-notes-for-3.7.5 3c10421 Denis Defreyne: Add #459/#519
<travis-ci> nanoc/nanoc/release-3.7.x 6c69796 Denis Defreyne: The build passed.
<travis-ci> nanoc/nanoc/release-notes-for-3.7.5 3c10421 Denis Defreyne: The build has errored.
<guardian> re
<guardian> bobthecow: ok
<guardian> thx
jugglinmike has joined #nanoc
asio has joined #nanoc
jugglinmike has quit [Remote host closed the connection]
drops has joined #nanoc
FabianB has joined #nanoc
FabianB_ has quit [Ping timeout: 265 seconds]
drops has quit [Quit: drops]
alerante has joined #nanoc
pkunc has quit [Quit: Leaving.]