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

More robust support detection mechanism #135

Open
potatosalad opened this issue Sep 1, 2022 · 0 comments
Open

More robust support detection mechanism #135

potatosalad opened this issue Sep 1, 2022 · 0 comments

Comments

@potatosalad
Copy link
Owner

Related to #121, support detection has likely outgrown the simple, linear technique implemented.

The current start macro can result in a deadlock, too. It would be better for functions to resolve the algorithm dependency needed so the graph of requirements can resolve in-order:

-define(MAYBE_START_JOSE(F), try
    F
catch
    _:_ ->
        _ = jose:start(),
        F
end).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

1 participant