Closed lnchan closed 1 year ago
Hi @lnchan ,
This issue my be due to the non compatibility of the generated application layer (controller/views/templates) with phoenix 1.7. Have a look at #7, someone found a way to make the views 1.7 compliant.
We may implement a way to have a flag to generate files for both < 1.7 and 1.7 phoenix versions.
Hello,
This happens when running mix test
on the library itself. I haven't tried using it in a project yet.
The tests are fixed in commit.
That said there is still work to support Phoenix 1.7 to be done.
Thank you; this does fix the unit tests for the library!
Seems to happen when compiling the file
views/oauth_view.ex
, I am not sure what causes it (it might be becausephoenix_view
is missing from the dependencies)This is with macOS 13.3 on Apple Silicon (aarch64) and Elixir 1.14.3, installed from Homebrew. (
Erlang/OTP 25 [erts-13.1.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]
)