File: TODO

package info (click to toggle)
libwant-perl 0.09-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 108 kB
  • ctags: 15
  • sloc: perl: 140; makefile: 55
file content (15 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Note: I'm not sure these first two items are necessary

- Improve the error handling (only warn once per call, anyway).

- Benchmark & optimise if necessary
  (i.e. don't get the cx multiple times)


But these two are definitely worth looking into:

- See what happens from FETCH/STORE routines (eek!)

- NUMBER, INTEGER (and STRING?) contexts. This will involve
  constructing a large and tedious table of ops indicating which
  args are treated as which sort of value.