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

FI #5

Merged
merged 51 commits into from
Jun 20, 2016
Merged

FI #5

merged 51 commits into from
Jun 20, 2016

Conversation

ljw1004
Copy link
Owner

@ljw1004 ljw1004 commented Jun 20, 2016

No description provided.

jamesqo and others added 30 commits May 26, 2016 18:24
While working on another change I noticed that our testing support for experimental features didn't actually verify the underlying feature was experimental.  Hence helpers like ParseExperimental(...) would continue to function without error when tuples / ref returns were attached to the /langver switch.  This creates maintenance issues in our test framework as it's unclear what we're actually testing.

I refactored the code involved to verify the features are actually experimental and removed some troublesome helpers.
…n a file that doesn't exist in roslyn solution

but have error code we own.

we used to treat them as project level errors but that made us to sometime show one entry for multiple error reports.

now, we will at least show all of them, but things like double click will not work since we don't know which document it is.
loose up a bit on what happens when build error report on us errors o…
Revert change to IIncrementalAnalyzer interface
jaredpar and others added 21 commits June 17, 2016 15:14
Ensure experimental settings run against experimental features
We don't use StyleCop anymore.
Added initial support for explicit tuple conversions
Ignore VS Code-generated dirs in gitignore
Fixing the VsixVersion to be 42.42.42.42 for unofficial builds.
	Make more deletion code non-VB specific.
…ting-duplicate-project-references

Tweaks while investigating duplicate project references
@ljw1004 ljw1004 merged commit 6ecd515 into ljw1004:master Jun 20, 2016
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.