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

toplevel #load dependencies feature wish #8266

Closed
vicuna opened this issue Sep 4, 2003 · 1 comment
Closed

toplevel #load dependencies feature wish #8266

vicuna opened this issue Sep 4, 2003 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Sep 4, 2003

Original bug ID: 1816
Reporter: administrator
Status: closed (set by @xavierleroy on 2015-12-11T18:23:59Z)
Resolution: fixed
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)
Has duplicate: #5411

Bug description

A #load directive in the toplevel that would load the dependencies of a cmo
in addition to the cmo would be very handy. As it is, you have to manually
load all the dependents first, then the one you want to test. The toplevel
knows it needs to dependents since it issues an error, so why not just try
to load them from the cwd (or path)? For compatibility it's probably
better to have a new directive for this, though.

Chris

@vicuna
Copy link
Author

vicuna commented Aug 30, 2013

Comment author: @damiendoligez

This was implemented as #load_rec in commit 11306. See #5411 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant