sifive / wake

The SiFive wake build tool
Other
86 stars 28 forks source link

rsc: Fix filename escaping bug #1604

Closed V-FEXrt closed 1 month ago

V-FEXrt commented 1 month ago

Filenames with uncommon characters just as , would previously fail to be cached. This change escapes the filename so that they can be cached.

V-FEXrt commented 1 month ago

' will probably still break it yeah that's a harder thing to manage