Issue Tracker
Filter controls will go here
Created: 1776206848 Priority: B Status: to-do Description: Add a post-build validation stage that iterates over every instance and runs each part's own validation step. This allows each part to stop the build if the build process did not run correctly. A good example for the root part: validating that there was a non-zero and non-negative bigint assigned to its cardinality property. Like the build step, this validation step would be run from the prototype up towards the final concrete part. Check for all parts (such as the scroller) which can throw an error during their build stage and determine if that check can wait until post-build. Affected Parts: part.abstract.parts Linked Issues: None