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
Add analysis of data model changes in each PR that:
Identifies the number of/which manifest templates affected by this change.
Summarizes when keys may collide across files when schematic converts everything to uppercase (i.e. in the final output there is no distinguishing keys that were originally meningioma vs Meningioma in the source), which can lead to bugs. Also, when editing YAML in most code editors, using a duplicate key under the same parent is clearly pointed out, but duplicate keys can still happen across files. See ID collision for two entities MPNST and menigioma #450.
Summarizes changes in numbers of props, classes, and enums.
Add analysis of data model changes in each PR that:
meningioma
vsMeningioma
in the source), which can lead to bugs. Also, when editing YAML in most code editors, using a duplicate key under the same parent is clearly pointed out, but duplicate keys can still happen across files. See ID collision for two entitiesMPNST
andmenigioma
#450.The first is relevant for #312.
The text was updated successfully, but these errors were encountered: