00:39
Mon_ has joined #m-labs
00:39
Mon_ is now known as Guest20548
00:53
Guest20548 has quit [Quit: This computer has gone to sleep]
00:57
Mon_1 has joined #m-labs
01:16
Mon_1 has quit [Quit: This computer has gone to sleep]
01:24
ylamarre has joined #m-labs
01:27
Mon_1 has joined #m-labs
01:32
Mon_1 has quit [Quit: This computer has gone to sleep]
01:35
Mon_1 has joined #m-labs
01:42
ylamarre has quit [Read error: Connection reset by peer]
01:43
ylamarre has joined #m-labs
01:46
<
GitHub161 >
migen/new ec80f0f Sebastien Bourdeauducq: build/vivado: quote paths in Tcl (prevents problems with \ on Windows)
01:46
Mon_1 has quit [Quit: This computer has gone to sleep]
01:48
travis-ci has joined #m-labs
01:48
<
travis-ci >
m-labs/migen#131 (new - ec80f0f : Sebastien Bourdeauducq): The build passed.
01:48
travis-ci has left #m-labs [#m-labs]
02:16
Mon_ has joined #m-labs
02:16
Mon_ is now known as Guest83309
02:40
Guest83309 has quit [Quit: This computer has gone to sleep]
02:44
Mon_1 has joined #m-labs
02:47
ylamarre has quit [Read error: Connection reset by peer]
02:48
ylamarre has joined #m-labs
03:15
ylamarre has quit [Remote host closed the connection]
03:38
<
GitHub71 >
misoc/new e645216 Sebastien Bourdeauducq: software: do not build libdyld and libunwind for lm32. Closes #22
04:00
cr1901_modern has joined #m-labs
04:10
aeris has quit [Read error: Connection reset by peer]
04:11
aeris has joined #m-labs
07:14
<
sb0 >
_florent_, is misoc failing to install lm32_include.v or giving a wrong path, or is vivado/ise hallucinating that the file is not there?
07:17
<
_florent_ >
sb0: I'm going to check that
08:03
<
GitHub171 >
migen/new 28962ff Sebastien Bourdeauducq: sim/core: truncate evaluated values before test in If
08:06
travis-ci has joined #m-labs
08:06
<
travis-ci >
m-labs/migen#132 (new - 28962ff : Sebastien Bourdeauducq): The build was broken.
08:06
travis-ci has left #m-labs [#m-labs]
08:13
<
GitHub175 >
migen/new 6d6f91a Sebastien Bourdeauducq: sim/core: fix Cat bitshift
08:14
<
GitHub176 >
migen/new a824046 Sebastien Bourdeauducq: Revert "sim/core: fix Cat bitshift"...
08:15
travis-ci has joined #m-labs
08:15
<
travis-ci >
m-labs/migen#133 (new - 6d6f91a : Sebastien Bourdeauducq): The build is still failing.
08:15
travis-ci has left #m-labs [#m-labs]
08:16
travis-ci has joined #m-labs
08:16
<
travis-ci >
m-labs/migen#134 (new - a824046 : Sebastien Bourdeauducq): The build is still failing.
08:16
travis-ci has left #m-labs [#m-labs]
08:35
<
GitHub0 >
misoc/new 766b0be Sebastien Bourdeauducq: MANIFEST.in: fix lm32 data directory
09:26
Mon_1 has quit [Quit: This computer has gone to sleep]
09:34
Mon_ has joined #m-labs
09:34
Mon_ is now known as Guest17146
09:40
Guest17146 has quit [Quit: This computer has gone to sleep]
09:43
fengling has joined #m-labs
09:46
Mon_ has joined #m-labs
09:47
Mon_ is now known as Guest16979
09:50
Guest16979 has quit [Client Quit]
10:12
Mon_1 has joined #m-labs
10:16
Mon_1 has quit [Client Quit]
10:29
Mon_1 has joined #m-labs
10:43
Mon_1 has quit [Quit: This computer has gone to sleep]
11:09
<
GitHub196 >
migen/new 4d9b2ff Sebastien Bourdeauducq: genlib/fsm: fix return value of _get_register_control
11:11
travis-ci has joined #m-labs
11:11
<
travis-ci >
m-labs/migen#135 (new - 4d9b2ff : Sebastien Bourdeauducq): The build is still failing.
11:11
travis-ci has left #m-labs [#m-labs]
11:23
<
GitHub100 >
migen/new 0999a17 Sebastien Bourdeauducq: verilog, sim: accept iterables in FHDL statements
11:23
<
GitHub100 >
migen/new 02d804f Sebastien Bourdeauducq: sim: accept iterables as generator list
11:26
<
GitHub40 >
migen/new 1f89900 Sebastien Bourdeauducq: sim: generators are also iterables...
11:28
travis-ci has joined #m-labs
11:28
<
travis-ci >
m-labs/migen#136 (new - 02d804f : Sebastien Bourdeauducq): The build is still failing.
11:28
travis-ci has left #m-labs [#m-labs]
11:28
travis-ci has joined #m-labs
11:28
<
travis-ci >
m-labs/migen#137 (new - 1f89900 : Sebastien Bourdeauducq): The build is still failing.
11:28
travis-ci has left #m-labs [#m-labs]
11:46
<
GitHub191 >
migen/new ee28357 Sebastien Bourdeauducq: test: fix divider testbench
11:48
travis-ci has joined #m-labs
11:48
<
travis-ci >
m-labs/migen#138 (new - ee28357 : Sebastien Bourdeauducq): The build was fixed.
11:48
travis-ci has left #m-labs [#m-labs]
12:09
rohitksingh has joined #m-labs
12:14
<
GitHub150 >
migen/new ac5271e Sebastien Bourdeauducq: sim: truncate case test value
12:16
travis-ci has joined #m-labs
12:16
<
travis-ci >
m-labs/migen#139 (new - ac5271e : Sebastien Bourdeauducq): The build passed.
12:16
travis-ci has left #m-labs [#m-labs]
12:33
<
sb0 >
so the py35 behavior when writing on closed sockets is: drain() raises BrokenPipeError after a
*delay* and it doesn't matter how many times you called write() before and how many times those write() calls flooded the console with that stupid "socket.send raised exception" warning
12:34
<
sb0 >
you can get thousands and thousands of those log entries before getting a BrokenPipeError from drain() ...
12:35
<
whitequark >
that's awful
13:09
<
sb0 >
whitequark, btw I got my copper evaporator to work :)
13:15
<
whitequark >
photos/records?
13:42
Mon_ has joined #m-labs
13:43
Mon_ is now known as Guest84007
14:15
<
sb0 >
whitequark, not yet...
14:28
<
GitHub70 >
artiq/master da70f8b Sebastien Bourdeauducq: test/pc_rpc: test AutoTarget
14:46
<
sb0 >
whitequark, shouldn't the artiq package be noarch?
14:56
<
sb0 >
and should we move all conda recipes to m-labs/conda-recipes? you've done it for pythonparser, but not for artiq ...
14:57
<
sb0 >
hm. though if we move it to conda-recipes, then travis has to clone that repos as well...
14:59
<
GitHub70 >
migen/new 5d75eb5 Sebastien Bourdeauducq: conda: noarch
15:02
travis-ci has joined #m-labs
15:02
<
travis-ci >
m-labs/migen#140 (new - 5d75eb5 : Sebastien Bourdeauducq): The build has errored.
15:02
travis-ci has left #m-labs [#m-labs]
15:05
<
sb0 >
why of course, it doesn't work
15:07
<
GitHub131 >
migen/new 02e2366 Sebastien Bourdeauducq: travis: workaround for conda noarch bug
15:10
travis-ci has joined #m-labs
15:10
<
travis-ci >
m-labs/migen#141 (new - 02e2366 : Sebastien Bourdeauducq): The build passed.
15:10
travis-ci has left #m-labs [#m-labs]
15:13
travis-ci has joined #m-labs
15:13
<
travis-ci >
m-labs/artiq#521 (master - da70f8b : Sebastien Bourdeauducq): The build passed.
15:13
travis-ci has left #m-labs [#m-labs]
16:02
ylamarre has joined #m-labs
16:04
ylamarre has quit [Client Quit]
16:11
Guest84007 has quit [Quit: This computer has gone to sleep]
16:29
siruf has quit [Ping timeout: 264 seconds]
16:31
siruf has joined #m-labs
16:32
Mon_ has joined #m-labs
16:32
Mon_ is now known as Guest58929
16:35
Guest58929 has quit [Client Quit]
16:39
Mon_1 has joined #m-labs
16:41
<
GitHub95 >
artiq/master 71d2e3a Sebastien Bourdeauducq: protocols/sync_struct: disconnection can also cause BrokenPipeError
16:41
<
GitHub95 >
artiq/master 1bc4061 Sebastien Bourdeauducq: protocols: better workaround for asyncio issue 263
17:15
Mon_1 has quit [Quit: This computer has gone to sleep]
17:19
travis-ci has joined #m-labs
17:19
<
travis-ci >
m-labs/artiq#522 (master - 1bc4061 : Sebastien Bourdeauducq): The build has errored.
17:19
travis-ci has left #m-labs [#m-labs]
17:22
mumptai has joined #m-labs
17:28
Mon_ has joined #m-labs
17:29
Mon_ is now known as Guest50712
17:38
Guest50712 has quit [Quit: This computer has gone to sleep]
18:10
mumptai has quit [Remote host closed the connection]
18:29
mumptai has joined #m-labs
19:27
rohitksingh has quit [Quit: Leaving.]
20:15
mumptai has quit [Quit: Verlassend]
20:45
ylamarre has joined #m-labs
22:58
ylamarre has quit [Ping timeout: 240 seconds]
23:00
ylamarre has joined #m-labs
23:23
<
whitequark >
speaking of ebay luck, I got a HPLC column in "excellent condition" for $5
23:23
<
whitequark >
the next cheapest sold for $120 :p
23:58
<
cr1901_modern >
On one hand, I'm happy that it was so cheap. On the other, WHY can't I ever get good deals? It's not like I don't try