Re: [heka] Hindsight

2015-07-07 Thread bruno binet
I now have some time to do a few tests with Hindsight, so I tried to compile it on our targeted arm platform (raspberry pi), but I get the following error: root@hl-mc--dev:~/hindsight/release# cmake -DCMAKE_BUILD_TYPE=release .. -- The C compiler identification is GNU 4.7.2 -- The CXX compiler

Re: [heka] Hindsight

2015-07-07 Thread Michael Trinkala
Yeah, I have only been building on Ubuntu and haven't done any cross platform clean-up. Thanks for the build output I will fix those errors (unless you already have a patch). Trink On Tue, Jul 7, 2015 at 5:57 AM, bruno binet wrote: > I now have some time to do a few tests with Hindsight, so I

Re: [heka] Hindsight

2015-07-07 Thread bruno binet
Ok, thanks. And sorry, but I don't have a patch (don't know how to fix this kind of compilation issue). On 7 July 2015 at 16:17, Michael Trinkala wrote: > Yeah, I have only been building on Ubuntu and haven't done any cross > platform clean-up. Thanks for the build output I will fix those error

[heka] Idiomatic Go Naming (initialisms)

2015-07-07 Thread Paul Bonser
According to the Go code review guidelines, the idiomatic way to have initialisms in identifiers is to have all the letters be capitalized: https://github.com/golang/go/wiki/CodeReviewComments#initialisms Is this a thing which might be considered for Heka, to follow Go community conventions? In th

Re: [heka] Hindsight

2015-07-07 Thread Michael Trinkala
I changed the checkpoint id to an unsigned long long. Can you test out the branch and add any other compilation errors to the issue (closing out this email thread). I am also taking suggestions/recommendations for a CI build system that supports multiple platforms. TravisCI adds almost no value s

[heka] My custom Lua decoder

2015-07-07 Thread Ali
Hi, all! I'm finally done with my Lua decoder and thought I would post a link to it here, both for any constructive criticism anyone might have and for helping out anyone who was in the same situation I was in. Here's the link: https://gist.github.com/hourback/56e93786df14a17b14da This was basi

Re: [heka] Idiomatic Go Naming (initialisms)

2015-07-07 Thread Rob Miller
On 07/07/2015 08:52 AM, Paul Bonser wrote: According to the Go code review guidelines, the idiomatic way to have initialisms in identifiers is to have all the letters be capitalized: https://github.com/golang/go/wiki/CodeReviewComments#initialisms Heka is approaching 3 years old at this point, a

Re: [heka] My custom Lua decoder

2015-07-07 Thread Rob Miller
On 07/07/2015 11:40 AM, Ali wrote: Hi, all! I'm finally done with my Lua decoder and thought I would post a link to it here, both for any constructive criticism anyone might have and for helping out anyone who was in the same situation I was in. Here's the link: https://gist.github.com/hourbac

Re: [heka] My custom Lua decoder

2015-07-07 Thread Michael Trinkala
Feedback added to the gist. Trink On Tue, Jul 7, 2015 at 12:06 PM, Rob Miller wrote: > On 07/07/2015 11:40 AM, Ali wrote: > >> Hi, all! >> >> I'm finally done with my Lua decoder and thought I would post a link to >> it here, both for any constructive criticism anyone might have and for >> help