cperl icon indicating copy to clipboard operation
cperl copied to clipboard

A perl5 with classes, types, compilable, company friendly, security

Results 103 cperl issues
Sort by recently updated
recently updated
newest added

``` html/ html/bin/ html/bin/.empty html/ce-helpers/ html/ce-helpers/.empty html/html/ html/html/lib/ html/html/lib/App/ html/html/lib/App/Prove/ html/html/lib/App/Prove/State/ html/html/lib/App/Prove/State/Result/ html/html/lib/App/Prove/State/Result/.empty ... html/html/pod/ html/html/pod/.empty html/include/ html/include/arpa/ html/include/arpa/.empty html/include/sys/ html/include/sys/.empty html/mini/ html/mini/.empty ``` All dirs are empty. html/html/ =>...

bug
windows

needs -Accflags=-fuse-ld=gold for now with dwp only. non-linux platforms need llvm-dwp or such. recommended: -Doptimize="-gdwarf-5 -g3 -fvar-tracking-assignments" See https://gcc.gnu.org/wiki/DebugFission todo: gdb 8.1 Dwarf Error: wrong unit_type in compilation unit header...

enhancement

nm "\`cperl5.28.1-nt -V::archlib:\`/CORE/\`cperl5.28.1-nt -V::libperl:\`" | grep Perl_is_uni_ is missing, because of -DNO_MATHOMS. compare to a perl without -DNO_MATHOMS, e.g. Perl_is_uni_upper This is needed for Perl-Tk, ie Perl-Tk fails to build...

regression

``` sub makeAddr($x) { sub adder($y) { return $x + $y } \&adder } ``` as if declared as `my sub adder`, adder is not added to the global namespace....

enhancement

store the types with the name somehow. (maybe after a \0) fast for binary, slow for mega

ready

Rewrite warnings.pm which is generated as pure XS. esp. to save memory A regular XS extension, with a stable set of .xs and .h files, and a warnings_xs.PL regen and...

enhancement

Either the simple 16 ptr version (on 64bit), but probably go for the other cache-aware 7 ptr variant described in the talk, with the highest metadata bit to mark a...

enhancement

With GH #22, see `t/op/svleak.t`: tests ``` +sub:a{} extern sub labs (); sub labs () :native("c"); sub ffiabs () :native :symbol("labs"); ``` => ``` not ok 91 - anon subs...

bug

bzip2 is deprecated, but cpan needs it still. Add support for .xz archives: reading for CPAN, writing for making packages

enhancement