Hacker News new | ask | show | jobs
by forgotmypw17 1490 days ago
Yes, and these changes are feature flagged and optional and would not affect existing scripts.
1 comments

No, those are "real" breaking changes in that a script running in one version of the interpreter could break if it runs in a later version, without any modifications to the script itself. But in fairness, they're a very conservative definition of breaking changes - e.g. the output of the `--version` flag changing, or some Unicode characters classes changing.