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

exception Assert_failure("typing/ctype.ml", 183, 27) #8068

Closed
vicuna opened this issue Mar 17, 2003 · 2 comments
Closed

exception Assert_failure("typing/ctype.ml", 183, 27) #8068

vicuna opened this issue Mar 17, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 17, 2003

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

Bug description

Petit souci avec les classes.
Je me bagarre avec le coup des "self" passés à un autre objet.
Pour compiler il faut avoir OCaml-mysql installé.
Les sources sont sur pauillac dans ~rouaix/public_html/BUGS/20030317
ie. http://pauillac.inria.fr/~rouaix/BUGS/20030317/

Bon courage,
--f

frouaix:/Documents/src/FRX/jaws$ make
ocamlfind ocamlc -thread -package "mysql" -g -c sql.ml
ocamlfind ocamlc -thread -package "mysql" -g -c sqlschema.ml
Fatal error: exception Assert_failure("typing/ctype.ml", 183, 27)
make: *** [sqlschema.cmo] Error 2
frouaix:
/Documents/src/FRX/jaws$ ocamlc -v
The Objective Caml compiler, version 3.06+21 (2003-01-08)
Standard library directory: /usr/local/lib/ocamlexp/lib/ocaml

@vicuna
Copy link
Author

vicuna commented Apr 22, 2003

Comment author: administrator

Bonjour Francois,
Desole' d'avoir laisse' passer ton bug.
C'est maintenant corrige'.
Attention cependant: il ne faut pas ecrire (self : #a_db :> db), qui cause une
erreur (officielle celle ci), mais simplement (self :> db).

Jacques

@vicuna
Copy link
Author

vicuna commented Apr 22, 2003

Comment author: administrator

Fixed by JG (2003-04-22)

@vicuna vicuna closed this as completed Apr 22, 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