New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 3 and Version 4 of MPFramworkGSocWk


Ignore:
Timestamp:
06/15/08 15:53:30 (5 years ago)
Author:
armahg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPFramworkGSocWk

    v3 v4  
    1717 * I am currently working on writing more Tests and merging the current code from my mentor on notifications into my branch. Speaking of notifications, we are currently facing a design issue which I will document below as best as I possibly can, the reason being that we are looking for feedback. 
    1818 
    19 __''Notifications in MacPorts.Framework''__ 
     19__'''Notifications in MacPorts.Framework'''__[[BR]] 
     20The framework is suppose to be able to notify the system of port  
     21activities that it performs. Depending on the print options set 
     22by a user (debug, info) etc. various port messages are sent to 
     23STDOUT during the execution of a port command. Our current solution 
     24to for Notifications involves listening for these messages and  
     25posting global/local NSNotifications as they arrive. (See notifications.m 
     26in gsoc08-framework/ for some preliminary code by [wiki:rhwood rhwood] for this).[[BR]] 
     27 
     28Is there a better way to go about doing this? If at all possible, we 
     29would like to not have to change code in the current macports1.0/ 
     30or ports/ folders. You can ping me on irc (Armahg) or email armahg@macports.org 
     31with suggestions or more questions on the "problem". 
     32 
     33 
    2034 
    2135