snowchains
snowchains copied to clipboard
Dhall cannot parse Windows absolute path
状況
$ snowchains r t
Error: Could not evalute `C:\Users\path-to-config\snowchains.dhall`
Caused by:
--> 3:15
|
3 | let config = C:\Users\path-to-config\snowchains.dhall␊
| ^---
|
= expected import_alt, bool_or, natural_plus, text_append, list_append, bool_and, natural_times, bool_eq, bool_ne, combine, combine_types, equivalent, prefer, arrow, or let_binding
発生個所
https://github.com/qryxip/snowchains/blob/d65d4112eadcc004b46033e2bec6a4661e50e634/src/config.rs#L173-L185
https://github.com/qryxip/snowchains/blob/d65d4112eadcc004b46033e2bec6a4661e50e634/src/config.rs#L96-L127
ここで相対パスにして replace('\\', "/") をすると回避はできそうです