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

Error handler #19

Open
archseer opened this issue Jan 25, 2019 · 1 comment
Open

Error handler #19

archseer opened this issue Jan 25, 2019 · 1 comment
Labels
K-chore Kind: chore K-enhancement Kind: New feature or request L-easy Level: easy

Comments

@archseer
Copy link
Owner

We need to place stubs in the exports registry for modules that aren't loaded yet, but referenced elsewhere. These should call the error handler, (which in the erlang stdlib will try to load the module or error).

http://erlang.org/doc/man/error_handler.html

Search for references to error_handler inside beam_emu.c and enigma for a quickstart.

@archseer archseer added K-enhancement Kind: New feature or request L-easy Level: easy K-chore Kind: chore labels Jan 25, 2019
@archseer
Copy link
Owner Author

This is more or less done. Need to double check if we covered all the parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-chore Kind: chore K-enhancement Kind: New feature or request L-easy Level: easy
Projects
None yet
Development

No branches or pull requests

1 participant