<GitHub-m-labs>
rust-managed/master aeafe85 whitequark: Update to track changes in liballoc.
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #1102: One advantage of the current behavior is, if you're running an artiq tool from a script, you can tune the verbosity level again by adding -v/-q to any of those flags that the script may already have used. https://github.com/m-labs/artiq/issues/1102#issuecomment-404011818
<travis-ci>
m-labs/rust-managed#67 (master - 1aa1cd6 : whitequark): The build passed.
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #1101: > ONLY significant change is forcing AsyncioServer to inherit from AbstractBaseClass (ABC) to force its _handle_connection_cr() method to be implemented by subclasses.... https://github.com/m-labs/artiq/pull/1101#issuecomment-404012163
<GitHub-m-labs>
[artiq] whitequark commented on issue #1086: There should be debug information in IR and LLVM should extract line numbers from that. If it doesn't I think there's some option that does it, we might need to expose it in llvmlite though. https://github.com/m-labs/artiq/issues/1086#issuecomment-404013970
<GitHub-m-labs>
[artiq] whitequark commented on issue #1089: Implementing genericism through eval seems quite depressing. We already implement monomorphization (it's required for handling Python inheritance; superclass methods are polymorphic on the self argument), so why not simply expose it? To aid inference, polymorphic methods will require an explicit type annotation, something like:... https://github.com/m-labs/artiq/
<GitHub142>
[smoltcp] whitequark commented on pull request #253 18391f6: I think `self.rx_buffer.window() >> self.remote_win_shift as usize` ought to exist as a function. This would also make it easy to verify that the unscaled window is not used anywhere it shouldn't be. https://github.com/m-labs/smoltcp/pull/253#discussion_r201541962
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #794: > IMO sinara-hw/sinara#567 should be the top Sayma priority because (a) it's making it hard for @sbourdeauducq to work on Sayma and (b) it seems like it's probably a relatively straightforwards hardware issue that can be solved quickly, unlike the other issues which involve complex parts of the software stack.... https://github.com/m-labs/artiq/issues/794#issue
<GitHub-m-labs>
[artiq] sbourdeauducq commented on issue #1105: Sure, but HMC chips have a track record of registers not being set to their documented default values upon reset, among other examples of awful behavior. https://github.com/m-labs/artiq/pull/1105#issuecomment-404173853
<GitHub-m-labs>
[artiq] hartytp commented on issue #1105: AKC. There is no hurry to merge this, just wanted to change the docs while it's fresh in my mind. I'll let you know when I've tested it. https://github.com/m-labs/artiq/pull/1105#issuecomment-404180230
sb0 has joined #m-labs
acathla has joined #m-labs
sb0 has quit [Quit: Leaving]
cr1901_modern has quit [Ping timeout: 255 seconds]
cr1901_modern has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
cr1901_modern has quit [Ping timeout: 265 seconds]
cr1901_modern has joined #m-labs
<GitHub-m-labs>
[artiq] klickverbot opened pull request #1106: worker_db: Only warn on repeated archive read if dataset changed (master...no-warn-archive-read) https://github.com/m-labs/artiq/pull/1106
_whitelogger has joined #m-labs
cr1901_modern has quit [Ping timeout: 268 seconds]
<GitHub-m-labs>
[artiq] philipkent commented on issue #1012: It looks like the issue was that the bus channel of the first dds bus changed from 50 to 27 in the latest gateware. Changing the bus_channel to 27 in device_db fixed the IndexError. https://github.com/m-labs/artiq/issues/1012#issuecomment-391802366