-
Notifications
You must be signed in to change notification settings - Fork 119
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
+encore.dev #2897
+encore.dev #2897
Conversation
|
Peculiar. No package in our pantry sets |
seems like it might be related to 1.21.0. i'll see what I can find. https://github.com/teaxyz/pantry/actions/runs/5860883067/job/15889888782 |
yup d3a903f |
Based on their build instructions and release logic, it looks like this is going to involved building and depending on encore-go: https://github.com/encoredev/encore/blob/main/.github/workflows/release.yml and setting some envvars: https://github.com/encoredev/encore/blob/main/CONTRIBUTING.md |
I didn't realize they forked the Go language! Is best practice for https://github.com/encoredev/go to be a separate Tea package? |
I think so. Since it is renamed, not much risk of conflict. |
gonna mark this as go. thanks, @kevinmichaelchen ! |
like what is this exactly? Since it causes conflict with google’s go and it seems to just be some kind of fork of go, I'm wondering what it is? I can't find mention of it at encore.dev. Refs pkgxdev/pkgx#748 |
We can almost certainly add a link to encore-go and omit the provides for vanilla go. I think that's even in their docs. I'll do that today, to remove this conflict. |
IMO it's ok just to remove the provides and then encore users can just do |
blocked by #2896