这是indexloc提供的服务,不要输入任何密码
Skip to content

parse-type: don't inline type application #1239

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

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

capfredf
Copy link
Member

@capfredf capfredf commented May 23, 2022

This pull request includes two major changes:

  1. type applications are not resolved until the results are used (also closes Typed Racket hangs on a simple program #1234)
  2. streamline the handling of variances

@capfredf capfredf marked this pull request as ready for review May 24, 2022 01:06
@capfredf capfredf marked this pull request as draft May 24, 2022 16:58
@capfredf capfredf force-pushed the fix-bug branch 5 times, most recently from e3c1a22 to 9ab1ed6 Compare June 21, 2022 15:54
@capfredf capfredf marked this pull request as ready for review June 21, 2022 18:50
@capfredf capfredf requested a review from samth June 21, 2022 18:51
@capfredf
Copy link
Member Author

@jackfirth should the resyntax check work on files deleted in a pull request?

@jackfirth
Copy link
Contributor

@capfredf No, it should ignore them but it wasn't doing that. I pushed a fix to Resyntax to only analyze added and modified files.

1. type applications are not resolved until the results are used
closes racket#1234

2. streamline the handling of variances
@samth samth merged commit 1d0e0b0 into racket:master Jul 12, 2022
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.

Typed Racket hangs on a simple program
3 participants