You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the end the answer is you can’t (relyably). The only thing causing order between dependencies is the dependency tree. The only thing making anything compile before postgrex is postgrex depending on it (even if it’s an optional dependency). Given the only json library postgrex depends on is jason the option to configure it is essentially useless. I’d open an issue in postgrex about the compile time usage for the json_library config.
The text was updated successfully, but these errors were encountered:
How to reproduce
:json_library
.mix deps.compile postgrex --force
References
The text was updated successfully, but these errors were encountered: