conflicting alias in package module

Steven Schveighoffer schveiguy at gmail.com
Sun Sep 27 19:53:50 UTC 2020


On 9/27/20 1:17 AM, 60rntogo wrote:
> On Sunday, 27 September 2020 at 03:33:20 UTC, Mike Parker wrote:
>> package.d is for your external interface.
> 
> Fair enough, thanks.

This isn't an issue with package, it's an issue with a circular dependency.

You are importing yourself and trying alias something to itself before 
that is defined, which has a conflict.

-Steve


More information about the Digitalmars-d-learn mailing list