<infinisil>
Whew, I personally like to have type signatures for all top level types heh
<infinisil>
Maybe I'm biased though, because Idris actually requires them
<srk>
which one do you mean?
<srk>
which part
<infinisil>
From the top: opNum, getFields, getSocketIncremental, etc..
<infinisil>
And 18 others :P
<srk>
ah yeah
<srk>
the module is still called Pls, in the middle of refactoring :)
<srk>
few hours ago there was were no transformers and Sockets instead everywhere :D
<infinisil>
Nice though! Would love to use more haskell for this kinda stuff
lassulus_ has joined #nixos-chat
lassulus has quit [Ping timeout: 268 seconds]
lassulus_ is now known as lassulus
<infinisil>
Whoa, Shift-J in vim concats 2 lines together :O
<infinisil>
Not sure if I'll ever need that, but it's neat
sir_guy_carleton has joined #nixos-chat
<srk>
I use it quite often
<srk>
you can even prefix it with number as the rest of the commands to concat multiple lines
* srk
mr obvious
sir_guy_carleton has quit [Quit: WeeChat 2.0]
sir_guy_carleton has joined #nixos-chat
sir_guy_carleton has quit [Quit: WeeChat 2.0]
obadz has joined #nixos-chat
Lisanna has quit [Quit: Lisanna]
Lisanna has joined #nixos-chat
jtojnar has joined #nixos-chat
__monty__ has joined #nixos-chat
<manveru>
or in visual mode :)
__Sander__ has joined #nixos-chat
pie_ has joined #nixos-chat
Lisanna has quit [Remote host closed the connection]
pie_ has quit [Ping timeout: 240 seconds]
pie_ has joined #nixos-chat
Lisanna has joined #nixos-chat
__monty__ has quit [Quit: leaving]
<sphalerite>
yep I use J enough to know about it actively
Sonarpulse has joined #nixos-chat
sir_guy_carleton has joined #nixos-chat
__Sander__ has quit [Quit: Konversation terminated!]
<andi->
how do I ask git which of two revisions is "newer" in a specified branch? Or asked diferently: How do I order a bunch of commits after their appearance in a repo?
pie_ has quit [Ping timeout: 256 seconds]
<infinisil>
andi-: git log -1 <some format> to get the timestamp of both commits, do integer comparison
<andi->
infinisil: timestamps might not be significant? I am a bit worried about using then.