Skip to content

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