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

Display Compile Output Even if Compilation Exceeds #48

Closed
bqi343 opened this issue Jan 4, 2022 · 0 comments · Fixed by #49
Closed

Display Compile Output Even if Compilation Exceeds #48

bqi343 opened this issue Jan 4, 2022 · 0 comments · Fixed by #49
Labels
enhancement New feature or request

Comments

@bqi343
Copy link
Member

bqi343 commented Jan 4, 2022

Ex. https://ide.usaco.guide/MsXySNwQ8SR4gQKNu9w should display a warning like this:

Main.cpp: In function ‘int main()’:
Main.cpp:8:22: warning: ‘a’ is used uninitialized [-Wuninitialized]
    8 |         cout << a << " " << b << " " << c;
      |                      ^~~
Main.cpp:8:34: warning: ‘b’ is used uninitialized [-Wuninitialized]
    8 |         cout << a << " " << b << " " << c;
      |                                  ^~~
Main.cpp:8:41: warning: ‘c’ is used uninitialized [-Wuninitialized]
    8 |         cout << a << " " << b << " " << c;
      |                                         ^

but currently it displays nothing.

CSAcademy does this.

@bqi343 bqi343 added the enhancement New feature or request label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant