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

Fixed exception during decompilation of object properties #12410

Merged
merged 2 commits into from Nov 9, 2023

Conversation

majastrz
Copy link
Member

@majastrz majastrz commented Nov 9, 2023

Fixes #12197.

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Nov 9, 2023

Test this change out locally with the following install scripts (Action run 6817579630)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 6817579630
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 6817579630"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 6817579630
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 6817579630"

Copy link
Contributor

github-actions bot commented Nov 9, 2023

Test Results

     132 files  ±0       132 suites  ±0   4h 42m 52s ⏱️ - 13m 58s
10 685 tests +2  10 685 ✔️ +3  0 💤 ±0  0  - 1 
51 635 runs  +8  51 635 ✔️ +9  0 💤 ±0  0  - 1 

Results for commit b2a92fe. ± Comparison against base commit 2fed463.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@jeskew jeskew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@majastrz majastrz merged commit 7d1609d into main Nov 9, 2023
47 checks passed
@majastrz majastrz deleted the majastrz/property-decompilation branch November 9, 2023 21:21
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.

Decompilation failed with fatal error "[387:258]: key is of an unexpected type VariableAccessSyntax.
3 participants