Missing parse-time deprecation warnings for imported modules #1072
Milestone
Comments
In fact all the compile-time deprecation warnings are missing too... |
Scratch that; compile-time deprecation still work. The original title was correct... |
xiaq
added a commit
that referenced
this issue
Jul 14, 2020
The fix is cherry-picked onto the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a file uses a trailing backslash for continuation in a file and that file is executed via
-take
oruse
, no deprecation warning occurs, even if the shell was run with-show-deprecations
. The warning is shown in interactive use, however.The text was updated successfully, but these errors were encountered: