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
Ensuring that manifests are valid is an incredibly important quality control step.
Doing so is currently left to the user's imagination however.
This is particularly important when dependent manifests are used: dead links are common and will cause subtle failures.
Types help a lot, but other errors could exist!
How could this be better documented?
Showcase how to load all manifests in a test, and assert that they load correctly.
Demonstrate how to perform bounds-checking on field values.
Demonstrate how to validate that all IDs to entries in other manifests are valid.
Demonstrate how to check that all assets are used by an entry in a manifest.
Demonstrate how to check that all other required assets can be loaded.
The text was updated successfully, but these errors were encountered:
What problem did the developer encounter?
Ensuring that manifests are valid is an incredibly important quality control step.
Doing so is currently left to the user's imagination however.
This is particularly important when dependent manifests are used: dead links are common and will cause subtle failures.
Types help a lot, but other errors could exist!
How could this be better documented?
The text was updated successfully, but these errors were encountered: