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
The DecodingError type included in this library shares a name with the DecodingError from Foundation, requiring users of both libraries manually disambiguate. This is particularly noticeable when importing ExtrasBase64 into an existing codebase, since all existing references to Foundation's DecodingError need to be updated in order to compile. Ideally, the type introduced in this library could use a unique prefix to ensure this clash doesn't occur (e.g. ExtrasBase64DecodingErrror).
The text was updated successfully, but these errors were encountered:
The
DecodingError
type included in this library shares a name with theDecodingError
from Foundation, requiring users of both libraries manually disambiguate. This is particularly noticeable when importingExtrasBase64
into an existing codebase, since all existing references to Foundation'sDecodingError
need to be updated in order to compile. Ideally, the type introduced in this library could use a unique prefix to ensure this clash doesn't occur (e.g.ExtrasBase64DecodingErrror
).The text was updated successfully, but these errors were encountered: