[issue41516] venv activate scripts do not pass ShellCheck

2020-08-14 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

(3.6 only gets security fixes.)  Please be more specific: venv produces 6 types 
of scripts.  Which type(s) are seen as buggy?  Can you paste a script produced 
by venv and its ShellCheck output?  (The web site has a paste-in box.)  Have 
you used ShellCheck?  Can you sign the contributor agreement submit a PR?  
(Yes, we do sometimes create, review, and upon agreement merge patches based of 
various code and text checkers.)

--
nosy: +terry.reedy, vinay.sajip
versions: +Python 3.10 -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41516] venv activate scripts do not pass ShellCheck

2020-08-10 Thread D. A. Pellegrino


New submission from D. A. Pellegrino :

The activate scripts created by the venv module do not pass checks by 
ShellCheck (https://www.shellcheck.net/). ShellCheck generally has a point for 
each warning and note generated against the venv activate scripts. Addressing 
the ShellCheck reports would align the activate script implementation with best 
practices.

--
components: Extension Modules
messages: 375125
nosy: user93448
priority: normal
severity: normal
status: open
title: venv activate scripts do not pass ShellCheck
type: enhancement
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com