Reviewing my published packages, I identified a nasty bug in IRIS Native API
- There is a method in %Net.DB.Iris named function ()
- It's equivalent to ObjectScript $$label^routine(param)
- It used to work fine 2 years ago, when I published my command-line-extension packages
- Now it is broken since at least 1 year and throws <PROTECT>
- I identified it for ObjecScript, Java, Python, Node.js
- It is reported as WRC# 1002589
- For all 4 cases, I also verified a workaround
- Instead of calling an ObjectScript Function you call a Classmethod
- It's by %Net.DB.Iris ClassMethodValue(...)
- And you have
%20(2)(1).jpg)
.jpg)


.png)
.png)

.png)

