-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Closed
Labels
A-sourceArea: CLI sourceArea: CLI sourceC-bugCategory: BugCategory: BugP-highPriority: HighPriority: High
Description
The issue seems to be that the call to verify(...) in main.rs:92 expects the path to be in Unix style (forward slashes instead of backslashes), so the later compare breaks.
I fixed this locally by just doing a string replace, but I guess a true Rustacean will fix this much more nicely so I didn't add a patch.
PS: It's also pretty inconvenient that "watch" doesn't continue with the next exercise once you fix the current one.
Metadata
Metadata
Assignees
Labels
A-sourceArea: CLI sourceArea: CLI sourceC-bugCategory: BugCategory: BugP-highPriority: HighPriority: High