00:28
pavelkunc has joined #nanoc
00:28
pavelkunc has quit [Client Quit]
01:43
Rym has quit [Ping timeout: 256 seconds]
02:07
Rym has joined #nanoc
02:13
Rym has quit [Ping timeout: 256 seconds]
03:32
Rym has joined #nanoc
04:20
Rym has quit [Ping timeout: 256 seconds]
05:56
<
smkelly >
You know, I was never a huge Ruby fan. Like I had nothing against it, but it just never really clicked. Plaing with nanoc, I kind of like it.
07:01
stbuehle1 has joined #nanoc
07:02
koan_ has joined #nanoc
07:07
ZeroDogg has joined #nanoc
07:08
Skyr_ has joined #nanoc
07:11
Skyr has quit [*.net *.split]
07:11
stbuehler has quit [*.net *.split]
07:11
Zero_Dogg has quit [*.net *.split]
07:11
koan has quit [*.net *.split]
07:11
ZeroDogg is now known as Zero_Dogg
08:25
<
ddfreyne >
smkelly: woot :)
08:25
<
ddfreyne >
smkelly: I'm not using Ruby that much these days anymore.
08:26
<
ddfreyne >
I'm actually writing quite a bit of Java for Hadoop these days. Could also have done it in Scala though I guess :)
08:26
<
ddfreyne >
pls review
08:27
<
smkelly >
The language of choice at my workplace is Tcl of all things
08:28
<
ddfreyne >
Oh, interesting. I've never used it, tbh
08:29
<
smkelly >
Our entire site is written in it, except for the javascript bits
08:33
<
ddfreyne >
What, no nanoc? ;)
08:34
<
smkelly >
Site is a bit too dynamic for that :)
08:40
<
ddfreyne >
pls review
08:46
<
ddfreyne >
smkelly: Fair enough ;)
09:05
<
ddfreyne >
Whee, doing some nanoc work!
09:05
<
ddfreyne >
Two bug fixes and a cri release!
10:37
koan_ is now known as koan
11:20
pavelkunc has joined #nanoc
11:54
Rym has joined #nanoc
11:59
Rym has quit [Ping timeout: 264 seconds]
12:56
pavelkunc has quit [Quit: Leaving.]
15:13
pavelkunc has joined #nanoc
15:58
pavelkunc has quit [Quit: Leaving.]
17:08
louquillio has quit [Remote host closed the connection]
18:42
Rym has joined #nanoc
19:00
<
smkelly >
oh irony of ironies. I cannot find my bluetooth GPS.
19:20
pavelkunc has joined #nanoc
19:42
Rym has quit [Read error: Connection reset by peer]
19:42
Rym has joined #nanoc
20:06
Rym has quit [Ping timeout: 245 seconds]
20:15
Rym has joined #nanoc
20:17
<
ddfreyne >
bobthecow: I took your remarks into account. Can you merge if satisfied?
20:21
Rym has quit [Ping timeout: 256 seconds]
20:41
elehack has joined #nanoc
20:46
<
ddfreyne >
Oh man... I have a second 27" screen at home as of today. It is great for coding :D
20:46
<
ddfreyne >
(I have one at work)
20:50
<
smkelly >
Hmm, how long do I tear up my house trying to find a G'PS before I just buy a new one..
21:04
elehack has quit [Quit: Farewell, programs.]
21:20
pavelkunc has quit [Quit: Leaving.]
21:35
louquillio has joined #nanoc
22:21
<
bobthecow >
ddfreyne: travis is failing because you have a gemfile.lock but haven't committed it.
22:21
<
bobthecow >
or updated it rather.
22:21
<
bobthecow >
You are trying to install in deployment mode after changing
22:21
<
bobthecow >
updated Gemfile.lock to version control.
22:21
<
bobthecow >
You have added to the Gemfile:
22:21
<
bobthecow >
your Gemfile. Run `bundle install` elsewhere and add the
22:21
<
bobthecow >
* rdiscount
22:38
<
ddfreyne >
Woot, all filters except one have been migrated to a nanoc-* repository!
22:39
<
ddfreyne >
The only one remaining is the relativize_paths filter, which depends on the link_to helper
22:43
<
ddfreyne >
Hmmm... weird bundler problem.
22:45
<
ddfreyne >
bobthecow: Uhh, my Gemfile.lock is up to date.
22:46
<
smkelly >
Clearly I need to read up on this bundler thing and how it works
22:50
<
ddfreyne >
bobthecow: OK, this is a super weird issue.
22:52
<
ddfreyne >
bobthecow: I've renamed the xsl filter to xslt btw. Cleaner
23:06
<
bobthecow >
cool. works for me.
23:06
<
ddfreyne >
bobthecow: does bundle install --deployment work for you?
23:07
<
ddfreyne >
Anyway, I'm getting sleep, seeya!
23:09
<
bobthecow >
just a sec.
23:10
<
bobthecow >
yeah, i got the exact same error when i ran `bundle install --deployment`
23:11
<
ddfreyne >
bobthecow: ahh
23:11
<
ddfreyne >
bobthecow: I cannot reproduce the problem locally
23:12
<
ddfreyne >
bobthecow: Does the gemfile.lock change when you run bundle install?
23:13
<
bobthecow >
i had to remove the freeze by running bundle install --no-deployment
23:13
<
bobthecow >
and it installed just fine
23:13
<
bobthecow >
gemfile.lock didn't change.
23:13
louquillio has quit [Remote host closed the connection]
23:15
louquillio has joined #nanoc
23:26
<
ddfreyne >
OK, weird.