Open Fluctuationqt opened 2 years ago
@vmutafov, @tdermendjiev is this issue closed by:
This should be closed once we have a new release of the Dirigible.
@vmutafov Okay, thanks for the update! Does it mean that we'll close this issue and open different one where we'll track the progress, or we'll keep this open until everything is fixed?
@ThuF this is partially fixed. Although we have removed some unnecessary module loading related debug code, the issue is still observed as we treat XSK/Dirigible internal JS code as non-internal when loading it into the GraalJS. I have created a PoC about marking the xsjs APIs as internal but I'm still testing it in the XSK environment. So far it passes the Dirigible unit tests. I'll create issues for these improvements in the Dirigible and link them here.
From xsk created by ThuF: SAP/xsk#1181
Details about the issue could be found here: https://github.com/eclipse/dirigible/issues/1539
Inside XSK the experience is even worse, as there are 10+ modules (the whole XSJS API and its dependencies) that you have to go through in order to debug the following hello world code: