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
cr1901_modern has quit [Quit: Leaving.]
mumptai_ has joined #m-labs
mumptai has quit [Ping timeout: 240 seconds]
cr1901_modern has joined #m-labs
deep-book-gk_ has joined #m-labs
deep-book-gk_ has left #m-labs [#m-labs]
sb0 has joined #m-labs
<sb0> whitequa1k, i guess that's for the ultrascale fpgas
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined #m-labs
whitequa1k is now known as whitequark
_whitelogger has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
_whitelogger has joined #m-labs
cr1901_modern has quit [Quit: Leaving.]
sb0 has quit [Quit: Leaving]
sb0 has joined #m-labs
cr1901_modern has joined #m-labs
<GitHub194> [artiq] sbourdeauducq pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/2998372d08842e878d957ed73073f7d0dd83d6ae
<GitHub194> artiq/master 2998372 Sebastien Bourdeauducq: browser,dashboard: delete MDI subwindows when they are closed
<GitHub124> [artiq] sbourdeauducq pushed 1 new commit to release-2: https://github.com/m-labs/artiq/commit/ef9bbcaa69252488bc4ab4d12f6fc28c43e47368
<GitHub124> artiq/release-2 ef9bbca Sebastien Bourdeauducq: browser,dashboard: delete MDI subwindows when they are closed
<bb-m-labs> build #739 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/739
<bb-m-labs> build #541 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/541
<bb-m-labs> build #1639 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1639
<GitHub190> [smoltcp] sbourdeauducq opened issue #30: Rust version requirement in README needs an update https://git.io/v7WKs
<GitHub167> [smoltcp] sbourdeauducq opened issue #31: server example crashes when binding UDP socket https://git.io/v7WKR
<sb0> whitequark, I don't get the logic if socket.may_recv() { transfer_data_with_socket } else if socket.may_send() { socket.close() }
<sb0> why is the "if socket.may_send()" necessary?
<sb0> avoid closing it twice I suppose?
mumptai_ is now known as mumptai
<whitequark> sb0: yes
<whitequark> let me address the issues you found