Changelog (v8.1.6...v8.1.7)
- bug #66031 Report a validation error instead of a TypeError on numeric arguments and options (@tanguychenier)
- bug #65976 Keep messages containing malformed UTF-8 when wrapping (@Meacue)
- minor #65863 Type the autocompleter callback as returning a list (@nicolas-grekas)
- minor #65860 Disambiguate the autocompleter callback return type (@SanderMuller)
- bug #65855 Reject
#on both a class and its__invoke()method (@nicolas-grekas) - bug #65851 Make method-level
#names relative to the class-level one (@nicolas-grekas) - bug #65852 Fix signal handling of invokable commands registered through the container (@nicolas-grekas)
- bug #65818 Do not evaluate the command line in the zsh completion (@GromNaN, @nicolas-grekas)
- minor #65815 Fix the bash completion of "--option=value" and of an aliased command (@GromNaN)
- bug #65811 Fix the bash completion on macOS and cover more option modes (@GromNaN)
- bug #65783 Test the shell completion scripts and fix the escaping (@GromNaN)