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
Many primitives that have been added in the last year or two don't have the description_template property specified, resulting in feature descriptions that look like The result of applying NUM_UNIQUE_SEPARATORS to the "favorite_quote".
We should add description_template to all primitives that don't have one specified and add a test that will fail any time a new primitive is added without description_template, forcing devs to either make it an exception or fill out a description_template for new primitives.
The text was updated successfully, but these errors were encountered:
Many primitives that have been added in the last year or two don't have the
description_template
property specified, resulting in feature descriptions that look likeThe result of applying NUM_UNIQUE_SEPARATORS to the "favorite_quote"
.We should add
description_template
to all primitives that don't have one specified and add a test that will fail any time a new primitive is added withoutdescription_template
, forcing devs to either make it an exception or fill out adescription_template
for new primitives.The text was updated successfully, but these errors were encountered: