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

F# fix #152

Merged
merged 5 commits into from
Dec 20, 2020
Merged

F# fix #152

merged 5 commits into from
Dec 20, 2020

Conversation

dukedagmor
Copy link
Contributor

@dukedagmor dukedagmor commented Nov 5, 2020

#151

What does the fix do?
-add extra check if _fscArguments already contains data, since only the first BuildMessageEventArgs to pass my checks contains the data we want.

How debugging went:
I printed all BuildMessageEventArgs senders and messages.
With SkipCompilerExecution I would expect 1 event. There are however multiple, all from the Fsc process, this leads to _fscArguments being overridden with the new data. In this example that would be: ["","The command exited with code 1."]

image

Expanded on F# support for Buildalyzer by checking if an event comes from Fsc and then extracting the sourcefiles and references
@daveaglick daveaglick merged commit 8d4ed30 into phmonte:main Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants