_whitelogger has joined #symbiflow
<whitequark> mithro: -> _whitelogger
<tpb> Title: #symbiflow on 2018-12-14 — irc logs at whitequark.org (at freenode.irclog.whitequark.org)
<mithro> whitequark: Thanks!
<mithro> digshadow: You okay if I merge https://github.com/SymbiFlow/prjxray/pull/329 ?
<tpb> Title: `make format` improvements by mithro · Pull Request #329 · SymbiFlow/prjxray · GitHub (at github.com)
<digshadow> mithro: yes, my only concern was the pipe
<mithro> pipe?
<digshadow> $(IN_ENV) find . -name \*.py $(FIND_EXCLUDE) -print0 | xargs -0 -P $$(nproc) yapf -p -i
<digshadow> my common on that
<mithro> Oh - yeah
<digshadow> comment
<mithro> It expands to `source xyz; find . -name \*.py $(FIND_EXCLUDE) -print0 | xargs -0 -P $$(nproc) yapf -p -i`
<mithro> digshadow: 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) ?
<tpb> Title: WIP: JSON improvements by mithro · Pull Request #328 · SymbiFlow/prjxray · GitHub (at github.com)
<digshadow> mithro: I'm not a bash expert
<digshadow> oh....
<digshadow> I see
<digshadow> nvm
<digshadow> mithro: yes, I think it makes more sense in utils than lib
<digshadow> the issue was also that it presents itself to me like a generic util function
<digshadow> but its actually very data specific
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow