<p style="white-space: pre-wrap; word-wrap: break-word;">a few lesser comments for now, need to run now and will continue review later...</p><p><a href="https://gerrit.osmocom.org/10932">View Change</a></p><p>4 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/10932/2/.gitignore">File .gitignore:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/10932/2/.gitignore@8">Patch Set #2, Line 8:</a> <code style="font-family:monospace,monospace">__pycache__/</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">technically this would be a separate patch from the rest</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/10932/2/scripts/osmo-depcheck/buildstack.py">File scripts/osmo-depcheck/buildstack.py:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/10932/2/scripts/osmo-depcheck/buildstack.py@2">Patch Set #2, Line 2:</a> <code style="font-family:monospace,monospace"># (c) 2018 sysmocom - s.f.m.c. GmbH</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">(You should write "Copyright <year> ...", the (c) is just a gimmick IIUC. I typically also append "<info@sysmocom.de>")</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/10932/2/scripts/osmo-depcheck/config.py">File scripts/osmo-depcheck/config.py:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/10932/2/scripts/osmo-depcheck/config.py@10">Patch Set #2, Line 10:</a> <code style="font-family:monospace,monospace"># they are mentioned with PKG_CHECK_MODULES in configure.ac.</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">indicate whether it's regex or shell glob or ...</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/10932/2/scripts/osmo-depcheck/config.py@18">Patch Set #2, Line 18:</a> <code style="font-family:monospace,monospace">repos = {"libosmocore": ["libosmocodec",</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">would make sense to use tuples instead of lists -- they aren't supposed to be mutable, right?</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  ["mutable", "list",]<br>  ["single-item mutable"]</pre><p style="white-space: pre-wrap; word-wrap: break-word;">vs.</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  ("immutable", "tuple")<br>  ("single-item tuple",)</pre><p style="white-space: pre-wrap; word-wrap: break-word;">general cosmetic: we like to keep lists structured so that changes to them are likely to produce single-line patches, i.e. add the final optional comma and keep braces separate.</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  {<br>    bla: [<br>          item,<br>          item,<br>         ],<br>    foo: [<br>          item,<br>         ],<br>   }</pre><p style="white-space: pre-wrap; word-wrap: break-word;">(not that important, just saying)</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/10932">change 10932</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10932"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I8f495dbe030775f66ac125e60ded95c5d7660b65 </div>
<div style="display:none"> Gerrit-Change-Number: 10932 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-CC: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 17 Sep 2018 13:43:06 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>