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

fix(compiler): blocks can't start on a newline #4182

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Conversation

MarkMcCulloh
Copy link
Contributor

Fixes #3985

For the record, I do not officially endorse

if stuff
{

}

but I guess it should be allowed to parse correctly :)

By submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.

@MarkMcCulloh MarkMcCulloh requested a review from a team as a code owner September 14, 2023 12:55
@monadabot
Copy link
Contributor

Console preview environment is available at https://wing-console-pr-4182.fly.dev 🚀

Updated (UTC): 2023-09-14 13:02

Copy link
Contributor

@yoav-steinberg yoav-steinberg left a comment

Choose a reason for hiding this comment

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

👏

@mergify
Copy link
Contributor

mergify bot commented Sep 14, 2023

Thanks for contributing, @MarkMcCulloh! This PR will now be added to the merge queue, or immediately merged if mark/fix-newline-block is up-to-date with main and the queue is empty.

mergify bot added a commit that referenced this pull request Sep 14, 2023
@mergify mergify bot merged commit 7bedd9a into main Sep 14, 2023
14 checks passed
@mergify mergify bot deleted the mark/fix-newline-block branch September 14, 2023 13:37
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.30.7.

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.

Expected block | Unknown parser error
3 participants