pylon / spect

Type specification extensions for Elixir
21 stars 3 forks source link

Replace deprecated call #9

Closed space-pope closed 5 years ago

space-pope commented 5 years ago

Kernel.Typespec.beam_types/1 has been deprecated in newer versions of Elixir. Its preferred replacement was also available in the lowest version supported by Spect, so it was an easy update.

This branch isn't based on #8 in the git sense, but they'll have to be merged in order to get rid of the credo complaint on this one.

brentspell commented 5 years ago

fix the build error, and I'll merge