Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix platform file path in tesh examples
[simgrid.git] / TODO
1
2 ###
3 ### Urgent stuff:
4 ###
5
6 * Have a proper todo file
7
8
9
10
11
12
13
14
15                 ************************************************
16                 ***  This file is a TODO. It is thus kinda   ***
17                 ***  outdated. You know the story, right?    ***
18                 ************************************************
19
20
21
22
23 ###
24 ### Ongoing stuff
25 ###
26
27 Document host module
28
29 /* FIXME: better place? */
30 int vasprintf  (char **ptr, const char *fmt, va_list ap);
31 char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2);
32
33 ###
34 ### Planned
35 ###
36
37 *
38 * XBT
39 *****
40
41 [errors/exception]
42   * Better split casual errors from programming errors.
43     The first ones should be reported to the user, the second should kill
44     the program (or, yet better, only the msg handler)
45   * Allows the use of an error handler depending on the current module (ie,
46     the same philosophy as log4c using GSL's error functions)
47
48 [logs]
49   * Hijack message from a given category to another for a while (to mask
50     initializations, and more)
51   * Allow each actor to have its own setting
52   * more logging appenders (take those from Ralf in l2)
53
54 [modules]
55   * Add configuration and dependencies to our module definition
56
57 [other modules]
58   * we may need a round-robin database module, and a statistical one
59   * Some of the datacontainer modules seem to overlap. Kill some of them?
60     - replace fifo with dynars
61     - replace set with SWAG