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