uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

Fix instanceof and istype procedures #439

Closed StephenWampler closed 3 weeks ago

StephenWampler commented 3 weeks ago

This modifies the istype procedure and, by inference, the instanceof procedure to correctly recognize superclasses. This is also the first step in fixing the invoke method.

Jafaral commented 3 weeks ago

Looking at the history, it looks like you use the master branch for development. So when you merge new updates from upstream Unicon, your local master branch ends up diverging and creating issues.

StephenWampler commented 3 weeks ago

Yeah, things got confused when I tried to repair a "Detached HEAD warning" (which, apparently isn't really a bad thing anyway...). Suggestions on how to fix? In the meantime, I can cancel this pull request as I've now also have a fix for the invoke() issue that could be included. I wait on cancelling, though, until I learn how to fix the "master/HEAD" issue!