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

Stop default arguments from using the function scope #1948

Merged
merged 1 commit into from
Jun 7, 2017

Conversation

Praetonus
Copy link
Member

No description provided.

@Praetonus Praetonus added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Jun 6, 2017
{
const char* src =
"actor A\n"
" fun foo(x: None = (let y = None ; y)) =>\n"
Copy link
Member

Choose a reason for hiding this comment

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

Small formatting thing, but can you remove the space before the semicolon?

@Praetonus Praetonus force-pushed the default-arg-scope branch from 5e9b36c to 3064ea7 Compare June 6, 2017 18:34
@SeanTAllen SeanTAllen merged commit a94978d into ponylang:master Jun 7, 2017
ponylang-main added a commit that referenced this pull request Jun 7, 2017
@Praetonus Praetonus deleted the default-arg-scope branch June 7, 2017 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants