kuldeep has quit [Remote host closed the connection]
kuldeep has joined #m-labs
kuldeep_ has joined #m-labs
kuldeep has quit [Read error: Connection reset by peer]
kuldeep_ has quit [Remote host closed the connection]
sandeepkr has quit [Ping timeout: 252 seconds]
kuldeep has joined #m-labs
sandeepkr has joined #m-labs
kuldeep has quit [Ping timeout: 250 seconds]
sandeepkr has quit [Ping timeout: 252 seconds]
kuldeep has joined #m-labs
kuldeep has quit [Ping timeout: 245 seconds]
kuldeep has joined #m-labs
mumptai has joined #m-labs
sandeepkr has joined #m-labs
azonenberg_hk has quit [Ping timeout: 260 seconds]
azonenberg_hk has joined #m-labs
sandeepkr has quit [Remote host closed the connection]
sandeepkr has joined #m-labs
sandeepkr has quit [Remote host closed the connection]
sandeepkr has joined #m-labs
key2 has joined #m-labs
key2 has quit [Ping timeout: 252 seconds]
<rjo>
whitequark, sb0: this mess with the rust runtime and lwip is lasting several months now. please next time don't hold master hostage and develop/test in branches. also probably true for drtio.
sandeepkr has quit [Read error: Connection reset by peer]
sandeepkr has joined #m-labs
sandeepkr has quit [Remote host closed the connection]
<whitequark>
rjo: the rust runtime was actually developed in a branch
<whitequark>
but otherwise I agree, I am unhappy about this as well
<whitequark>
rjo: that said. i think branches might not be the right solution. what should have been done is i should have left the old runtime in place until the new one is fully verified working
<whitequark>
i *almost* did this
<rjo>
whitequark: well yes. that's what i meant. swap the runtimes when everything that's supposed to work works. whether you do that in a branch or by some other mechanism doesn't matter much.
<whitequark>
i did in fact do this and swapped when I thought they were working.
<whitequark>
bleh. should've brought back the old runtime at the point where it wouldn't have resulted in horrible merge conflicts.
sb0 has joined #m-labs
<sb0>
drtio shouldn't result in major breakage of the regular rtio functionality, and having branches would result in merge conflicts (dma, cri etc.)
sandeepkr has joined #m-labs
<sb0>
the rust runtime in a branch would also have resulted in conflicts. but probably not as bad as the current mess.
<GitHub137>
[artiq] jbqubit opened issue #647: phaser2: kernels hang https://git.io/v15Fg
<GitHub100>
[artiq] jbqubit commented on issue #647: @jordens says this is due to lwip #598 and #637. Removing switch between Master and KC705 doesn't resolve. This Issue is blocking testing of phaser2. ... https://git.io/v15Fr
sb0 has quit [Quit: Leaving]
<GitHub195>
[smoltcp] whitequark pushed 2 new commits to master: https://git.io/v15Na
<GitHub195>
smoltcp/master c7492b3 whitequark: Implement TCP stream ring buffers.