-
Notifications
You must be signed in to change notification settings - Fork 80
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
phoenix 1.6 is unsupported #269
Comments
Yes, there is an active Phx 1.6 branch in development to support the 1.6 release. It is not fully completed yet. You can install an early release candidate from hex if you need it immediately, otherwise you'll need to wait until the next official release comes out that supports Phx 1.6 |
Ah, thanks! I'll try that out. |
@cpjolicoeur Hey, what can I do to help the 1.6 branch get merged? |
@krainboltgreene Really, I think a large part of the process of how the generators are currently structured needs to be re-worked a decent amount to handle more changes in the future. That, or we just start dropping support for older versions of Phoenix altogether and cut a new major version with that caveat in the release notes (that the new major version is released in order to drop support for older versions of Phoenix). The current rc is probably workable on Phoenix 1.6 now, but is/was really just done as a quick "fix" to get it out and working. Have you tested out the RC @krainboltgreene or @notslang ? If anyone else wants to confirm it works fine "in the wild" then I'm find cutting it as an official release for now, until I can find the time to really clean things up on a larger scale. |
I have, but I bailed because I thought something wasn't done and actually it was just how the scaffolding works in general. I encountered no issues in reality. I think signing off on a general release is probably fine (I've done it with vcr before), but also if you want help rewriting it all I'd love to pair/work on that in tandem. |
I'll try to cut the RC over to an official release sometime today. @krainboltgreene if you are interested in helping on the 1.6 updates, I have a branch named I'm not sure how familiar you are with how Torch currently runs its generators, but I'd like to refactor it a bit to make the manipulation and moving around of files a bit cleaner going forward. Open to thoughts and suggestions on this path. |
@notslang @krainboltgreene Version 3.7.1 was released to hex.pm this morning I'm going to close this ticket in favor of new ticket #278 to track additional codebase changes for 1.6 and forward |
Attempting to install torch in a new phoenix project fails with this error:
The text was updated successfully, but these errors were encountered: