We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Congratulations for the new Jose release!
I see a problem compiling Jose 1.11.8 with Rebar3.
It worked correctly with versions 1.11.5 and 1.11.6:
rebar3 new app myapp5 cd myapp5 vim rebar.config ## setup: {deps, [{jose, "1.11.5"}]}. rebar3 compile ===> Verifying dependencies... ===> Fetching jose v1.11.5 ===> Analyzing applications... ===> Compiling jose ===> Analyzing applications... ===> Compiling myapp
However, now that poison is declared as an optional dependency, compilation fails:
rebar3 new app myapp8 cd myapp8 vim rebar.config ## setup: {deps, [{jose, "1.11.8"}]}. rebar3 compile ===> Verifying dependencies... ===> Fetching jose v1.11.8 ===> Fetching dialyxir v1.4.3 ===> Fetching poison v3.1.0 ===> Fetching erlex v0.2.6 ===> Compiling poison ===> Error building application poison: No project builder is configured for type mix
Is there some way to disable that optional dependency? Or some other way to compile the new Jose release using Rebar3? Thanks!
The text was updated successfully, but these errors were encountered:
Version 1.11.9 (2024-04-08)
09de6d2
* Fixes * Change Elixir dependency on `dialyxer` to only be used in `dev` and `test`, thanks to [@requestben](https://github.com/requestben) and [@dvic](https://github.com/dvic); see [#162](#162) and [#163](#163). * `rebar3` upgrade errors fixed; see [#160](#160) and [#163](#163).
@badlop Thanks for reporting! This should be fixed in jose 1.11.9.
Sorry, something went wrong.
Right, problem solved, thanks! Now Jose 1.11.9 is compiled correctly using Rebar3 and Erlang/OTP 24.0 up to 27.0-rc2 :)
No branches or pull requests
Congratulations for the new Jose release!
I see a problem compiling Jose 1.11.8 with Rebar3.
It worked correctly with versions 1.11.5 and 1.11.6:
However, now that poison is declared as an optional dependency, compilation fails:
Is there some way to disable that optional dependency? Or some other way to compile the new Jose release using Rebar3? Thanks!
The text was updated successfully, but these errors were encountered: