Skip to content

Build is always 'up-to-date' (GNU) #215

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

Closed
jcdickinson opened this issue Mar 28, 2016 · 2 comments
Closed

Build is always 'up-to-date' (GNU) #215

jcdickinson opened this issue Mar 28, 2016 · 2 comments

Comments

@jcdickinson
Copy link

Environment

GNU-specific duplicate of #214. Pull requesting incoming.

  • Visual Studio 2015 Community Update 1
  • Rust 1.7 GNU
  • VisualRust 0.1.2

Repro

  1. Create a new project
  2. Run the project. Outcome: Hello World!
  3. Add the following to main: println!("Test");
  4. Optional: save main.rs.
  5. Run the project. Outcome: Hello World! Expected: Hello World!<newline>Test.
  6. Right click on the project and select Rebuild.
  7. Run the project. Outcome: as expected.

Summary

The build is not detecting changes to files.

Remarks

An older version of Visual Rust (and Rust) was installed on the environment, but uninstalled prior to installing these latest versions.

@Boddlnagg
Copy link
Contributor

This should no longer appear with #234 ... can you confirm that?

@jcdickinson
Copy link
Author

This is working perfectly.

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

No branches or pull requests

2 participants