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
ylamarre has quit [Quit: ylamarre]
rohitksingh has joined #m-labs
attie has quit [Ping timeout: 256 seconds]
attie has joined #m-labs
<whitequark>
ugh, this static analyzer is trickier than it looks like
<whitequark>
I hope this fifth design works better than the previous four
<whitequark>
the issue is that you really want to do most things on IR level to avoid trying to do hygiene for variables and such, but the information you actually want is on the AST level
<whitequark>
so I gave up on trying to poorly infer anything from the IR, and I'll just record it on ASTs and trace it down to IR, which should be easier
bentley` has quit [Ping timeout: 256 seconds]
<GitHub133>
[artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vciQ5
<GitHub133>
artiq/master 0e3927b Sebastien Bourdeauducq: master: support DDB rescan
travis-ci has joined #m-labs
<travis-ci>
m-labs/artiq#470 (master - 0e3927b : Sebastien Bourdeauducq): The build has errored.
<sb0>
no. but artiq does, and the artiq travis scripts look for a py35 migen package
<cr1901_modern>
That reminds me, I owe you three patches for migen. One of them I don't even remember b/c I've been busy
<cr1901_modern>
might as well do that
<sb0>
bah. even if travis was fixed (there isn't the shell problem here), then conda wouldn't miss the opportunity to be awful: "Error: package 'conda' is not installed in /home/sb/miniconda/envs/py35" followed by "Error: 'conda' can only be installed into the root environment"
mon has quit [Quit: This computer has gone to sleep]
<GitHub10>
[artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vcXvw
<GitHub10>
artiq/master 342e72b Sebastien Bourdeauducq: more travis fixing attempts
<GitHub56>
[migen] sbourdeauducq pushed 1 new commit to master: http://git.io/vcXvi
<GitHub56>
migen/master 09bef1a Sebastien Bourdeauducq: travis/conda: build for python 3.5
<cr1901_modern>
So is it travis that's bad, conda that's bad, or what?
* cr1901_modern
will hold off on mailing his patches until the build woes are solved
<sb0>
apparently, you need to run conda on python 3.4 to build a python 3.5 package
travis-ci has joined #m-labs
<travis-ci>
m-labs/migen#121 (master - d983782 : Sebastien Bourdeauducq): The build has errored.