David Warring

Results 4 issues of David Warring

## The Problem Consider: ``` unit class C; #| leading decl has $.a; #= trailing decl has $.b; #= trailing decl dd $=pod; ``` ## Expected Behavior Both declarators to...

Consider, this example, slightly adapted from [documentation on Declaration Blocks](https://docs.raku.org/language/pod#Declarator_blocks): ```raku #| Base class for magicians class Magician { has Int $.level; has Str @.spells; #| wave a wand in...

Most likely in PDF::IO::Serializer. These do result in smaller PDF files. Potentially also of benefit to serialization, in reducing peak memory size and number of objects, but only if we...

Currently the serializer builds a complete AST tree which is then passed to the writer which deconstructs out outputs it. Simple, but single threaded and creating a memory peak with...