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

Move the Shoehorn release script ordering to core #949

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fhunleth
Copy link
Member

This is a draft PR.

This moves over the Shoehorn release script functionality every Nerves project uses and there are even assumptions baked into projects about OTP applications starting up as temporary rather than permanent. Unit tests still need to be moved over, documentation updated, and configuration option names probably need updating.

With this PR, I wanted to start the conversation on removing the :shoehorn dependency from Nerves projects. Users could add it back for the application restart feature if they needed it, but the code would no longer come along by default. At a minimum, the application restart code needs to be updated since it uses the deprecated error_logger. There are arguments that there are better ways of handling the problems that it was written to fix, so separating it from the code that gets used a lot seems helpful.

This has been the default for such a long time, it seems like it's time.

The other reason for doing this is that Shoehorn's other features are
not nearly as well used and they're starting to need updates especially
with the Erlang and Elixir logging changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant