Re: initIface* usage in plugins

2021-02-27 Thread Joshmeredith2008
Hi Ben, Yes, I have a solution. For reference, I was unaware that method instances are named with local variables in expression ASTs, while instances and other top-level bindings are - so the solution is to add those Ids to the environment before loading the expression, which

Re: initIface* usage in plugins

2021-02-26 Thread Ben Gamari
Josh Meredith writes: > Hi, > I'm trying to use initIfaceLoad and initIfaceLcl to lookup core `Name`s > within a plugin. My understanding is that functions such as > `lookupIfaceTop` are used for this, but I'm running into an issue that I > suspect is caused by some `Name`s being inappropriate fo