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
<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/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
<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