Bluehouse-Technology / grpc

Erlang library for GRPC
Apache License 2.0
100 stars 38 forks source link

Is that conflict with ”erlang:binary_to_existing_atom/1“? #17

Closed wwhai closed 2 years ago

wwhai commented 3 years ago
binary_to_existing_atom(B) ->
    list_to_existing_atom(binary_to_list(B)).

Is that conflict with ”erlang:binary_to_existing_atom/1“? ==> https://erlang.org/doc/man/erlang.html#binary_to_existing_atom-1

cmullaparthi commented 2 years ago

Yes, it does clash. It is fixed now.