Re: detect modules

2007-06-11 Thread Martin Baehr
ahh, now it makes sense, thank you! greetings, martin.

Re: detect modules

2007-06-10 Thread Martin Stjernholm, Roxen IS @ Pike developers forum
Note that all these details are largely considered internal in the master. As I've said earlier, it might happen that dirnodes and joinnodes get rewritten completely (I'd like to see a solution where at least the dirnodes actually get compiled from the code in the directory, so that typing and inhe

Re: detect modules

2007-06-10 Thread Martin Stjernholm, Roxen IS @ Pike developers forum
> but the DO end up there: What you see there are the programs for the compiled module.pmod files, I think. I think the problem is that you get joinnodes like this: > Stdio; Result: master()->joinnode(({ /* 1 element */ master()->dirnode("/home/mast/Pike/frozen/lib/modules/Stdio.

Re: detect modules

2007-06-10 Thread Martin Baehr
On Sun, Jun 10, 2007 at 03:10:01PM +, Martin Stjernholm, Roxen IS @ Pike developers forum wrote: > > the describe_functions are not generic, means, i'd have to do multiple > > tests, and it still does not make it any easier to get the type. > If you want the type then that's exactly what _ty