relix has joined #nanoc
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
louquillio has joined #nanoc
alerante has quit [Remote host closed the connection]
relix has joined #nanoc
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
relix has joined #nanoc
alerante has joined #nanoc
alerante has quit [Ping timeout: 245 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alerante has joined #nanoc
VitamineD has joined #nanoc
relix has joined #nanoc
relix has quit [Max SendQ exceeded]
relix has joined #nanoc
alerante has quit [Ping timeout: 245 seconds]
VitamineD has quit [Quit: VitamineD]
VitamineD has joined #nanoc
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
VitamineD has quit [Quit: VitamineD]
alerante has joined #nanoc
alerante has quit [Ping timeout: 240 seconds]
alerante has joined #nanoc
jugglinmike has joined #nanoc
VitamineD has joined #nanoc
alerante has quit [Remote host closed the connection]
number-six has quit [Remote host closed the connection]
number-six has joined #nanoc
tantalum has joined #nanoc
ddfreyne has joined #nanoc
<
ddfreyne>
IRC trouble. Did I miss anything?
alerante has joined #nanoc
alerante has quit [Ping timeout: 260 seconds]
relix has joined #nanoc
alerante has joined #nanoc
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<
tom[]>
ddfreyne: no
<
tom[]>
what do you put in your .gitignore?
<
ddfreyne>
crash.log
<
ddfreyne>
GitHub has a default nanoc .gitignore... lemme find it
* ddfreyne
googles "nanoc gitignore"
<
ddfreyne>
tom[]: -^
<
tom[]>
ddfreyne: tnx
<
tom[]>
tmp seemed obvious. wasn't sure what to do with output
<
ddfreyne>
tom[]: output/ is generated, so it should not be in the repository
<
ddfreyne>
(You wouldn't include .class files in a Java project either)
* tom[]
managed to avoid java for 20 years
<
ddfreyne>
I’ve used a few JVM languages lately, including Java. Clojure > Java > Scala IMO. Java is not actually that bad!
<
ddfreyne>
bobthecow: Can you motivate why you need #be_hidden! ?
<
ddfreyne>
bobthecow: I'd rather not add it (at least not with that method name... maybe :in_verbose => true by default in #be_hidden)
tantalum has quit [Quit: Leaving]
<
bobthecow>
ddfreyne: i'd be fine with that, too.
<
bobthecow>
my motivation is `fore version` and `fore --version`
<
bobthecow>
git (and many others) offer both.
<
bobthecow>
i can offer both, but then it shows up two times in the help.
<
bobthecow>
or it shows up that there's a hidden command.
<
bobthecow>
either one is a bit lame, as the only reason i offer both is so that two common ways of figuring out the app version both work.
<
bobthecow>
i'd be happy to be able to permanently hide (i.e. when verbose too) either `--version` or the version command.
<
bobthecow>
if `be_hidden in_verbose: false` is how we do that, it works fine for me :)