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

Cosmetice bug: Would be nice if it were allowed to write module name within module #2648

Closed
vicuna opened this issue Dec 29, 2000 · 0 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 29, 2000

Original bug ID: 255
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

If I inside figures.ml write

let test2 () =
Figures.extract_figures Small_puzzle.puzzle

I will get

The compiled interfaces figures.cmi and figures.cmi
make inconsistent assumptions over interface Figures
make: *** [figures.cmo] Error 2
make: Target `all' not remade because of errors.

However, during debugging and using the interactive environment, it would
be nice if this would be allowed, since the 'Figures.' is needed if the
cmo-file is loaded. Then I just could copy and paste the code from the
file into the interactive environment.

/mattias

mattias.waldau@abc.se

@vicuna vicuna closed this as completed Jan 8, 2001
@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