Random stuff, testing things, and so on.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Julio Biason 42db09fabb New tests 1 year ago
..
src New tests 1 year ago
Cargo.lock New tests 1 year ago
Cargo.toml New tests 1 year ago
README.md New tests 1 year ago

README.md

CanonincalCurrentDirTest

This is an experiment on trying to understand how "Command" works on Std and Tokio when the .current_dir() is canonicalized.

The base for the experiment is the fact that canonicalized paths on Windows have a prefix (used to indicate that the path does not have any special processing) and it looks like it breaks the .current_dir() execution (at least, I saw it on Tokio, wondering if the same thing happens on Std, or it is my case that it is broken).