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
Format classes should probably all have equivalent interfaces on render methods. When interpolation data is not usable by a format (b/c it is markup, not a template language) use (*), so that data, &yld just pass through.
My gut feeling is that this is a better approach than raising an error.
The text was updated successfully, but these errors were encountered:
Format classes should probably all have equivalent interfaces on render methods. When interpolation data is not usable by a format (b/c it is markup, not a template language) use
(*)
, so thatdata, &yld
just pass through.My gut feeling is that this is a better approach than raising an error.
The text was updated successfully, but these errors were encountered: