vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Use Paths rather than strings where possible

Open oscargus opened this issue 1 year ago • 1 comments

Avoids quite a bit of conversions back and forth.

Also add some typing to make it easier to remember...

oscargus avatar Jul 11 '24 13:07 oscargus

The !s specifier is not required (unless a special case where one would like to override specifiers in the string). There are 200 or so remaining locations, but I changed where I saw them.

The cwd argument can be a Path. A bit unsure about the other arguments though, so still use strings there.

oscargus avatar Jul 11 '24 15:07 oscargus

Probably should do this in a more systematic way later, so closing.

oscargus avatar Apr 25 '25 20:04 oscargus