This usually bites me when I write testsuite cases (cond(foo->bar)), but I have assumed that sometimes you might want to call things in the actual dirnode so I haven't fixed this.
It's intentional. So there's nothing to "fix".
/ Henrik Grubbström (Lysator)
Previous text:
2003-09-24 17:04: Subject: Re: foo
It has `[] and `-> lfuns that looks for identifiers in the directory or in the special module.pmod file.
No, it hasn't.
String;
(1) Result: master()->joinnode(({ /* 1 element */ master()->dirnode("/home/nilsson/Pike/7.5/lib/modules/String.pmod") }))
String["capitalize"];
(2) Result: String.capitalize
String->capitalize;
(3) Result: 0
This usually bites me when I write testsuite cases (cond(foo->bar)), but I have assumed that sometimes you might want to call things in the actual dirnode so I haven't fixed this.
/ Martin Nilsson (saturator)