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: support missing features in --no-check #7289

Merged
merged 2 commits into from
Sep 2, 2020

Conversation

bartlomieju
Copy link
Member

Fixes #7080

@bartlomieju bartlomieju changed the title [WIP] fix: --no-check fix: support missing features in --no-check Sep 1, 2020
@bartlomieju
Copy link
Member Author

@kitsonk PTAL

@bartlomieju bartlomieju requested a review from ry September 1, 2020 10:08
@ry
Copy link
Member

ry commented Sep 1, 2020

Waiting for Kitson’s review.

Are there any additional tests from Kitson’s branch relating to these no-check fixes?

Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM outside as @ry mentioned, we should have either integration tests for the new features or unit tests which I had in the branch: https://github.com/kitsonk/deno/blob/deno_compiler/compiler/ast.rs#L796-L846

@bartlomieju
Copy link
Member Author

LGTM outside as @ry mentioned, we should have either integration tests for the new features or unit tests which I had in the branch: https://github.com/kitsonk/deno/blob/deno_compiler/compiler/ast.rs#L796-L846

Thanks, I'll use those 👍

Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM - nice work to both of you

@bartlomieju bartlomieju merged commit b21f318 into denoland:master Sep 2, 2020
@bartlomieju bartlomieju deleted the fix_no_check branch September 2, 2020 09:12
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.

no-check doesn't support some features
3 participants