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
<cr1901_modern> mithro: I have an opinion on using waf: don't
<mithro> cr1901_modern: Why?
<cr1901_modern> Very unintuitive, high learning curve to accomplish what I want compared to scons.
<cr1901_modern> There's one fatal flaw of scons though: Not python 3. And that is the main reason I abandoned it
<cr1901_modern> mithro: This might be a personal taste, but I did not find the documentation on how to use waf idiomatically pleasant to use it
http_GK1wmSU has joined #m-labs
http_GK1wmSU has left #m-labs [#m-labs]
Gurty has quit [Ping timeout: 276 seconds]
Gurty has joined #m-labs
Max__ has joined #m-labs
Max__ has left #m-labs [#m-labs]
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
rohitksingh_work has joined #m-labs
cr1901_modern has quit [Ping timeout: 246 seconds]
kaalia has quit [Read error: Connection timed out]
kaalia has joined #m-labs
<sb0> mithro, no, never heard of it
<GitHub147> [artiq] cjbe opened pull request #809: master: use epoch time for timestamps (closes #726) (master...epoch_time) https://github.com/m-labs/artiq/pull/809
<GitHub113> [artiq] jordens commented on pull request #809 223501f: Let's make these doubles while we are at it. I see no reason to truncate it here. https://github.com/m-labs/artiq/pull/809#discussion_r131096360
<GitHub3> [artiq] cjbe commented on issue #808: @sbourdeauducq TimedRotatingFileHandler uses time.localtime() to determine the date string in the same way as we do, so the notion of 'midnight' is consistent. https://github.com/m-labs/artiq/pull/808#issuecomment-319920340
<GitHub19> [artiq] jordens pushed 3 new commits to master: https://github.com/m-labs/artiq/compare/2998372d0884...c3e462ba4b31
<GitHub19> artiq/master eabca1f Chris Ballance: master: correct example datestring in help
<GitHub19> artiq/master c3e462b Robert Jördens: Merge pull request #808 from cjbe/timed_log_rotation...
<GitHub19> artiq/master 810bb69 Chris Ballance: master: rotate logs at midnight, rather than on log size
<GitHub64> [artiq] jordens closed pull request #808: master: rotate logs at midnight, rather than on log size (master...timed_log_rotation) https://github.com/m-labs/artiq/pull/808
<GitHub195> [artiq] jordens commented on issue #808: thanks https://github.com/m-labs/artiq/pull/808#issuecomment-319920810
<GitHub145> [artiq] jordens commented on issue #809: Lab books are kept in local time and being able to correlate lab book entries with data is high value. Otherwise we could just use run id. https://github.com/m-labs/artiq/pull/809#issuecomment-319922251
<GitHub122> [artiq] sbourdeauducq commented on issue #809: Yes, having epoch time in files and local time everywhere else (logs, directories) can be reasonable for manual use. But it makes it a bit tricky to programmatically locate experiment files based on time. https://github.com/m-labs/artiq/pull/809#issuecomment-319922637
<GitHub155> [artiq] cjbe commented on issue #809: Using local time makes it much easier to correlate with other lab timestamps (i.e. a wristwatch!). As long as we have run_time in epoch time we can unambiguously recreate the experiment timeline. https://github.com/m-labs/artiq/pull/809#issuecomment-319922781
<GitHub75> [artiq] jordens commented on issue #809: @sbourdeauducq To make locating files by runid or epoch easier we should log those tuples `(runid,start_time,filename)` to a file. https://github.com/m-labs/artiq/pull/809#issuecomment-319923268
<GitHub174> [artiq] sbourdeauducq commented on issue #809: OK. https://github.com/m-labs/artiq/pull/809#issuecomment-319923489
<GitHub13> [artiq] jordens opened issue #810: Log runid/start_time/path tuples to a file in the data directory https://github.com/m-labs/artiq/issues/810
<GitHub61> [artiq] jordens commented on issue #810: And/or influxdb/datasets maybe. https://github.com/m-labs/artiq/issues/810#issuecomment-319924633
<rjo> bb-m-labs: force build --branch=pull/809/merge artiq
<bb-m-labs> The build has been queued, I'll give a shout when it starts
<bb-m-labs> build #740 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/740
<bb-m-labs> build #542 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/542
<bb-m-labs> build #1640 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1640
<bb-m-labs> build forced [ETA 33m13s]
<bb-m-labs> I'll give a shout when the build finishes
<bb-m-labs> build #741 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/741
<bb-m-labs> build #543 of artiq-win64-test is complete: Warnings [warnings coveralls_upload] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/543
<bb-m-labs> build #1641 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1641
<GitHub140> [artiq] jordens closed issue #726: use time() for timestamps https://github.com/m-labs/artiq/issues/726
<GitHub173> [artiq] jordens pushed 4 new commits to master: https://github.com/m-labs/artiq/compare/c3e462ba4b31...bc2d9ef8186c
<GitHub173> artiq/master dd6c48f Robert Jördens: Merge branch 'master' into epoch_time
<GitHub173> artiq/master cc289dd Chris Ballance: master: store run_time and start_time as doubles
<GitHub173> artiq/master 223501f Chris Ballance: master: use epoch time for timestamps (closes #726)
<GitHub43> [artiq] jordens closed pull request #809: master: use epoch time for timestamps (closes #726) (master...epoch_time) https://github.com/m-labs/artiq/pull/809
<GitHub60> [artiq] jordens commented on issue #809: thanks. i amended the log entry and resolved the conflict. https://github.com/m-labs/artiq/pull/809#issuecomment-319936789
<GitHub14> [nu-servo] jordens pushed 1 new commit to master: https://github.com/m-labs/nu-servo/commit/c8e791bc43f86de6f630da25c2db7c209ca2337e
<GitHub14> nu-servo/master c8e791b Robert Jordens: iir: search and replace errors
<bb-m-labs> build #742 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/742
<bb-m-labs> build #544 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/544
<bb-m-labs> build #1642 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1642
<rjo> sb0, whitequark, anyone in the lab: could you hook up the kcu105 jtag to lab again?
<sb0> rjo, done
<rjo> sb0: thx
<rjo> sb0: could you power cycle it? it seems to hang
<GitHub41> [artiq] jordens pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/7085c1cccb5bdcacc09d9008217ef4ad770904a2
<GitHub41> artiq/master 7085c1c Robert Jordens: RELEASE_NOTES: clarify time/date
<sb0> rjo, done
<bb-m-labs> build #743 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/743
<bb-m-labs> build #545 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/545
<bb-m-labs> build #1643 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1643
rohitksingh_work has quit [Read error: Connection reset by peer]
<GitHub10> [sinara] gkasprow pushed 1 new commit to master: https://github.com/m-labs/sinara/commit/2fa37b5a2173d6273e4714daf0a783d211cbe71b
<GitHub10> sinara/master 2fa37b5 Greg: RF channel boards update - added connectors and protection logic
rohitksingh has joined #m-labs
<GitHub68> [artiq] jbqubit commented on issue #807: > And note that the vast majority of programs that use signals are broken in ... https://github.com/m-labs/artiq/issues/807#issuecomment-320003534
FabM has quit [Quit: ChatZilla 0.9.93 [Firefox 52.2.0/20170613225334]]
mumptai has joined #m-labs
<sb0> rjo, is it working now?
<rjo> sb0: the kcu105? yes. all good.
cr1901_modern has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
ohama has quit [Ping timeout: 260 seconds]
ohama has joined #m-labs
cr1901 has joined #m-labs
mumptai has quit [Quit: Verlassend]
<GitHub120> [artiq] jordens commented on issue #800: * XKCU040 proxy bitstream written, cleaned up and build. Works for both flashes: https://github.com/jordens/bscan_spi_bitstreams... https://github.com/m-labs/artiq/issues/800#issuecomment-320097346
<GitHub178> [artiq] cjbe opened issue #811: Method to check if termination is requested https://github.com/m-labs/artiq/issues/811