Caused by inconsistent canonicalization of watcher.input_dir and resolved derive paths, combined with .strip_prefix(...)'s lexical nature.
PS C:\Users\____> rsml build src
RSML CLI crashed at src\rsml_to_model_json.rs:263:22
Error: called `Result::unwrap()` on an `Err` value: StripPrefixError(())
Please report this at https://github.com/rbx-rsml/rsml-cli/issues
See the canonicalization discrepancy below:
PS C:\Users\____> rsml-cli build src
Derive path: "\\\\?\\C:\\Users\\____\\src\\client\\Modules\\UserInterface\\Styles\\Global.rsml"
Watcher input path: "C:\\Users\\____\\src"
RSML CLI crashed at src\rsml_to_model_json.rs:270:22
Error: called `Result::unwrap()` on an `Err` value: StripPrefixError(())
Please report this at https://github.com/rbx-rsml/rsml-cli/issues
Caused by inconsistent canonicalization of
watcher.input_dirand resolved derive paths, combined with.strip_prefix(...)'s lexical nature.See the canonicalization discrepancy below: