Hello there,
I found that in some case (mostly inside caudium 1.4 tree) that inherits has stopped to work as it was before.
Before :
inherits "foo";
was looking on the directory of file that calls for foo and after in the module path directories
Now :
Looks only on module path directories only...
Note that I have allmost same behavior with include "foo.pike";
So is there any internal things that have been changed recently on pike 7.6.24 ? Is there an incompatiblity between pike 7.6.xx (with xx < 24) and pike >= 7.6.24 ???
/Xavier
-- Xavier Beaudouin - Unix System Administrator & Projects Leader. President of Kazar Organization : http://www.kazar.net/ Please visit http://caudium.net/, home of Caudium & Camas projects
Hello there,
I found that in some case (mostly inside caudium 1.4 tree) that inherits has stopped to work as it was before.
So is there any internal things that have been changed recently on pike 7.6.24 ? Is there an incompatiblity between pike 7.6.xx (with xx < 24) and pike >= 7.6.24 ???
The file lookup behaviour for inherit and include is handled by the master object. As far as I can see, the default Pike 7.6 master object has not changed since Pike 7.6.10.
/Xavier
pike-devel@lists.lysator.liu.se