Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamldebug dosen't work with -rectypes #4402

Closed
vicuna opened this issue Sep 24, 2007 · 1 comment
Closed

ocamldebug dosen't work with -rectypes #4402

vicuna opened this issue Sep 24, 2007 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 24, 2007

Original bug ID: 4402
Reporter: blume
Status: closed (set by @garrigue on 2007-09-24T07:48:37Z)
Resolution: fixed
Priority: normal
Severity: major
Version: 3.10.0
Fixed in version: 3.10+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

When I try to load a program that is compiled with -rectypes ocamldebug fails with the error message:

Unit Foo imports from Bar, which uses recursive types.
The compilation flag -rectypes is required

To reprocude: Compile a program with -rectypes, start ocamldebug, and issue
a break command.

@vicuna
Copy link
Author

vicuna commented Sep 24, 2007

Comment author: @garrigue

Fixed in CVS.
Just had to set Clflags.recursive_types to true in main.ml

@vicuna vicuna closed this as completed Sep 24, 2007
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant