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

Fix bug for issue #68 #70

Merged
merged 31 commits into from
Sep 15, 2020
Merged

Fix bug for issue #68 #70

merged 31 commits into from
Sep 15, 2020

Conversation

lziq
Copy link
Contributor

@lziq lziq commented Aug 20, 2020

Issue #68 :

Description of changes:

Fixed bug from #68 .

lziq added 30 commits July 30, 2020 13:22
@therapon
Copy link
Contributor

This PRs title is "Error check". It's not a descriptive title for what the PR is actually fixing. Can you update the title please

Comment on lines +42 to +46
documents.onDidClose (e => {
let diagnostics: Diagnostic[] = [];
connection.sendDiagnostics ({ uri: e.document.uri, diagnostics });
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any way we can write a test to verify that the behaviour is what we want?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think with the 'extest' framework, this can probably get done.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think with the 'extest' framework, this can probably get done.

either add the test to this pr or open an issue to add the test later

@lziq lziq changed the title Error check Fix bug for #66 Aug 21, 2020
@lziq lziq changed the title Fix bug for #66 Fix bug for issue #66 Aug 21, 2020
@lziq lziq linked an issue Aug 24, 2020 that may be closed by this pull request
@lziq lziq changed the title Fix bug for issue #66 Fix bug for issue #68 Aug 24, 2020
@therapon therapon merged commit 492ded0 into master Sep 15, 2020
@lziq lziq deleted the error-check branch March 21, 2022 23:13
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

Successfully merging this pull request may close these issues.

Opening/Closing Bad Ion File Has Persistent "Problems"
2 participants