-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Automate playground compiler #695
Automate playground compiler #695
Conversation
This can be merged, part two is independent. |
rescript-compiler repo PR rescript-lang/rescript#6449 Now we need to pass the environment variable |
Ready for review |
@aspeddro I haven't really been in this part of the code yet. Who'd be good to review you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I added some nitpicks, but if you feel this is the way to go, we can also just merge.
I already added the relevant NEXT_REVALIDATE_SECRET_TOKEN
secret to the Vercel settings and the rescript-compiler repo secrets.
So as soon as we merge this, everything should just work, I assume.
@ryyppy the deployment failed. I can't see the log either |
had to approve the deployment |
* first tests * automate playground versions * fix typo * refactor * refactor * refactor * format * remove log * remove json binding * add revalidate route * parse rc * order experimental versions * last adjusts * cleanup * move Semver to CompilerManagerHook module
* first tests * automate playground versions * fix typo * refactor * refactor * refactor * format * remove log * remove json binding * add revalidate route * parse rc * order experimental versions * last adjusts * cleanup * move Semver to CompilerManagerHook module
I'm going to split this PR into two parts because the second requires NextJS version 12. Waiting for #645 to finish the second part.Part 2 #565: