What happened to compilation log?
How to understand what's wrong with compilation if the compilator just hides errors?
Compilation started on 05/15/2023 15:58:11 with qualifiers 'cuk' Detected 1 errors during compilation in 0.003s. Compilation started on 05/15/2023 15:58:32 with qualifiers 'cuk' Detected 1 errors during compilation in 0.002s. Compilation started on 05/15/2023 15:58:51 with qualifiers 'cuk' Detected 40 errors during compilation in 0.089s.
40 errors, and what do I have to do with this so valuable information?
Product version: IRIS 2023.1
$ZV: IRIS for UNIX (Ubuntu Server LTS for ARM64 Containers) 2023.1 (Build 229U) Fri Apr 14 2023 17:16:48 EDT
when you call the compiler did you call
Set tSC=##class(%SYSTEM.OBJ).Compile(ClassName,"cuk",.errorFile)
and was anything contained in the output array errorFile?
It's the compilation log in VSCode, why should I even try this way?
Maybe it is an issue of VSCode?
Nope, plain $system.OBJ.Compile outputs the same way.
And there is no "verbose" flag available?
No it's just randomly can output errors, and output just nothing
Any news, about this issue, or that only happen to me?
I'm working in docker, in many different IRISs, but always have this issue
Or finally, no one works with ObjectScript anymore?
In terminal, I managed to get expected log, on each third compile, but it's still insane
And the same class through VSCode, outputs always the same
Can't reproduce it anymore 🤦♂️