Skip to content

Conversation

@daxian-dbw
Copy link
Member

@daxian-dbw daxian-dbw commented Jul 16, 2021

This is a follow-up PR of #186, because of the renaming of the new named block.

function Get-Foo {
    [CmdletBinding()]
    param()

    begin { }
    process { }
    end { }
    clean { }
}

Reference PowerShell/PowerShell#15177 for indication on when the feature will become available.
PowerShell/PowerShell#15177 did some design changes based on the original PR PowerShell/PowerShell#9900

/cc @andschwa and @vexx32

@andyleejordan
Copy link
Member

Thanks for this @daxian-dbw! We'll get it merged closer to the timeline of the feature itself being merged.

@daxian-dbw
Copy link
Member Author

@andschwa PowerShell/PowerShell#15177 has been merged, so can you please review this PR and maybe merge it as well?

Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

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

Heck yeah! I see no reason not to merge this now.

@andyleejordan andyleejordan merged commit 742f0b5 into PowerShell:master Oct 14, 2021
@daxian-dbw daxian-dbw deleted the block-name branch October 14, 2021 18:55
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.

2 participants