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

Remove experimental feature for user defined functions #13458

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Feb 26, 2024

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Feb 26, 2024

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

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

Copy link
Contributor

github-actions bot commented Feb 26, 2024

Test Results

    66 files   -     33      66 suites   - 33   23m 10s ⏱️ - 20m 9s
10 643 tests  -     23  10 642 ✅  -     23  1 💤 ±0  0 ❌ ±0 
25 176 runs   - 12 593  25 174 ✅  - 12 592  2 💤  - 1  0 ❌ ±0 

Results for commit 6b33760. ± Comparison against base commit 98d54b4.

♻️ This comment has been updated with latest results.

@anthony-c-martin anthony-c-martin force-pushed the ant/exp/func branch 2 times, most recently from 5cc54be to 6582b42 Compare February 27, 2024 01:13
@asilverman asilverman self-requested a review February 27, 2024 20:19
Copy link
Contributor

@asilverman asilverman left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +25 to +26
// there are any user-defined function declarations
model.Root.FunctionDeclarations.Any() ||
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't strictly necessary, but it's not a bad idea for increasing symbolic name adoption.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that was the goal. Might as well!

@anthony-c-martin anthony-c-martin merged commit 07ec2ff into main Feb 27, 2024
44 checks passed
@anthony-c-martin anthony-c-martin deleted the ant/exp/func branch February 27, 2024 22:49
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.

None yet

3 participants