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

error on variables that are used but never initialized #55887

Merged
merged 28 commits into from
Aug 20, 2024

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    ecf36a7 View commit details
    Browse the repository at this point in the history
  2. format

    Zzzen committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8416f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54183fd View commit details
    Browse the repository at this point in the history
  4. fix tests

    Zzzen committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ff025b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix ForInOrOfStatement

    Zzzen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7bb240f View commit details
    Browse the repository at this point in the history
  2. reuse isAssigned flag

    Zzzen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8d814cd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    e897198 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    5fbd69d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. add tests

    Zzzen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e1262a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix compoud assignment

    Zzzen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2942ade View commit details
    Browse the repository at this point in the history
  2. update error message

    Zzzen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    23be105 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    8e4e266 View commit details
    Browse the repository at this point in the history
  2. update baseline

    Zzzen committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d32f696 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. ignore var declarations

    Zzzen committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b3edbf0 View commit details
    Browse the repository at this point in the history
  2. fix self check

    Zzzen committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    775670c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. cache isDefinitelyAssigned

    Zzzen committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    158d0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfa970 View commit details
    Browse the repository at this point in the history
  3. update error code

    Zzzen committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    66f2210 View commit details
    Browse the repository at this point in the history
  4. format

    Zzzen committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    44ce876 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    f9a8207 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    46b735c View commit details
    Browse the repository at this point in the history
  2. reset impl

    Zzzen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    1aabd49 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. refactor

    Zzzen committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    45c0011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b637f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. inline variables

    Zzzen committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    bf4bb51 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. ignore var variables

    Zzzen committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    10e2cf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. update test

    Zzzen committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6c85362 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. update code

    Zzzen committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b930faa View commit details
    Browse the repository at this point in the history