pigeon
pigeon copied to clipboard
Warnings in Pigeon 1.6.2 with Elixir 1.17
Environment
- Elixir & Erlang/OTP versions (
elixir --version
): Elixir 1.17.0 rc.0 https://github.com/elixir-lang/elixir/releases/tag/v1.17.0-rc.0 - Operating system: macOS 14.5
- Pigeon version: 1.6.2
Current behavior
warning: using map.field notation (without parentheses) to invoke function Pigeon.Http2.Client.Kadabra.start() is deprecated, you must add parentheses instead: remote.function()
Warning: (pigeon 1.6.2) lib/pigeon.ex:16: Pigeon.start/2
Expected behavior
No warnings from the Elixir compiler.