<mithro>
I can't figure out what is going on here -- With a CSRStorage with write_from_dev=True, asserting csr.we should cause dat_w to be copied into storage_full...
<mithro>
Oh...
<mithro>
# CSRStorage(write_from_dev=True) broken in sim
rohitksingh_work has joined #m-labs
felix_ has quit [Ping timeout: 246 seconds]
felix_ has joined #m-labs
<mithro>
sb0: Why would write_from_dev be broken in simulation?
<GitHub-m-labs>
artiq/release-4 b1ea02d Robert Jördens: eem: name the servo submodule...
rohitksingh_work has quit [Read error: Connection reset by peer]
<GitHub-m-labs>
[artiq] jordens opened issue #1207: unification prevents simultaneous use of coredevices in different configurations https://github.com/m-labs/artiq/issues/1207
<GitHub-m-labs>
[artiq] sbourdeauducq commented on pull request #1185 01e4d70: Wrong exception message. The user is never supposed to see this; if this code is reached it is a bug in the program and using ``-h`` is not going to hep. https://github.com/m-labs/artiq/pull/1185#discussion_r240798448
<GitHub-m-labs>
[artiq] sbourdeauducq commented on pull request #1185 01e4d70: Wrong exception message. The user is never supposed to see this; if this code is reached it is a bug in the program and using ``-h`` is not going to help. https://github.com/m-labs/artiq/pull/1185#discussion_r240798448
<GitHub-m-labs>
[artiq] sbourdeauducq commented on pull request #1209 ed3975e: Nitpicking but IIRC you can put ``#[repr(C)]`` on the function and return ``(u64, i32)``. This way it's a tuple in both Rust and Python; and not a structure in Rust and a tuple in Python. https://github.com/m-labs/artiq/pull/1209#discussion_r240800060
<GitHub-m-labs>
[artiq] sbourdeauducq commented on pull request #1209 ed3975e: Nitpicking but IIRC you can put ``#[repr(C)]`` on the function and return ``(i64, i32)``. This way it's a tuple in both Rust and Python; and not a structure in Rust and a tuple in Python. https://github.com/m-labs/artiq/pull/1209#discussion_r240800060
<GitHub-m-labs>
[artiq] jordens commented on issue #1207: @whitequark The MCVE is the first snippet posted. It's complete, verifiable and the most minimal I could come up with. Forget about the second snippet.... https://github.com/m-labs/artiq/issues/1207#issuecomment-446375417