1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-
-
-
-
|
Known problems and areas to work on
===================================
* Not yet able to handle the specification of multiple projects
for one CVS repository. I.e. I can, for example, import all of
tcllib, or a single subproject of tcllib, like tklib, but not
multiple sub-projects in one go.
* We have to look into the pass 'InitCsets' and hunt for the
cause of the large amount of memory it is gobbling up.
* Multi vendor branch on different symbol - Remember the first
vendor branch so that we can force others on it.
ristate -> Allow definition of workspace aliases (:vendor:)
* Look at the dependencies on external packages and consider
which of them can be moved into the importer, either as a
simple utility command, or wholesale.
struct::list
assign, map, reverse, filter
|