03:29
bghost has quit [Ping timeout: 264 seconds]
05:50
rolfb has joined #nanoc
07:29
yogsototh has joined #nanoc
07:41
<
cDlm >
I get a nice segfault running the tests on master
07:44
<
cDlm >
with 1.9.3-p429, but not 1.9.3-p392
08:11
<
cDlm >
same with 2.0.0-p195
08:14
cDlm has quit [Quit: cDlm]
08:38
cDlm has joined #nanoc
08:38
cDlm has quit [Client Quit]
08:39
cDlm has joined #nanoc
09:01
bghost has joined #nanoc
09:08
bghost has quit [Ping timeout: 256 seconds]
13:05
jugglinmike has joined #nanoc
13:29
alerante has joined #nanoc
14:08
<
ddfreyne >
cDlm: Oh weird
14:08
<
ddfreyne >
cDlm: if you run with VERBOSE=true, do you see in which test it crashes?
14:08
<
darix >
cDlm: segfault where?
14:23
<
cDlm >
several tests are mentioned, the trace is longer than iterm's scroll back
14:24
<
darix >
cDlm: run test suite with > tests.crash.txt 2>&1 ?
14:24
<
cDlm >
yeah just did that except without the stderr redirection :)
14:25
<
darix >
stderr might be useful in this case
14:25
<
darix >
but we will see
14:33
<
cDlm >
infinite loop in test_fog ?
15:53
yogsototh has quit [Remote host closed the connection]
16:20
cDlm has quit [Ping timeout: 248 seconds]
16:21
louquillio has joined #nanoc
16:25
alerante has quit [Remote host closed the connection]
16:36
louquillio has quit [Remote host closed the connection]
17:00
louquillio has joined #nanoc
17:11
cDlm has joined #nanoc
17:45
<
ddfreyne >
Hmm... seems to be a problem with Nanoc::Helpers::CapturingTest#test_self
17:50
<
cDlm >
I have 2.9 indeed
17:50
<
cDlm >
and the example breaks
17:50
<
cDlm >
but I don't have 2.8 compiled
18:06
<
cDlm >
except I bet libxml will get switched back next time I brew upgrade
18:08
<
cDlm >
now I get a minitest error
18:10
<
cDlm >
undefined method `run' for #<Minitest::Unit:0x007f93eda1b930>
18:11
<
cDlm >
bundle is using minitest 4.7.3
18:23
<
ddfreyne >
bundle exec rake?
18:23
<
ddfreyne >
cDlm: -^
18:24
<
cDlm >
I didn't need that before
18:27
<
ddfreyne >
nanoc uses minitest 4.x while you probably have 5.x installed
18:33
<
cDlm >
but I that gem plugin that makes bundle exec superfluous
18:33
<
cDlm >
works most of the time except for rake, sometimes
19:07
jaspervdj has quit [Ping timeout: 245 seconds]
19:07
jaspervdj has joined #nanoc
19:27
jaspervdj has quit [Ping timeout: 276 seconds]
19:28
number-six has quit [Ping timeout: 246 seconds]
19:28
jaspervdj has joined #nanoc
19:43
jaspervdj has quit [Ping timeout: 246 seconds]
20:09
jaspervdj has joined #nanoc
20:37
<
ddfreyne >
Smart... sellign stickets to fund the project :)
20:38
<
cDlm >
I see you've started coke again :p
20:44
alerante has joined #nanoc
20:47
<
cDlm >
ah but devswag is not a service
20:48
<
cDlm >
where did you have the nanoc stickers made ?
20:48
alerante has quit [Ping timeout: 248 seconds]
21:19
Segismond has joined #nanoc
21:19
Segismond has quit [Client Quit]
21:22
<
guardian >
is outdated: This item uses content or attributes that have changed since the last time the site was compiled.
21:22
<
guardian >
would be nice to dump the diff of what changed
21:25
<
ddfreyne >
guardian: That would be useful, but not currently possible, because only the checksums are stored and compared
21:26
<
guardian >
for some reason /about/ is oudated...
21:26
<
guardian >
I can't find why
21:27
<
guardian >
no use of item[] there
21:27
<
guardian >
actually
21:27
<
guardian >
item /about/ depends on:
21:27
<
guardian >
[ item ] /articles/2013/gitignore-all-the-crap-globally/
21:27
<
guardian >
[ item ] /css/main/
21:27
<
guardian >
[ layout ] /tags_tag/
21:27
<
guardian >
[ item ] /js/all/
21:28
<
guardian >
I'm curious why there is a dependency on [ item ] /articles/2013/gitignore-all-the-crap-globally/
21:30
number-six has joined #nanoc
21:32
<
ddfreyne >
guardian: Hmm.
21:32
<
ddfreyne >
guardian: Maybe the layout causes a dependency?
21:33
<
guardian >
investigating the layout
21:40
<
guardian >
yet it's suspicious so far
21:40
<
guardian >
why that item… which isn't special compared to others
21:40
<
guardian >
I mean why depend on that /articles/2013/gitignore-all-the-crap-globally/
21:46
<
guardian >
I don't remember, should I always do a full compile before running nanoc show-data?
21:52
<
ddfreyne >
You can do it before or after. If you do it before, you will see which items will be recompiled. If you do it afterwards, it will show nothing as outdated (usually)
22:13
<
guardian >
cache_bust is called from within layouts/default.haml: %link{ :href => cache_bust("/css/main/"), :rel => "stylesheet" }
22:13
<
guardian >
if I remove + "?#{XXhash.xxh32(target.compiled_content, target.checksum.split(',').first.to_i)}" from cache_bust impl, /about/ loses its dep on /articles/2013/gitignore-all-the-crap-globally/
22:15
<
guardian >
also, piping nanoc show-data to less makes it crash badly :)
22:32
<
ddfreyne >
It does?
22:32
<
ddfreyne >
What happens?
22:32
<
ddfreyne >
Open a github issue!
22:48
<
guardian >
yeah need to sort my stuff out
22:49
<
guardian >
Errno::EPIPE: Broken pipe - <STDOUT>
22:49
<
guardian >
0. /usr/local/Cellar/ruby/2.0.0-p0/lib/ruby/gems/2.0.0/gems/nanoc-3.6.3/lib/nanoc/cli/cleaning_stream.rb:74:in `write'
22:49
<
guardian >
I'll open a proper issue
22:49
<
guardian >
I'm still trying to figure out why + "?#{XXhash.xxh32(target.compiled_content, target.checksum.to_i)}" in my cache_bust helper causes that strange dep