-
Notifications
You must be signed in to change notification settings - Fork 13
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
Prevent "current application does not depend on" compile warnings #13
base: master
Are you sure you want to change the base?
Conversation
This will expose required deps, such as :earmark.
Hello 👋🏼, |
I think we even got compilation failures at times (but not always), most likely linked to out upgrade to Elixir 1.15. See:
It would be nice to merge this PR for continued use of the library on Elixir 1.15+! |
/cc @boydm @WalkerMills - unsure if this project is still maintained, and/or if you need extra people? |
Hi, there are new compilation warnings on Elixir 1.17:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good but I don't have write access here. You get an approval from me fwiw 🤷
I actually don't use the fork I made of this project any more, I use this instead: https://gitlab.com/WalkerMills/phoenix_pandoc ETA: deleted the fork for clarity It is similar, but I have some documents in latex and rst so I needed more than just markdown. I'm using it with Elixir 1.17 |
Uses the :extra_applications key in mix.exs
Exposes dependencies correctly in mix.exs to prevent these warnings: