gtoolkit
gtoolkit copied to clipboard
PlatformResolver>>desktop is missing <origin> Pragma
The desktop method is missing the
The code should should say.
desktop
Ha, I just noticed that Github removed the pragma! What the code should have said was angle bracket origin angle bracket.
Why do you think it should have that pragma?
Only because without it the method was throwing an error. I noticed that the other methods included a similar pragma, and when I added it, everything worked. However, that could be completely u related of course!
In what scenario was it throwing an error?
I confirm this is a problem. FileLocator's predefined origins require two methods each.
From a playground, dive on FileLocator desktop. Hung my image for about a minute, apparently due to all the inspector errors.
By contrast, FileLocator home works as expected:

Thanks Sean. I was scrambling around trying to find the workspace where I first noticed the problem. Your description is spot on.