Comment 0 for bug 1587446

Revision history for this message
Kirill Zaitsev (kzaitsev) wrote :

When glare is used client has to parse the classes to store inheritance info in glare. When doing so client apparently uses unmodified loader, thus importing a package with "yaql!"

The error is:
Error could not determine a constructor for the tag '!yaql'
  in "Classes/OpenLDAP.yaml", line 86, column 9 occurred while installing package XXX

to reproduce — try importing io.murano.opaas.CiCdEnvironment from a.o.o

Expected result: no errors when importing such packages.