-
Notifications
You must be signed in to change notification settings - Fork 789
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
Fix for #8 - regression in autocompete #354
Conversation
@latkin @KevinRansom - I tried to run the "ideunit" tests but got lots and lots of errors, I'm sure unrelated to the fix (they were about failing casts related VS components). I'm pretty sure I followed the instructions exactly as in DEVGUIDE.md and TESTGUIDE.md, I did this:
If you could either run the tests or double check the "ideunit" instructions I'd be very grateful. thanks |
I have trouble running unit tests against VS 12.0 on my box with 12.0 and 14.0, also lots of unhelpful casting errors. Assuming you want to test this against VS 2015 SDK, you should to double-check that you are building with MSBuild 14.0, so that all of the 14.0 SDK assemblies are referenced. In the meantime, I'll try running this myself soon. |
ok, I see, thanks |
I can confirm that the unit tests now pass 🎉 |
Great - I got them to pass on my machine too. Party party party. |
This is a potential fix for the regression #8. I prototyped the fix as a change to the F# Compiler Service (which is somewhat easier to test as a component since you can script tests with F# Interactive).
I'm gradually building and running tests though it's challenging (it's a fix to intellisense, my VS CTP5 has expired, and I'm on a slowish connection so can't get VS CTP6).
Submitting here to get a validation of the build and to make it available for further testing.