Changes between Initial Version and Version 1 of Ticket #11665, comment 5
- Timestamp:
- Jan 8, 2015, 5:48:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11665, comment 5
initial v1 1 1 I'm simply pointing out that as implemented right now, what you're suggesting is simply not technically possible in the case of a file that resides in multiple packages, short of exhaustively walking through all active packages looking for every one that might contain the matching path (which would be rather slow). 2 3 Edit: That's not to say it wouldn't work for the normal case of the file coming from a single package, simply that for conflicts it wouldn't be able to tell you all packages the file could've come from.