Console clutter
-
Any way we can get rid of this stuff that appears each time I hit compile?
Interface: Location Injector: 0 Optimization Duration: 0ms
-
@d-healey Yeah, I've already removed it in my version, I'll push it soon.
-
@Christoph-Hart With the latest develop commit a couple of projects I'm working on cause HISE to crash (segfault) when they are loaded. The projects work fine in a slightly earlier commit.
A stack trace lead me to this and if I comment out that loop the problem goes away, as well as the console messages of course. So I assume it's all related (and possibly already solved in your version).
-
@d-healey hmm I just remove the printing of those messages but the loop still runs. Can you post the stack trace?
-
-
The segfault issue is resolved with the latest commits.
-
Seeing this today
Interface: Constant Folding: 36 Redundant StatementBlock Remover: 6 Optimization Duration: 1ms
Also
Console.print()
doesn't seem to be printing inline within the code editor any more. -
Inline print is back with latest commit
but console clutter is still there.I turned off Enable Optimisation in preferences, restarted HISE, and the clutter is gone :)
-
In an ideal world you could use these fancy new optimisarions without the clutter…
-
@Christoph-Hart said in Console clutter:
In an ideal world you could use these fancy new optimisarions without the clutter…
I would like to live in this ideal world of which you speak :)