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 non rattrapée dans Dynlink #2811

Closed
vicuna opened this issue Jun 27, 2001 · 2 comments
Closed

Exception non rattrapée dans Dynlink #2811

vicuna opened this issue Jun 27, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 27, 2001

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

Bug description

Dans la bibliothèque Dynlink, la fonction add_interfaces lève
l'exception Not_found lorsqu'un module n'est pas trouvé dans la liste
des paths. Cette exception est levée par l'appel à Misc.find_in_path
dans digest_interface, et devrait être rattrapée afin d'avoir un vrai
message d'erreur, ou sinon la documentation de cette fonction
add_interfaces devrait signaler qu'elle peut lever Not_found.

Maxence

@vicuna
Copy link
Author

vicuna commented Jul 2, 2001

Comment author: administrator

Dans la bibliothèque Dynlink, la fonction add_interfaces lève
l'exception Not_found lorsqu'un module n'est pas trouvé dans la liste
des paths. Cette exception est levée par l'appel à Misc.find_in_path
dans digest_interface, et devrait être rattrapée afin d'avoir un vrai
message d'erreur

Très juste. C'est fait.

  • Xavier

@vicuna
Copy link
Author

vicuna commented Jul 2, 2001

Comment author: administrator

Fixed 2001-07-02 by XL.

@vicuna vicuna closed this as completed Jul 2, 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