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

Improve uninitialised variable analysis for statements with on-fail #40971

Merged
merged 17 commits into from
Aug 15, 2023

Commits on Mar 14, 2023

  1. Handle partial var inits within onfail

    (cherry picked from commit 3177740)
    pcnfernando committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b355827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9827f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d205df8 View commit details
    Browse the repository at this point in the history
  4. Improve readability

    pcnfernando committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    57b65f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50b7eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix checkstyle failure

    pcnfernando committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d4a77b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f523f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d544ec View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    2a356c5 View commit details
    Browse the repository at this point in the history
  2. Add destructuring tests

    pcnfernando committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    49d7ce0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    9ee1072 View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    pcnfernando committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    83b5bfc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge branch 'master' of https://github.com/ballerina-platform/baller…

    …ina-lang into issue_38530
    
    # Conflicts:
    #	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/DataflowAnalyzer.java
    #	tests/jballerina-unit-test/src/test/java/org/ballerinalang/test/statements/onfail/OnFailClauseTest.java
    #	tests/jballerina-unit-test/src/test/resources/test-src/statements/onfail/on-fail-clause-negative-v2.bal
    pcnfernando committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0bce8dc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    879fd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3874dd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Aug 10, 2023

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