Changes between Initial Version and Version 1 of Ticket #21625, comment 9
- Timestamp:
- 11/14/16 08:06:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21625, comment 9
initial v1 1 1 I have been working on making `pkgconfig` use lists instead of sets and then doing some deduplication. 2 2 3 There are two issues with deduplication - which has originally achieved by using sets:3 There are two issues with deduplication - which was originally achieved by using sets: 4 4 * Is it really necessary, that makes longer lines but `pkg-config` doesn't do it in the first place. Which brings us to second issue 5 5 * Currently the first instance of everything is kept. Not a problem for macros, may be for include directories and library directories. Definitely a potential problem for libraries.