File: TODO

package info (click to toggle)
gnucap-python 0.0.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,668 kB
  • sloc: python: 7,873; sh: 4,384; cpp: 1,786; makefile: 249
file content (17 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
todo, easy
- get rid of compiler warnings
- make numpy optional
- need to figure out what to do with interactive output

later
- OUTPUT support
- use swig to create dependencies (-MM)

hacks
- cleanup does not work in pyton2.
- clone (when implemented in python) must keep a local reference, to trick garbage collector

bugs
- takes ages to compile
- error messages in loadpy...
- swig generated code is hard to test