Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Enable intl.use_exceptions in debug mode#46871
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Hum, not sure about this on second thought: when enabled in dev, ppl will write try/catch. But in prod, intl will likely behave with no exceptions and the code should be written differently to handle that. The correct way to use intl in a portable way is to handle both situations, like we did in#36149 |
Let's be stricter by default in debug mode.