You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that we should change the data structure for names to a list of atoms. This prevents some edge cases and going atom <> string. Also in our case each part of the name is a separate term so it fits better into the thinking. I think this would also make it so we could always use fully qualified names.
The text was updated successfully, but these errors were encountered:
This function existed to safely deal with `nil` values, but there's only
one case where this is needed: when a service doesn't "extend" another.
Instead, we now use `List.to_atom/1` directly and convert the 'extends'
value to an atom in the parser. This might be further revised if we
decide that names should be represented as a list of atoms instead of
dotted atom names (per #425).
@fishcakez in #409:
The text was updated successfully, but these errors were encountered: