You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file uses a trailing backslash for continuation in a file and that file is executed via -take or use, no deprecation warning occurs, even if the shell was run with -show-deprecations. The warning is shown in interactive use, however.
changed the title [-]Missing deprecation warnings for backslash as continuation character[/-][+]Missing parse- and compile-time deprecation warnings for imported modules[/+]on Jul 14, 2020
changed the title [-]Missing parse- and compile-time deprecation warnings for imported modules[/-][+]Missing parse-time deprecation warnings for imported modules[/+]on Jul 14, 2020
Activity
xiaq commentedon Jul 14, 2020
In fact all the compile-time deprecation warnings are missing too...
[-]Missing deprecation warnings for backslash as continuation character[/-][+]Missing parse- and compile-time deprecation warnings for imported modules[/+][-]Missing parse- and compile-time deprecation warnings for imported modules[/-][+]Missing parse-time deprecation warnings for imported modules[/+]xiaq commentedon Jul 14, 2020
Scratch that; compile-time deprecation still work. The original title was correct...
Warn about deprecated syntax features in imported modules.
xiaq commentedon Jul 14, 2020
The fix is cherry-picked onto the
v0.14-release
branch and will appear in the bugfix release v0.14.1.Warn about deprecated syntax features in imported modules.