The modules that are causing the problems are imported from other code that imports them privately. The iteration code still finds the module and tries to access it but this then gives a visibility error/warning.
how to determine of a module or any other symbol is visible?
Mr.Bingo via Digitalmars-d-learn Mon, 18 Jun 2018 02:06:21 -0700
In the code I posted before about CRC, sometimes I get a
visibility error for some modules. I would like to be able to
filter those out using traits. Is there any way to determine if a
module is visible/reachable in the current scope?
- how to determine of a module or a... Mr.Bingo via Digitalmars-d-learn
- Re: how to determine of a mo... rikki cattermole via Digitalmars-d-learn
- Re: how to determine of ... Mr.Bingo via Digitalmars-d-learn
- Re: how to determine... rikki cattermole via Digitalmars-d-learn
- Re: how to deter... Jonathan M Davis via Digitalmars-d-learn
- Re: how to deter... Cauterite via Digitalmars-d-learn
- Re: how to ... Jonathan M Davis via Digitalmars-d-learn