ckruse / microformats2-elixir

Microformats2 parser in Elixir
MIT License
19 stars 7 forks source link

Fix warnings in elixir 1.11 about boundary checks #13

Closed NobbZ closed 3 years ago

NobbZ commented 3 years ago

Elixir 1.11 introduced some boundary checking for remote calls and warns if there are calls to modules that are not properly defined as dependencies.

This check did not work correctly due to the use of :applications key in application/0.

This also fixes potential issues with releases not beeing packed up properly.

ckruse commented 3 years ago

Thank you very much! ❤️ 💜 💚 💙