-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning and Error layer ordering on nodes went wrong #6874
Comments
Oh wow, why I haven't seen it and why this code breaks it... it should not touch it. Anyway, I'm taking a look right now |
Ok, I carefully reviewed all the code in my PR and it's not even close any shapes drawing or ordering, so why it is causing such problems is a big surprise to me. Investigation in progress ... |
@hubertp @xvcgreg I can't repro it. It just works fine on my end. However, I noticed that we are not defining the ordering of layers there explicitly, which makes the order undefined. It means, that there is a possibility that on some build configurations this order will be different. This is bad and we need to fix such places. Anyway, I created a PR with the fix, @hubertp could you please confirm it works on your end? #6882 |
That worked, yes. I got this on the nightly as well, not only on my local build. |
This might fix #6874 . I can't reproduce the issue, but I understand why it might happen, as the ordering was not defined explicitly.
Discord username
No response
What type of issue is this?
Permanent – Occurring repeatably
Is this issue blocking you from using Enso?
Is this a regression?
What issue are you facing?
Layers got messed up:

Expected behaviour
node marked properly, like so:

How we can reproduce it?
No response
Screenshots or screencasts
No response
Logs
No response
Enso Version
2023.5.29 nightly
Browser or standalone distribution
Standalone distribution (local project)
Browser Version or standalone distribution
standalone
Operating System
Windows
Operating System Version
Win11pro 22H2 22621.1555
Hardware you are using
12th Gen Intel(R) Core(TM) i9-12900HK / RTX3060 Laptop / Nvidia Drivers 531.68
The text was updated successfully, but these errors were encountered: