Files
PolyORB/compilers/ciao/TODO
Thomas Quinot 2c0d979559 Branch CIAO into PolyORB tree to server as starting point for
DSA personality.

[Imported from Perforce change 4086 at 2006-12-01 19:31:23]

Subversion-branch: /trunk/polyorb
Subversion-revision: 33261
2001-12-06 18:54:57 +00:00

15 lines
435 B
Plaintext

TODO file for CIAO
==================
$Id: //depot/ciao/main/TODO#1 $
All over CIAO, names are stored in nodes for usage occurrence
of entities. This should not happen anymore; when the name of
the entity denoted by a node is required, the (IDL) declaration
of the node should be looked up, and only /that/ node should have
a name.
It is guaranteed that Translate has been previously called for any unit
a given unit depends upon.