Skip to content

Garbled path info in the warning about missing directory #698

@nightroman

Description

@nightroman

Here is the script that causes the issue

    #I "some\missing\folder"
    let x = 42

Some ways to see the issue:

(1) Open it in Visual Studio 2015 (F# Power Tools is installed). Hover the
mouse over the expected error or look at the error pane. Note that the tip or
warnings message look like:

Warning     The search directory 'some\missing older' could not be found

(2) Open it in VSCode (Ionide-fsharp is installed). In the tips and the problem
pane the message looks like 'some\missingolder'. Copy/paste from the problem
pane gets this text with unexpected "♀ " instead of expected "\F":

message: 'The search directory 'some\missingolder' could not be found'

(3) In my application using FCS the formatted message looks like this (same
unexpected "♀ " instead of expected "\F"):

warning FS0211: The search directory 'some\missing♀older' could not be found

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions