matthias-t / workspace

Mirror of https://git.sr.ht/~matthias_t/workspace
MIT License
0 stars 1 forks source link

workspace::get should not iterate all workspaces #45

Closed matthias-t closed 6 years ago

matthias-t commented 6 years ago

My fault, sorry. https://github.com/matthias-t/workspace/blob/3c6848c7985325beaa546884c83d89eb38f34626/src/workspace.rs#L60-L73

Instead it should only try to read from ~/workspace/NAME.toml. That implies moving workspace::Workspace::data_path(&self) to something like workspace::file_path(name: &str).