Friday, 2018-12-14

*** tpb has joined #symbiflow00:00
*** whitequark has joined #symbiflow02:20
*** _whitelogger has joined #symbiflow02:25
whitequarkmithro: -> _whitelogger02:39
whitequarkhttps://freenode.irclog.whitequark.org/symbiflow02:39
tpbTitle: #symbiflow on 2018-12-14 — irc logs at whitequark.org (at freenode.irclog.whitequark.org)02:39
mithrowhitequark: Thanks!02:40
mithrodigshadow: You okay if I merge https://github.com/SymbiFlow/prjxray/pull/329 ?17:50
tpbTitle: `make format` improvements by mithro · Pull Request #329 · SymbiFlow/prjxray · GitHub (at github.com)17:50
digshadowmithro: yes, my only concern was the pipe17:52
mithropipe?17:52
digshadow$(IN_ENV) find . -name \*.py $(FIND_EXCLUDE) -print0 | xargs -0 -P $$(nproc) yapf -p -i17:53
digshadowmy common on that17:53
mithroOh - yeah17:53
digshadowcomment17:53
mithroIt expands to `source xyz; find . -name \*.py $(FIND_EXCLUDE) -print0 | xargs -0 -P $$(nproc) yapf -p -i`17:53
mithrodigshadow: Also, do you think it makes sense to just move xjson / xyaml stuff into the utils directory rather than prjxray? (in https://github.com/SymbiFlow/prjxray/pull/328) ?17:54
tpbTitle: WIP: JSON improvements by mithro · Pull Request #328 · SymbiFlow/prjxray · GitHub (at github.com)17:54
digshadowmithro: I'm not a bash expert17:57
digshadowoh....17:57
digshadowI see17:57
digshadownvm17:57
digshadowmithro: yes, I think it makes more sense in utils than lib17:58
digshadowthe issue was also that it presents itself to me like a generic util function17:59
digshadowbut its actually very data specific17:59

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!