Ticket #86 (closed defect)
drocaml does not seem to work fully with DrScheme 4.x
Reported by: | hcarty@… | Owned by: | abromfie |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | abromfie/drocaml.plt | Keywords: | ocaml drscheme |
Cc: | Version: | (1 2) | |
Racket Version: | 4.0.2 |
Description
Using DrOcaml? from DrScheme? gives several errors.
To reproduce:
- ./drscheme
- Disable the memory limit
- Select Advanced Student profile
- Click "Run"
- (require (planet "tool.ss" ("abromfie" "drocaml.plt" 1 2)))
- Get the error:
"define-values: cannot re-define a constant: drscheme-inspector"
- Click ok to close error box and watch the new DrSceme? window continue to work
- Choose OCaml language profile
- Click "Run"
- Get the error:
"send: target is not an object: 'unsaved-editor13324 for method: get-tab"
If I quit DrScheme? at this point and restart I can generally get OCaml to work somewhat, but the get-tab error comes up during use if code is entered in the editor box and the "Run" button is pressed. The REPL does seem to work, at least for simple definitions.
64bit Ubuntu 8.04
OCaml 3.10.2
DrScheme? 4.0.2