elixir-lang / gen_stage

Producer and consumer actors with back-pressure for Elixir
http://hexdocs.pm/gen_stage
1.52k stars 192 forks source link

Dialyzer error in GenStage.sync_subscribe/3 when using custom options #249

Closed jtrees closed 5 years ago

jtrees commented 5 years ago

When passing custom options in GenStage.sync_subscribe/3 (like in the official docs for the function) Dialyzer starts complaining because the subscription_options type doesn't account for custom options.

josevalim commented 5 years ago

Thanks @jtrees! Can you please submit a PR?