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

Reuse type analysis within DomainTranslator.visitComparisonExpression #13562

Commits on Aug 9, 2022

  1. Reuse type analysis within DomainTranslator.visitComparisonExpression

    The single invocation of `DomainTranslator.visitComparisonExpression`
    used to call type analysis 3 times: in `toNormalizedSimpleComparison`,
    in `isImplicitCoercion` and once directly in
    `visitComparisonExpression`.
    findepi committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e9e1311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d09b4 View commit details
    Browse the repository at this point in the history
  3. empty

    findepi committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ec57504 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. empty

    findepi committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    22f41ff View commit details
    Browse the repository at this point in the history