Re: Antw.: Support for error handling by aspect-oriented programming
Markus Elfring <[email protected]> Sat, 21 Apr 2007 10:58:23 +0200
| Newsgroups | gmane.comp.programming.aspect.general |
|---|---|
| Message-ID | <[email protected]> |
> In the SPLAT-workshop at AOSD '07, we presented a new kind of join > point called "local continuation join point" as the foundation of an > aspect implementation of ASML's return code-idiom (very large C > system). Other important components of our solution are the > Prolog-based pointcut language, join point properties, annotations and > generic advice. All of these are implemented in our aspect language > for C called Aspicere2. Are you going to provide a corresponding library of predicate functions "is_error..." to check for error codes with your pointcuts? Condition examples: 1. != OK 2. != 0 3. == -1 4. < 1 5. ferror(file) 6. GetLastError() Regards, Markus _______________________________________________ discuss mailing list - [email protected] To unsubscribe and change options, go to: http://aosd.net/mailman/listinfo/discuss_aosd.net Check out the AOSD.net Wiki: http://aosd.net/wiki