Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bugfix for #1416#1450

Merged
michaelficarra merged 4 commits into
jashkenas:masterfrom
thejh:bugfix-1416
Jun 30, 2011
Merged

Bugfix for #1416#1450
michaelficarra merged 4 commits into
jashkenas:masterfrom
thejh:bugfix-1416

Conversation

@thejh

@thejh thejh commented Jun 20, 2011

Copy link
Copy Markdown
Contributor

This fixes #1416 and adds a test.

new new f a

compiles to

new new f(a);

@satyr

satyr commented Jun 20, 2011

Copy link
Copy Markdown
Collaborator

Does it address new new f()() as well?

@thejh

thejh commented Jun 20, 2011

Copy link
Copy Markdown
Contributor Author

Seems like it doesn't. I'll think about it tomorrow.

@thejh

thejh commented Jun 21, 2011

Copy link
Copy Markdown
Contributor Author

@satyr: Your example works now, too. Anything else that you could imagine going wrong?

@ghost ghost assigned michaelficarra Jun 27, 2011
@michaelficarra michaelficarra merged commit 73af3b1 into jashkenas:master Jun 30, 2011
@michaelficarra

Copy link
Copy Markdown
Collaborator

@thejh: merged, thanks for the fix

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.

new new f a

3 participants