-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ng version
should report if you are opted into the Ivy preview
#14491
Comments
Not sure how this fits in Ie, in a workspace one application can be compiled using Ivy and another might be using VE. |
Also, it might be the case that Maybe what we can do is to print a message during each compilation stating the compiler being used and maybe ask for the compiler type when filling a new issue? Though that would add an addition question to the issue template. |
Makes sense. Perhaps instead we could inform users whenever we do an Ivy compilation instead of a ViewEngine compilation with a log message? I'd be happy to close this if I'm off base, but I want to make sure developers know what's going on, if for example, another developer on their team opts them into the preview. |
Yeah I think printing a message makes total sense. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Feature request
Command (mark with an
x
)Description
It will be important to know if developers are using Ivy or not when debugging and reproducing issues.
Describe the solution you'd like
ng version
should show if the user has opted into the Ivy preview or not.The text was updated successfully, but these errors were encountered: