Navigation Menu

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

Insufficient CRC checking in interactive system #2378

Closed
vicuna opened this issue Feb 28, 2000 · 1 comment
Closed

Insufficient CRC checking in interactive system #2378

vicuna opened this issue Feb 28, 2000 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 28, 2000

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

Bug description

Hello!

I know that Ocaml checks consistency of interface files but I found
the way to overcome this check in the interactive system, version 2.04

The steps which leads to the error are the following:

  1. in the empty directory create file "m.ml" with contents
    let x=17
  2. compile your code "m.ml" -> "m.cmo", "m.cmi"
  3. create the interface "m.mli" with contents
    val x:string
  4. compile the interface "m.mli" -> "m.cmi"
  5. run ocaml -I .
    Objective Caml version 2.04

#load "m.cmo";;

M.x;;

Bus error

Best regards

Jacek

@vicuna
Copy link
Author

vicuna commented Mar 31, 2000

Comment author: administrator

Fixed in 3.00

@vicuna vicuna closed this as completed Mar 31, 2000
@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