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

inconsistent crc's #8084

Closed
vicuna opened this issue Mar 31, 2003 · 1 comment
Closed

inconsistent crc's #8084

vicuna opened this issue Mar 31, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 31, 2003

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

Bug description

Full_Name: chris quinn
Version: 3.06
OS: linux
Submission from: 212.42.169.63 (212.42.169.63)

consider
echo val p: int > p1.mli
echo val q: int > p2.mli
ocamlc -c p2.mli; objinfo p2.cmi
ocamlc -c p1.mli p2.mli

objinfo p1.cmi p2.cmi shows that the digest of p2 is different
to that generated when p2.mli is compiled singly.

though this does not cause problems normally,
it can do so in the case the unchanged interface is recompiled separately later
and invalidate all dependent compiled modules.

i would like to compile an interface in memory under an arbitrary Env.t and
generate the same signature as would pop out normally. i don't think i can do so
this with the current compiler.
i think it is down to ident binding times, to which a signature ideally ought to
be invariant, no?

  • chris
@vicuna
Copy link
Author

vicuna commented May 12, 2003

Comment author: administrator

Fixed 2003-05-12 by XL

@vicuna vicuna closed this as completed May 12, 2003
@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