-
Notifications
You must be signed in to change notification settings - Fork 251
-cmt-path added to build_path instead #1330
Copy link
Copy link
Closed
Description
no idea if this is a real issue or not, but I was reading the code and this looks like a typo:
Lines 253 to 258 in f3565d0
| ( | |
| "-cmt-path", | |
| marg_path (fun dir merlin -> | |
| {merlin with build_path = dir :: merlin.cmt_path}), | |
| "<dir> Add <dir> to merlin cmt path" | |
| ); |
it's appending to build_path instead of cmt_path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels