General polish #28
Reference in New Issue
Block a user
Delete Branch "improve_specs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -814,3 +818,3 @@Error ->io:format("Dis chit happen: ~tp~n", [Error]),{ok, TarBaby}{ok, unicode:characters_to_list(TarBaby)}There is no guarantee that anything committed in the source element is valid unicode, so we have to leave the casting from binary to list up to the caller. That's why the original didn't even care to match on "ba_" as a prefix -- if we can't decode then we're talking to an alien node interface to begin with, and just return the return.
@dimitar.p.ivanov mentions in a call that this satisfies Dialyzer -- so I'll look into that and see why.