-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Get dynamic loading working #458
Comments
Pushing this out to post-0.1 release |
Doing this in a safe way is likely blocked on #2213 |
I don't believe this is backwards incompatible, renominating. |
cc #6735 (a proof of concept). |
accepted for feature-complete milestone |
#7027 is a solid step forward on this. |
This is implemented, and there are tests for it in |
The caveat I have here is that the interface isn't typesafe. Only works with symbols with mangling turned off. Guess the bug didn't mention that but imo it's important. |
High, but not 1.0 |
This is done, minus safety. Replacing with #15040 |
Fix appveyor badge.
Grammar: macros
Format the code
For syntax extensions (and possibly semantic extensions) to load in from external crates, we need to dynamically load them. Currently the library-scanning machinery is a bit too weak to handle this, and there's no os-level interface in the standard library for fetching symbols from a loaded library. Implement all this.
The text was updated successfully, but these errors were encountered: