Changes between Version 17 and Version 18 of SummerOfCode


Ignore:
Timestamp:
Mar 13, 2007, 12:12:15 AM (17 years ago)
Author:
pguyot (Paul Guyot)
Comment:

Details on task #1

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v17 v18  
    3030==== Task 1: Dependencies ====
    3131
    32 Implement support for richer dependencies, including dependencies on versions and, potentially, variants.
     32This 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).
    3333
    34 Classification: major task[[BR]]
     34Classification: very challenging task[[BR]]
     35Programming languages: Tcl and C[[BR]]
    3536Potential mentor: pguyot
    3637