Skip to content

Commit

Permalink
integrate back changes from #9914 after merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jun 10, 2024
1 parent ba1b504 commit 414aeb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1738,12 +1738,12 @@ class IrToTruffle(
nodeForResolution(resolvedName)

override protected def resolveFromConversion(): RuntimeExpression =
ConstantObjectNode.build(UnresolvedConversion.build(moduleScope))
ConstantObjectNode.build(UnresolvedConversion.build(scopeBuilder.asModuleScope()))

override protected def resolveUnresolvedSymbol(
symbolName: String
): RuntimeExpression =
DynamicSymbolNode.build(UnresolvedSymbol.build(symbolName, moduleScope))
DynamicSymbolNode.build(UnresolvedSymbol.build(symbolName, scopeBuilder.asModuleScope()))
}

private def nodeForResolution(
Expand Down

0 comments on commit 414aeb8

Please sign in to comment.