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

feat(compiler): support calling super methods #3468

Merged
merged 37 commits into from
Jul 21, 2023
Merged

feat(compiler): support calling super methods #3468

merged 37 commits into from
Jul 21, 2023

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

  1. chore(docs): ci/cd guide (backport #3360) (#3413)

    This is an automatic backport of pull request #3360 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Sebastian Korfmann <[email protected]>
    mergify[bot] and skorfmann authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a537283 View commit details
    Browse the repository at this point in the history
  2. chore: fix topic title (backport #3415) (#3416)

    Co-authored-by: Elad Ben-Israel <[email protected]>
    mergify[bot] and eladb authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    72d4d3c View commit details
    Browse the repository at this point in the history
  3. fix(docs): post code freeze small issues (backport #3403) (#3420)

    This is an automatic backport of pull request #3403 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Eyal Keren <[email protected]>
    mergify[bot] and ekeren authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    20f5e97 View commit details
    Browse the repository at this point in the history
  4. chore(console): clean version prints to console (backport #3419) (#3424)

    This is an automatic backport of pull request #3419 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Ainvoner <[email protected]>
    mergify[bot] and ainvoner authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    08a3ace View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0de5447 View commit details
    Browse the repository at this point in the history
  6. fix(vscode): lsp crashes when a non-spanned diagnostics is encountere…

    …d (backport #3428) (#3431)
    
    This is an automatic backport of pull request #3428 done by [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Mark McCulloh <[email protected]>
    mergify[bot] and MarkMcCulloh authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a07655f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3da1e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc2c8ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c92e5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b55819c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d722833 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore(docs): update terraform backend guide (backport #3445) (#3446)

    This is an automatic backport of pull request #3445 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Chris Rybicki <[email protected]>
    mergify[bot] and Chriscbr authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bf4c3b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. chore(repo): disable analytics for canary (backport #3452) (#3453)

    This is an automatic backport of pull request #3452 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Hasan <[email protected]>
    mergify[bot] and hasanaburayyan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a8d9d10 View commit details
    Browse the repository at this point in the history
  2. wip

    yoav-steinberg committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9abd0ba View commit details
    Browse the repository at this point in the history
  3. wip

    yoav-steinberg committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0767b48 View commit details
    Browse the repository at this point in the history
  4. added tests

    yoav-steinberg committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2b9fbdf View commit details
    Browse the repository at this point in the history
  5. snapshots

    yoav-steinberg committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    59d2472 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. chore(console): disable console analytics for ci (backport #3460) (#3461

    )
    
    This is an automatic backport of pull request #3460 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Ainvoner <[email protected]>
    mergify[bot] and ainvoner authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    82800af View commit details
    Browse the repository at this point in the history
  2. chore(console): remove white spaces from analytics events (backport #…

    …3462) (#3463)
    
    This is an automatic backport of pull request #3462 done by
    [Mergify](https://mergify.com).
    
    
    ---
    
    
    <details>
    <summary>Mergify commands and options</summary>
    
    <br />
    
    More conditions and actions can be found in the
    [documentation](https://docs.mergify.com/).
    
    You can also trigger Mergify actions by commenting on this pull request:
    
    - `@Mergifyio refresh` will re-evaluate the rules
    - `@Mergifyio rebase` will rebase this PR on its base branch
    - `@Mergifyio update` will merge the base branch into this PR
    - `@Mergifyio backport <destination>` will backport this PR on
    `<destination>` branch
    
    Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
    can:
    
    - look at your merge queues
    - generate the Mergify configuration with the config editor.
    
    Finally, you can contact us on https://mergify.com
    </details>
    
    Co-authored-by: Ainvoner <[email protected]>
    mergify[bot] and ainvoner authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    4960d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be103f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b5fdab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dbe1d6 View commit details
    Browse the repository at this point in the history
  6. fix(docs): typo in docs (backport #3467) (#3470)

    Co-authored-by: Eyal Keren <[email protected]>
    mergify[bot] and ekeren authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bb3ffb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2069141 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86b47b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d68539 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5556bd4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b1e4a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d31133 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5767d1 View commit details
    Browse the repository at this point in the history
  14. lint

    yoav-steinberg committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    e1d2798 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    2779a94 View commit details
    Browse the repository at this point in the history
  2. cr: err messages

    yoav-steinberg committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    77c979b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd523c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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