yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

Change PDF::Reader::CidWidths to strict typing #470

Closed yob closed 2 years ago

yob commented 2 years ago

Build on the work started in #461, hoping to flush out some bugs

yob commented 2 years ago

Over half way to lib/ being strict typed now:

$ git grep "typed: true" lib | wc -l
26

$ git grep "typed: strict" lib | wc -l
33