Skip to content

Conversation

@mvertes
Copy link
Collaborator

@mvertes mvertes commented Jul 2, 2020

In all situations where the results are set directly
into the frame, and not using a value helper, the right level of
indirections must be applied, otherwise we may end-up writing
in the wrong frame (the local one, instead of a caller or global).

Fixes #735.

In all situations where the results are set directly
to the frame, and not using a value helper, the right level of
indirections must be applied, otherwise we may end-up writing
in the wrong frame (the local one, instead of a caller or global).

Fixes #735.
@mvertes mvertes added bug Something isn't working area/core labels Jul 2, 2020
@mvertes mvertes added this to the v0.8.x milestone Jul 2, 2020
@mvertes mvertes requested a review from nrwiersma July 2, 2020 21:56
@mvertes mvertes merged commit 2f2df7a into master Jul 3, 2020
@mvertes mvertes deleted the fix-735 branch July 3, 2020 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

another sample for the problem in global variable definition

3 participants