summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/04_bugs/38_index_segfault
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-07-20 09:38:16 +0200
committerJo-Philipp Wich <jo@mein.io>2022-07-30 00:41:56 +0200
commit862e49de33bd07daea129d553968579019c79b59 (patch)
tree1c0b1410ae47606cf5710c3b0c83898b74fa898b /tests/custom/04_bugs/38_index_segfault
parent78dfb08f7569904394249758b2d7a563366b60ff (diff)
compiler: resolve predeclared upvalues
Do not require a parent function compiler reference to lookup an already declared (potentially unresolved) upvalue in the current scope. Instead, search the named upvalues in the current function scope in case there is no parent compiler reference. This is required for the upcoming module support which will use unresolved upvalues to realize import/export functionality. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/04_bugs/38_index_segfault')
0 files changed, 0 insertions, 0 deletions