Changes between Version 17 and Version 18 of SummerOfCode
- Timestamp:
- Mar 13, 2007, 12:12:15 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v17 v18 30 30 ==== Task 1: Dependencies ==== 31 31 32 Implement support for richer dependencies, including dependencies on versions and, potentially, variants.32 This task consists in implementing a new dependencies engine for MacPorts. The current dependency engine properly deals with installing packages, but it does not deal satisfactorily with dependencies on variants (and versions), uninstalling and upgrading. This very challenging task requires a complete formalization of the use cases before any implementation, as well as a deep understanding of the dependency relations (static linking, dynamic linking, runtime use). 33 33 34 Classification: major task[[BR]] 34 Classification: very challenging task[[BR]] 35 Programming languages: Tcl and C[[BR]] 35 36 Potential mentor: pguyot 36 37