Re: Warning: imported and not used

2019-10-12 Thread sflennik
thank you, that did the trick

Re: Warning: imported and not used

2019-10-12 Thread jlp765
the `-f` command line parameter of Nim will force a rebuilding of ALL modules

Warning: imported and not used

2019-10-12 Thread sflennik
I'm getting warnings about modules imported but not used and I want to fix my code. The second time I compile the warnings to do show up. How do I get the warnings to appear again? The second compile is much faster, so I'm thinking I might have to delete the cache. Is this correct? Where is it?