src/libale: supply ';'
[libale.git] / bugs / issue-752bbff07353ec14321966b7c65d94f988da040b.yaml
blobe457c24b48e073addd91a24cde63221fa61afc99
1 --- !ditz.rubyforge.org,2008-03-06/issue 
2 title: Consider splitting library implementation into several source files
3 desc: ""
4 type: :task
5 component: libale
6 release: 
7 reporter: David Hilvert <dhilvert@auricle.dyndns.org>
8 status: :closed
9 disposition: :fixed
10 creation_time: 2009-02-07 22:14:47.776655 Z
11 references: []
13 id: 752bbff07353ec14321966b7c65d94f988da040b
14 log_events: 
15 - - 2009-02-07 22:17:36.252548 Z
16   - David Hilvert <dhilvert@auricle.dyndns.org>
17   - created
18   - |-
19     New source units could perhaps include, among other things, alignment,
20     rendering, frames, and approximations.  Namespace issues might have to be
21     resolved.  (What to call functions intended for use solely within the library?
22     _ale_*?)
23 - - 2009-02-07 23:49:08.121699 Z
24   - David Hilvert <dhilvert@auricle.dyndns.org>
25   - commented
26   - |-
27     Most convenient might be to include all top-level functions (i.e., those in
28     ale.h) in libale.c, and to perhaps relegate certain other helper functions to
29     separate source files.  In this way, macro construction and namespace issues
30     would likely be kept relatively simple, while some degree of complexity hiding
31     could still occur.
32 - - 2009-02-08 05:21:49.058682 Z
33   - David Hilvert <dhilvert@auricle.dyndns.org>
34   - edited title
35   - |-
36     Revise title to better reflect the currently-planned architecture.  (libale.c
37     remains; no immediate plans for a new common header).
38 - - 2009-02-08 18:48:01.852908 Z
39   - David Hilvert <dhilvert@auricle.dyndns.org>
40   - commented
41   - |-
42     Note that the most straightforward approach would probably be to just add
43     *_valid() to the public API, and to separate functions by task (alignment,
44     rendering, etc.) or so.
45 - - 2009-02-08 21:24:23.438216 Z
46   - David Hilvert <dhilvert@auricle.dyndns.org>
47   - closed with disposition fixed
48   - libale.c has been split by object type and task.