Skip to content

-cmt-path added to build_path instead #1330

@mroch

Description

@mroch

no idea if this is a real issue or not, but I was reading the code and this looks like a typo:

(
"-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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions