David Mertens
David Mertens
It was my assumption, based on the behavior of search.cpan.org, that _any_ file format that has pod in it will have its documentation indexed. This includes C files that have...
So, this is definitely documentation for a function in PDL. The .pd file extension is unusual. What if the file had a .pm.PL ending? Do you know where the code...
So, if we start all .pd files with #!perl, they would get indexed in the search? On Jan 9, 2013 6:27 PM, "Joel Berger" [email protected] wrote: > From the regex...
Did some more digging on this today and I think I traced the problem. I found the code that appears to process the tarball, in particular the part that identifies...
This is still a bug, confirmed with this test module: https://metacpan.org/release/KMX/Acme-KMX-Test-0.005
Yes, I came across a similar issue in my own experiments with lots of `clex` blocks. It is almost surely a bug in `tcc`. I plan to produce a simple...
Oh wow, thanks! I had a different solution in mind, but I suspect I'll need to use a number of things you've done in your commits. Currently you can declare...
I've been thinking more about this over the evening. I realized that I could support two different keywords, `csub` and `cfun`. Both would support signatures. `csub` would *only* add a...
Lots of thoughts here. The most important one being: There is a lexically-scoped solution to the global registry conundrum. We just use the hints hash! Type libraries could use their...
I see I have lots of reading. :-) Getting back to function signatures, I propose something else to mull over. I wrote about optional named arguments with defaults on [Advent...