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

C++: Building with an unsaved file will use the previous version of this file #79

Closed
carbonacat opened this issue Nov 6, 2019 · 1 comment

Comments

@carbonacat
Copy link
Contributor

  1. Open a C++ project.
  2. Edit a C++ file that is used by the build process.
  3. Do not save it.
  4. Build by pressing either Ctrl+Enter, Ctrl+G, Ctrl+B.

Results: The file is saved, but its previous content are used by the build process.
Expected: The file is saved and its new content are used by the build process.

@felipemanga
Copy link
Owner

Fixed

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