SeanTAllen changed the topic of #wallaroo to: Welcome! Please check out our Code of Conduct -> https://github.com/WallarooLabs/wallaroo/blob/master/CODE_OF_CONDUCT.md | Public IRC Logs are available at -> https://irclog.whitequark.org/wallaroo
camonz has joined #wallaroo
<camonz> is doing, looks like for every key in expected you want the sum from the aggregate of all values where agg_key < expected_key
<camonz> is that correct?
vaninwagen has joined #wallaroo
vaninwagen has quit [Ping timeout: 256 seconds]
vaninwagen has joined #wallaroo
vaninwagen has quit [Ping timeout: 256 seconds]
<SeanTAllen> Hi everyone. new blog post from us! This one is about lessons we've learned interfacing Go with Pony... "Adventures with cgo: Part 1- The Pointering" => https://blog.wallaroolabs.com/2018/04/adventures-with-cgo-part-1--the-pointering/
<jonbrwn> camonz: I'll have a look and get back to you
<camonz> cool, thanks
<jonbrwn> camonz: yes, using all the bins for the test doesn't illustrate that as well as it should. you can apply this diff : https://gist.github.com/JONBRWN/8c167a5e4bbf6b219890a4f31b1ef41b which will show that the values for bin "2" get counted towards bin "10" since we didn't expect "2"
<camonz> ok
<camonz> I'll play with it and ask if I have any more doubts
<camonz> I extracted to a sep module and delegated from the original one
<jonbrwn> looks good, thank you for taking the time out to do so
<camonz> no worries :)
<camonz> might make a blogpost on refactoring from it
<SeanTAllen> that would be awesome camonz
vaninwagen has joined #wallaroo
vaninwagen has quit [Ping timeout: 256 seconds]