ccune

Results 1 issues of ccune

On linux-x64, `p.str_view()` returns blank, `path::is_dir(p)` returns false. ``` import std::io; fn void! main(String[] argv) { Path! p = path::new("."); if (catch p) { io::eprintn("path::new() failed."); return; } io::printfn("'%s' is...