nim-libp2p icon indicating copy to clipboard operation
nim-libp2p copied to clipboard

Various cleanups part 2

Open Menduist opened this issue 3 years ago • 1 comments

ref #620

  • [ ] Fix compilation warnings
    • [X] Unused imports
    • [ ] XDeclaredButNotUsed: use https://github.com/markspanbroek/upraises? Would swallow some useful warnings
  • [ ] Try to remove as much exported procs & fields as possible
  • [ ] Try to lower the recursive dependency count as low as possible

Menduist avatar Nov 02 '21 13:11 Menduist

one thing that helps manage both imports and circular is reexports - ie https://status-im.github.io/nim-style-guide/language.import.html

arnetheduck avatar Nov 03 '21 07:11 arnetheduck

This PR is quite outdated by now

Menduist avatar May 16 '23 12:05 Menduist