-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
46 lines (30 loc) · 1.08 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Language Mapping Issues
=======================
- Support for WChar and WString (should be possible even though
ORBit doesn't support them itself)
POA Issues
==========
- Fix/finish the non-default policies within ORBit
- Add missing functions to ORBit.xs
Interface Repository Interface
==============================
- Finish the ORBit interface repository
- write the necessary code to convert ORBit C anys to constants
so that we can retrieve constant declarations from the
interface repository.
General Tasks
=============
- Figure out how to get Perl to talk to C in the same process
(almost certainly requires some ORBit changes)
Test Suite
==========
- Write a test suite; this should be a lot easier now with
the ability to read from .idl files than it was for
the MICO module, where we had to fire up a interface repository
and feed it. All you need to do is make your testing
client program start the server program, which can write
the IOR to standard out.
BUGS
====
- Raising a invalid exception propagates back a CORBA::UNKNOWN except
with junk parameters.