issues
search
colis-anr
/
shstats
A statistical analyzer for corpora of shell scripts
GNU General Public License v3.0
3
stars
0
forks
source link
New analyses
#5
Open
Niols
opened
6 years ago
Niols
commented
6 years ago
[x] Statistics about redirections (functions, simple command, special built-ins, coumpound commands)
[ ] What happens inside conditions?
[ ]
break
in functions
[ ] pipes (
while read ...
? what else?)
[ ] case patterns
[ ]
dpkg-divert
on other packages
[ ]
shift
in loops
[ ] function calls with statically known arguments?
[ ] dot's arguments known statically?
[ ] local in a compound command, and at toplevel (if ,,, then local x)
[ ] scripts that still contain $ in words after expansion
[x] redirection analyser, also find absurd redrections
[ ] fonctions defined inside fonctions
(to be completed)
treinen
commented
6 years ago
we also need:
[ ] redirection analyser, also find absurd redrections
[ ] fonctions defined inside fonctions
break
in functionswhile read ...
? what else?)dpkg-divert
on other packagesshift
in loops(to be completed)