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

SI-7599 Modify methods to be non-tail-callable ... #2675

Merged
merged 1 commit into from Jun 26, 2013

Conversation

soc
Copy link
Member

@soc soc commented Jun 23, 2013

... to prevent Avian from eliding the stack frames we want to inspect.

@soc
Copy link
Member Author

soc commented Jun 23, 2013

Review by @adriaanm, please.

@adriaanm
Copy link
Contributor

Could you please fix up the commit message? I suggest:
"[avian] prevent tail call optimization in test to inspect stack"

Other than that, LGTM.

@huitseeker
Copy link
Contributor

Valid w.r.t. ScalaIDE PR validation

This commit modifies methods in the test to be non-tail-callable to
prevent Avian from eliding the stack frames we want to inspect.
@soc
Copy link
Member Author

soc commented Jun 26, 2013

@adriaanm Updated!

@adriaanm
Copy link
Contributor

LGTM

adriaanm added a commit that referenced this pull request Jun 26, 2013
SI-7599 Modify methods to be non-tail-callable ...
@adriaanm adriaanm merged commit 040830d into scala:master Jun 26, 2013
@soc
Copy link
Member Author

soc commented Jun 26, 2013

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants