This file is indexed.

/usr/share/doc/libsteptalk0/TODO is in libsteptalk0 0.10.0-6build4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
TODO list

- find all defaults and document them
- find all debug logs and document them
- find all used .plist keys/values and document them (STLanguageManager,...)
- optimalise method execution - each time language manager is fetched -can be expensive

HIGH PRIORITY 

- implement NSRect object
- Rewrite Smalltalk compiler (grammar)

        Remove STBytecodeInterpreter and use only STCompiler. How?
        Simply convert language constructions into 'command' objects like
        SmalltalkStatement, SmalltalkPrimary, SmalltalkMethodSend, ...
        and implement executeInEnvironment:context:receiver:
        
- Update application scripting to use STConversation

LOW PRIORITY

UNDEFINED

- handle 'connection did die' notification for distant objects in STEnvironment
- fix class-info lookup for proxies in STEnvironment
- Smalltalk: separate compiler and compilation context
- create a 'Shell' scripting environment
- Create ApplicationScripting framework, instead of bundle. It should offer
   passive application scripting (without linking) and active app. scripting
   (linking with the framewotk). Give it some reasonable name, becauase that one
   is already used by Apple
- Add framework list into environment description
- Change Modules to Frameworks
- Fill implementation of STScriptObject, STMethod and related STEngine methods
- Remove empty directories (Source, Modules/StepTalk)
- Replace STMethod languageName with map table of method class->engine class