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

Enabling logging results in unbalanced operations #846

Closed
rwjblue opened this issue Sep 5, 2018 · 1 comment
Closed

Enabling logging results in unbalanced operations #846

rwjblue opened this issue Sep 5, 2018 · 1 comment
Labels

Comments

@rwjblue
Copy link
Member

rwjblue commented Sep 5, 2018

At some point we have broken the ability to enable the internal debug logging (enabling it now seems to emit an error due to incorrect/unbalanced operations).

Does anyone have an idea of where to start digging into this?

@rwjblue rwjblue added the bug label Sep 5, 2018
@chiragpat
Copy link
Contributor

chiragpat commented Oct 1, 2018

I was messing around with this, while I was working on #850. Seems like the InvokeComponentLayout used to change the stack by 2 but after this commit d4344e7#diff-7bb81772b9bff08cb2a8b4cb29f37dd5R567 it was simplified and now does not have the expected stack change.

chiragpat added a commit to chiragpat/glimmer-vm that referenced this issue Oct 1, 2018
chadhietala added a commit that referenced this issue Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants