-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
relay-compiler --validate option no longer available #3738
Comments
Oh, I think we don't use this internally. We just look for unexpected changes in the source control. Something like this:
But, I think it make sense to add this |
That could work as well, I'll try to add something like that until |
Btw is there any estimate when this could land? |
I don't think we have an estimate, we mostly focus on "bad" issues: incorrect output, invalid configs, something that completely prevents people from using the new version. The --validate is almost a "new" feature for the V13, but I agree that this is a regression compared to the JS version. Also, as a wise man said: "Be the change you want to see in the world.". |
Of course, completely agree. I was just wondering if there is some kind of roadmap where this would be included. Understandably, its not a high prio.
I need some courage to dive into rust but I might try 👍 |
Hi 👋 we used to run
relay-compiler --validate
in our CI, but its no longer available in v13. What should we use instead?It was really useful for us as it would catch when we forget to run
relay-compiler
The text was updated successfully, but these errors were encountered: