Public Access
Bug: bulk_sync crashes with null definitionParser #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Issue
RepositorySynchronizer::synchronizeRepository() crashes on line 177 with Call to a member function parseForPlatform() on null.
The definitionParser property was never declared or initialized. It was a planned Terraform definition parser that was never implemented.
Fix
Replaced with direct use of getSharedWorkflows(). Fixed in
ff5794don dev.Impact
bulk_sync.php was completely non-functional.
Branch created:
feature/247-bug-bulk-sync-crashes-with-null-definiti