-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unconditional scope pass-throughs for empty elements
Elements that could be empty (i.e., not have subnodes) connected their before and after scopes unconditionally. This could lead to exponential blow ups when they were not empty: the direct pass through and the path through the elements were equivalent. Guarding the pass-through with a conditional that ensures it is only created when there are indeed no sub nodes prevents this.
- Loading branch information
1 parent
2e2e221
commit d8e6c28
Showing
1 changed file
with
54 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters