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

Can't goto error #236

Closed
TurkeyMan opened this issue Oct 16, 2016 · 3 comments
Closed

Can't goto error #236

TurkeyMan opened this issue Oct 16, 2016 · 3 comments
Labels
Milestone

Comments

@TurkeyMan
Copy link

Errors are presented like this:

  --> src\emulator\parts\processor.rs:25:38

VS doesn't understand that format, and you can't dbl-click to go to the error... pipe through sed?

@Boddlnagg
Copy link
Contributor

The currently released version of VisualRust is not yet compatible with the new error format. You have to build it yourself. We have fixed this by using JSON output (#230), but that fix has not made it into a release. Until the next release (which will hopefully also inculde #234), you have to build VisualRust yourself.

@Boddlnagg
Copy link
Contributor

Can you confirm that this is fixed in the latest AppVeyor Release artifact (https://ci.appveyor.com/project/vosen/visualrust)?

@MaulingMonkey MaulingMonkey added this to the 0.2 milestone Sep 20, 2017
@MaulingMonkey
Copy link
Collaborator

Working for me in master.

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

3 participants