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
mumptai has quit [Quit: Verlassend]
_whitelogger has joined #m-labs
_whitelogger has joined #m-labs
<GitHub>
[artiq] sbourdeauducq commented on issue #707: If we're going to mess with versioneer, we can also keep the current tags and make it recognize only those that consist in a version number. https://github.com/m-labs/artiq/issues/707#issuecomment-292767443
<whitequark>
I don't think strings or bytes objects are currently iterable in ARTIQ Python
<whitequark>
and I think only the latter should be
<rjo>
whitequark: agreed.
<GitHub>
[artiq] jordens commented on issue #708: i remember you (or someone) reporting that same thing (unaligned access with aligned address reported) a few months ago. what was the issue back then? https://github.com/m-labs/artiq/issues/708#issuecomment-292794635
<sb0>
rjo, did you find out what was going on with rtio?
<GitHub>
[artiq] klickverbot commented on issue #709: A shot in the dark without even looking at the IR: Does the compiler use `[10240 x i32]` internally somewhere as a value type, for example when passing parameters, or to `load` from and store into another pointer? We had similar issues in LDC a while back; `[a x b]` is rather deeply ingrained as meaning "a collection of registers" in LLVM, and loading to then store to another pointer, as mentioned before, wi
<sb0>
whitequark, artiq_compile from the conda 3.x package fails with "OSError: libtinfo.so.5: cannot open shared object file: No such file or directory"
<sb0>
artiq 2.2 works fine
<sb0>
I have libtinfo.so.6 on my system, symlinking to so.5 seems to solve the issue
<sb0>
whitequark, why is print() still not a regular RPC?
<GitHub>
[artiq] sbourdeauducq commented on issue #691: Let's go with the controller+ctlmgr solution. A simple session program that starts master/ctlmgr/dashboard should be relatively straightforward; instead of messing with ``fork()`` or other problematic functions, the session program could capture the master stdout for a message that indicates readiness. https://github.com/m-labs/artiq/issues/691#issuecomment-292800455
rohitksingh has quit [Quit: Leaving.]
<GitHub>
[artiq] whitequark commented on issue #709: No and no and no, it uses that just for the global. The slowness comes from the type inferencer, which has to unify ten thousands of type variables. It is actually already taking an optimized path. https://github.com/m-labs/artiq/issues/709#issuecomment-292803687