derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
493 stars 36 forks source link

add to the option types for start_link #68

Closed dnsbty closed 5 months ago

dnsbty commented 5 months ago

When I pass a :name for the CRDT Genserver to DeltaCrdt.start_link/2 the dialyzer is warning me that this can't succeed. This adds the name option to the list of allowed options so that the dialyzer will be happy.