You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Accept non utf-8 characters in compiler and archiver (#998)
* Accept `impl AsRef<Path>` in fn `run*`, `spawn` and `try_wait_on_child`
Signed-off-by: Jiahao XU <[email protected]>
* Accept non utf-8 path in compiler in `create_compile_object_cmd`
Signed-off-by: Jiahao XU <[email protected]>
* Accept non utf-8 characters in archiver path
Signed-off-by: Jiahao XU <[email protected]>
* Remove generics from `spawn` and `try_wait_on_child`
They are only used in `Build::compile_objects` with `&Path`,
so there is no need to use generics.
Signed-off-by: Jiahao XU <[email protected]>
* Remove rebundant import of `std::convert::AsRef`
Signed-off-by: Jiahao XU <[email protected]>
---------
Signed-off-by: Jiahao XU <[email protected]>
0 commit comments