File: TODO

package info (click to toggle)
python-orbit 0.3.1-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,492 kB
  • ctags: 801
  • sloc: sh: 9,444; ansic: 5,642; python: 1,141; makefile: 126
file content (16 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Please feel free to submit patches for any of the TODO items below.  If you
want a particular feature that's not on the list, let me know.  In no
particular order:

  - Replace PyArg_Parse and Py_BuildValue from marshal.c and demarshal.c
  - Go through the TODOs and FIXMEs in the source
  - Improve documentation
  - Implement Fixed type
  - Implement Long Double type
  - Complete wide types
  - Handle internal errors more gracefully (raise appropriate exceptions)
  - Better TypeCode support
  - Fix structs and exceptions so they don't require keywords
  - Examples
  - Coerce basic types into CORBA::Any
  - Add introspection for CORBA.Object and narrowed references