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/master 2998372 Sebastien Bourdeauducq: browser,dashboard: delete MDI subwindows when they are closed
<
GitHub124>
artiq/release-2 ef9bbca Sebastien Bourdeauducq: browser,dashboard: delete MDI subwindows when they are closed
<
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