Hmm... Is it bug or feature? :) And what will be done when I specify
import ".";
- will it import all (.pike & .pmod) files from the directory or will
use the directory to resolve names only?
What would be the difference? import is a namespace operation.
Regards, /Al
/ Henrik Grubbström (Lysator)
Previous text:
2004-02-02 12:37: Subject: Re: Pike module initialization at compile time
On Mon, Feb 02, 2004 at 12:10:03PM +0100, Mirar @ Pike developers forum wrote:
Hmm. It probably doesn't search your directory if you don't explicit say ".Parent" or do import "."; above the inherit.
Hmm... Is it bug or feature? :) And what will be done when I specify
import ".";
- will it import all (.pike & .pmod) files from the directory or will
use the directory to resolve names only?
Regards, /Al
/ Brevbäraren