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

No feedback on compilation errors #126

Open
adpaco-aws opened this issue Aug 11, 2023 · 0 comments
Open

No feedback on compilation errors #126

adpaco-aws opened this issue Aug 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@adpaco-aws
Copy link
Contributor

Screenshot or description of the issue: When playing with the "Get coverage info" button, I modified the harness then clicked on the button again, but nothing happened. Then I executed Kani manually and realized that there was a compiler error, but the extension didn't show anything, but since I'm debugging I got this message:

rejected promise not handled within 1 second: TypeError: Cannot read properties of undefined (reading 'get')
extensionHostProcess.js:105
stack trace: TypeError: Cannot read properties of undefined (reading 'get')
	at CoverageRenderer.createCoverage (/Users/accorell/kani-vscode-extension/out/ui/coverage/coverageInfo.js:224:44)
	at /Users/accorell/kani-vscode-extension/out/ui/coverage/coverageInfo.js:184:40
	at Array.forEach (<anonymous>)
	at CoverageRenderer.renderInterface (/Users/accorell/kani-vscode-extension/out/ui/coverage/coverageInfo.js:171:17)
	at runCodeCoverageAction (/Users/accorell/kani-vscode-extension/out/ui/coverage/coverageInfo.js:59:18)
extensionHostProcess.js:105
rejected promise not handled within 1 second: TypeError: Cannot read properties of undefined (reading 'get')

I expected to see this happen: A dialogue pops up and tells me something went wrong.

Instead, this happened: Already explained this.

Link to PR / commit where the action failed: da3617b

@adpaco-aws adpaco-aws added the bug Something isn't working label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant