pigeon icon indicating copy to clipboard operation
pigeon copied to clipboard

Warnings in Pigeon 1.6.2 with Elixir 1.17

Open nathany-copia opened this issue 8 months ago • 2 comments

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.

nathany-copia avatar May 27 '24 20:05 nathany-copia