Make use of the convenience helpers from FileSystem.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good, modulo the filesystem copy comment.
source/Commands/CommandCompletions.cpp | ||
---|---|---|
180 | This should surely be a reference, no? Making a copy of a filesystem sounds weird (and should probably be forbidden by deleting the copy constructor). |
source/Commands/CommandCompletions.cpp | ||
---|---|---|
180 | Correct, this is a typo but shouldn't compile. I'll include the fix when landing. |
This should surely be a reference, no? Making a copy of a filesystem sounds weird (and should probably be forbidden by deleting the copy constructor).