sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
<GitHub108>
[artiq] sbourdeauducq commented on issue #829: We don't track changes to influxdb. I'd recommend using the version that was current when the ARTIQ code was committed and test it, you can then submit a documentation patch. If you need support for other influxdb versions, we can do it for you on a contract basis (we currently have no other plans for this). https://github.com/m-labs/artiq/issues/829#issuecomment-328700556
cyrozap-ZNC has quit [Quit: Client quit]
cyrozap has joined #m-labs
tangrs has quit [Ping timeout: 255 seconds]
<GitHub138>
[artiq] jordens commented on issue #829: The influx wire format is pretty stable. I'd guess it'll work fine with the latest releases. Last I checked it was still working. Please give it a try and report back. https://github.com/m-labs/artiq/issues/829#issuecomment-328756710
rohitksingh_work has joined #m-labs
tangrs has joined #m-labs
rjo1 has joined #m-labs
rjo has quit [Ping timeout: 260 seconds]
HTTP_____GK1wmSU has joined #m-labs
HTTP_____GK1wmSU has left #m-labs [#m-labs]
<rjo1>
larsc: too much without the termination? likely yes.
<GitHub113>
artiq/rtio-sed bdd9608 Sebastien Bourdeauducq: rtio/sed: add lane distributor (untested)
<larsc>
you triggered something... the lanes on my boards start failing
<rjo1>
what?
<larsc>
things worked fine until I started discussing clock problems with you ;)
<rjo1>
larsc: ;)
<rjo1>
_florent_: good work today! are you implementing the same changes that greg has (bridging the PS and terminating the clock)? and is greg playing with the preemphasis or are you?
<_florent_>
rjo: I've played a little bit with preemphasis but haven't seen real improvements, but that's still interesting to let greg play with that, maybe he'll see something
<rjo>
_florent_: could you ask him directly or do you want me to do that?
<GitHub41>
[smoltcp] batonius opened pull request #42: Use smart pointers in SocketSet's API (master...socket_ref) https://git.io/v5Dw7
<_florent_>
rjo: I tested without the hardware fixes
<_florent_>
rjo: greg said he was going to play with preemphasis so I think he will post results on the github issue
<GitHub169>
[smoltcp] batonius commented on pull request #42 8502574: It's possible I'm missing something here: I want to prevent a spurious destructor call, but I can't use `mem::forget` since `socket_ref` is being borrowed from until the end of the method. It doesn't prevent the destructor from being called tho, so I have to do it by hand. https://git.io/v5DKn