Changes between Initial Version and Version 14 of Ticket #65721
- Timestamp:
- Aug 26, 2022, 5:29:23 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65721
-
Property
Summary
changed from
app portgroup: callback not used, causing issues when combined with other pgs
toapp portgroup: create new 1.1 version, utilizing callback mechanism
- Property Port gramps added
-
Property
Summary
changed from
-
Ticket #65721 – Description
initial v14 1 1 In cases where other portgroups are also used - such as `python` - this can result in issues. For example, it's currently necessary to place the inclusion for this pg at the tail end of port `gramps`, otherwise `post-destroot` handlers are run in the wrong order. 2 2 3 This is easy enough to fix. However, we need to ensure it doesn't cause unexpected issues in any ports. (Hopefully such cases are few and far between, but we should still try to identify ahead of time.) 3 Create a new version, utilizing a callback, to eliminate these issues.