Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Map unexpected errors to first line#740

Merged
ramya-rao-a merged 1 commit intomicrosoft:masterfrom
ramya-rao-a:build
Jan 24, 2017
Merged

Map unexpected errors to first line#740
ramya-rao-a merged 1 commit intomicrosoft:masterfrom
ramya-rao-a:build

Conversation

@ramya-rao-a
Copy link
Copy Markdown
Contributor

@ramya-rao-a ramya-rao-a commented Jan 22, 2017

Fixes #664

cc @roblourens

src/goCheck.ts Outdated
ret.push({
file: vscode.window.activeTextEditor.document.fileName,
line: 1,
msg: 'Something went wrong. Check the Go channel in the output window',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not show the actual messages, 'can't load package: import cycle not allowed' etc?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Done.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh man I did that thing again where I typed that this morning before standup but didn't submit the review. Just had to say that since we talked about this at standup.

@ramya-rao-a ramya-rao-a merged commit bc49402 into microsoft:master Jan 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants