Conflict with private symbol from an imported module

2014-01-23 Thread Nicolas Sicard
Hi, I known this has been discussed before, and there still is an open issue in bugzilla (https://d.puremagic.com/issues/show_bug.cgi?id=1238). Is it considered a feature or a bug? Thanks

Re: Conflict with private symbol from an imported module

2014-01-23 Thread Adam D. Ruppe
I think it is one of the most major problems with the whole module system right now...

Re: Conflict with private symbol from an imported module

2014-01-23 Thread Gary Willoughby
On Thursday, 23 January 2014 at 17:06:17 UTC, Nicolas Sicard wrote: Hi, I known this has been discussed before, and there still is an open issue in bugzilla (https://d.puremagic.com/issues/show_bug.cgi?id=1238). Is it considered a feature or a bug? Thanks Modules are broken in several way

Re: Conflict with private symbol from an imported module

2014-01-23 Thread Nicolas Sicard
On Thursday, 23 January 2014 at 17:29:08 UTC, Gary Willoughby wrote: On Thursday, 23 January 2014 at 17:06:17 UTC, Nicolas Sicard wrote: Hi, I known this has been discussed before, and there still is an open issue in bugzilla (https://d.puremagic.com/issues/show_bug.cgi?id=1238). Is it consi

Re: Conflict with private symbol from an imported module

2014-01-23 Thread H. S. Teoh
On Thu, Jan 23, 2014 at 05:38:03PM +, Nicolas Sicard wrote: > On Thursday, 23 January 2014 at 17:29:08 UTC, Gary Willoughby wrote: > >On Thursday, 23 January 2014 at 17:06:17 UTC, Nicolas Sicard > >wrote: > >>Hi, > >> > >>I known this has been discussed before, and there still is an > >>open is

Re: Conflict with private symbol from an imported module

2014-01-23 Thread Paulo Pinto
Am 23.01.2014 19:16, schrieb H. S. Teoh: On Thu, Jan 23, 2014 at 05:38:03PM +, Nicolas Sicard wrote: On Thursday, 23 January 2014 at 17:29:08 UTC, Gary Willoughby wrote: On Thursday, 23 January 2014 at 17:06:17 UTC, Nicolas Sicard wrote: Hi, I known this has been discussed before, and the

Re: Conflict with private symbol from an imported module

2014-01-23 Thread Dicebot
There is a pull from Martin that implements new symbol access resolution rules and old DIP of mine on same topic. Those do contradict each other though as we seem to disagree on quite on rules related to template instances / alias arguments. Martin has the obvious benefit of actually having an