Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate compile error message in ionide 4 #1122

Closed
forki opened this issue Jun 12, 2019 · 13 comments
Closed

Duplicate compile error message in ionide 4 #1122

forki opened this issue Jun 12, 2019 · 13 comments
Labels

Comments

@forki
Copy link
Contributor

forki commented Jun 12, 2019

image

@Krzysztof-Cieslak
Copy link
Member

Is that something reproducible? I've never seen that

@forki
Copy link
Contributor Author

forki commented Jun 12, 2019

let me check. It may be related to the out-of-date cache issue

@forki
Copy link
Contributor Author

forki commented Jun 12, 2019

ok can't repro. will reopen when I can

@forki forki closed this as completed Jun 12, 2019
@forki
Copy link
Contributor Author

forki commented Jun 13, 2019

image

it's still there.

let xs =
    let ways =
        [||]        
        |> Set.ofArray // distinct and sorted
        |> Seq.groupBy fst
    
    ways
    |> Array.map (fun (way,runs) ->
        
    )

@forki forki reopened this Jun 13, 2019
@Krzysztof-Cieslak
Copy link
Member

Can repro 😕

@forki
Copy link
Contributor Author

forki commented Jun 13, 2019

can or can't?

@Krzysztof-Cieslak
Copy link
Member

Can

@Krzysztof-Cieslak
Copy link
Member

Interesting.... it seems I get duplicated errors from FCS O_o

@forki
Copy link
Contributor Author

forki commented Jun 13, 2019

Yes maybe we run into fcs bug

@Krzysztof-Cieslak
Copy link
Member

I'll just Array.distinct it, someone else can worry about FCS ;-)

@forki
Copy link
Contributor Author

forki commented Jun 13, 2019

I'm just worried it does twice the work. /cc @cartermp @dsyme

@Krzysztof-Cieslak
Copy link
Member

Workaround by ionide/FsAutoComplete@ee95c5c

@Krzysztof-Cieslak
Copy link
Member

Fix released in experimental 0.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants