Correct the rest of the test assembly loading scripts #161
No reviewers
Labels
No labels
bug
ci
design
duplicate
engine
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
StudioInfinity/dyna3!161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Vectornaut/dyna3:loading-script-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In pull request #155, we stopped accepting arguments for the
SphereandPointdescriptors. As a result, interpretation began to fail for test assembly loading scripts with missing newlines (as it always should have). We added the needed newlines to the loading script for the "Pointed" test assembly, but didn't notice that newlines were also missing from the loading scripts for the "Dodecahedral packing," "Radius ratio," and "Irisawa hexlet" test assemblies. This pull request adds the needed newlines to those loading scripts.This pull request also addresses issue #157 by adding tests that make sure the test assembly loading scripts can be interpreted and run. When we start reading the test assembly loading scripts from files, rather than building them into the executable, these tests will need to be rewritten. However, the loading script errors that slipped through review in pull request #155 suggest that it's worth addressing #157 sooner rather than later.
looks good, all scripts run. Merging.