Re: Cyclic dependency error

2017-11-07 Thread Mike Parker via Digitalmars-d-learn
On Tuesday, 7 November 2017 at 14:05:41 UTC, Steven Schveighoffer wrote: On 11/7/17 7:49 AM, Tony wrote: My program compiled, but when I ran it I got this error message: object.Error@src/rt/minfo.d(371): Cyclic dependency between module variable and main variable* -> misc -> main* ->

Re: Cyclic dependency error

2017-11-07 Thread Steven Schveighoffer via Digitalmars-d-learn
On 11/7/17 7:49 AM, Tony wrote: My program compiled, but when I ran it I got this error message: object.Error@src/rt/minfo.d(371): Cyclic dependency between module variable and main variable* -> misc -> main* -> variable* I take it that the -> represents a dependency from the module on that

Cyclic dependency error

2017-11-07 Thread Tony via Digitalmars-d-learn
My program compiled, but when I ran it I got this error message: object.Error@src/rt/minfo.d(371): Cyclic dependency between module variable and main variable* -> misc -> main* -> variable* I take it that the -> represents a dependency from the module on that line, to the module on the line