ConSol-Lab / gourd

a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
4 stars 0 forks source link

Warn on non-escaped path arguments #30

Closed andtsa closed 4 days ago

andtsa commented 4 weeks ago

this gourd.toml:

output_path = "experiments"
metrics_path = "experiments"
experiments_folder = "experiments"

[program]

[input.a]
arguments = ["xdd", ".", "./", "///", "a///", "./a", "*", "./*", "/a/*", "/*", "*/a"]

will result in:

image
lchladek commented 6 days ago

I like the warning! I think it's a bit unclean to warn many times for the same file, is it feasible to make it warn only once?