Another thing I noticed is that when you run pike -x module module_modref in a local CMOD module the cmod doesn't get extracted. The .so file (and .pmod) gets copied to plib/module but not the .cmod file. Then in extract_autodoc.pike is this line:foreach(filter(get_dir(srcdir), has_suffix, ".cmod"), string fn)But there will never be any .cmod file in there.But this might be due to a misconfiguration from my side in module?
if( !(< "c", "cc", "cpp", "m", /* "cmod", */ "pike", "pmod", >)[suffix] )error("Unknown filetype %O.\n", suffix);