Re: Cannot resolve constant from package when used as initial parameter value

2014-02-17 Thread Marco Leise
Where possible, the order of declaration in D should not matter. Consider filing a bug report about that if it doesn't exist yet. -- Marco

Cannot resolve constant from package when used as initial parameter value

2014-02-13 Thread tcak
I recently started using that new feature "package.d". While writing codes today, I started seeing some errors. For illustration, I wrote a piece of code. I will list 3 different files here. File-Folder structure is below: ./app.d ./pipes/package.d ./pipes/namedpipe.d File: app.d ---