fireproofsocks / figlet

Elixir support of Figlet
Apache License 2.0
4 stars 1 forks source link

Obsolete `File.stream!/3` call causes Dialyxir errors in Elixir 1.16 #4

Open Hentioe opened 7 months ago

Hentioe commented 7 months ago

Line of code:

https://github.com/fireproofsocks/figlet/blob/301c96fe3b4016e7318d409759afc476b9000852/lib/figlet/parser/font_file_parser.ex#L70

1.16 or above, the typespec of File.stream!/3 is no longer compatible with such calls.

I'll open a PR to avoid the Dialyzer errors in 1.16.