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

Stream output of typecheck, rather than dumping at the end #10656

Merged
merged 2 commits into from
Aug 20, 2020

Conversation

Eric-Arellano
Copy link
Contributor

@Eric-Arellano Eric-Arellano commented Aug 19, 2020

This means that all our rules now use streaming output. Even though we right now only have one typechecker, this consistency is valuable.

We also stop using WithOrigin for typecheck as it's not necessary anymore, now that we use generated subtargets.

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@coveralls
Copy link

coveralls commented Aug 19, 2020

Coverage Status

Coverage remained the same at 0.0% when pulling 76bfcfb on Eric-Arellano:stream-typecheck into de7d5c3 on pantsbuild:master.

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
Copy link
Member

@stuhood stuhood left a comment

Choose a reason for hiding this comment

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

Thanks. cc @gshuflin to confirm the thing about def level.

@Eric-Arellano Eric-Arellano merged commit 88072c9 into pantsbuild:master Aug 20, 2020
@Eric-Arellano Eric-Arellano deleted the stream-typecheck branch August 20, 2020 01:39
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.

4 participants