Changes between Initial Version and Version 1 of Ticket #15691, comment 9
- Timestamp:
- Jan 27, 2022, 9:19:46 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15691, comment 9
initial v1 67 67 > ...checks for circular dependencies by looking at the NAME key, ignoring TEST_NAME if it exists... 68 68 69 This doesn't look right, at least how the code is now. The check compare daliases, not `NAME` or `TEST['NAME']`.69 This doesn't look right, at least how the code is now. The check compares aliases, not `NAME` or `TEST['NAME']`. 70 70 71 71 I'll close as `worksforme` but happy to re-open if someone can provide a reproduce.