[08:07] mwhudson: Michael Hudson-Doyle (SERVER-15210 SERVER-15211 SERVER-15382): [08:07] (v8-3.25) remove OID undefined behavior and make it endian aware. [08:07] fixes v8-3.25 build failure. [08:07] you're famous! [08:08] in MongoDB 2.7.7 [08:08] I see the MongoDB tools have been rewritten in Go [18:03] morning === ibeardsl1e is now known as ibeardslee [18:03] and again as me .. morning [18:43] chilts: hee hee [18:43] chilts: which tools have been rewritten in go? [18:48] the test harness is still a terrible mix of python and js [19:34] morning [19:45] speaking of go .. any good learning resources for it? [19:48] they should get ex-Blue-Peter presenter John Noakes to do a TV series introducing programming in Go [19:48] they could call it "Go with Noakes" [19:48] wow, he's 80 now [19:50] ibeardslee: it's been a while, but ISTR the resources on the website are good: http://golang.org/doc/ [19:53] ta, I'd started going through that .. but as usual distracted by other things [20:00] Morning. [20:17] ibeardslee: i found effective go to be a pretty good read [20:28] mwhudson: not sure, perhaps all of them! :) [20:28] lemme find where I found the reference [20:34] although as usual for me, my main experience with go has been fixing bugs in gccgo and the go tool rather than actually writing lots of go code [20:48] mwhudson: this is what I saw : https://groups.google.com/forum/#!topic/mongodb-dev/liSXgWwTfXQ [20:48] looks like all of these are now in Go : https://github.com/mongodb/mongo-tools/tree/master/src/github.com/mongodb/mongo-tools [20:49] of course, 2.7 is a dev branch, so not yet officially released [21:03] chilts: oh, mongodump and so on [21:03] they were c++ before i think? [21:05] yeah, think so [21:05] and of course they use Gustavo's mgo to do it all too [21:05] which I'm sure he's pleased about [21:05] quite fantastic a company is using an externally developed library, instead of doing it themselves [21:09] chilts: oh nice