Community
Participate
Working Groups
I have a target that suddenly started resolving "0" plug-ins for one of the referenced software site. Through a long try and catch session I figured an issue with one of the IUs. However, only until I debugged through the resolution code I hit an issue where an error in the slicer is silently ignored.
Created attachment 177687 [details] Patch to not swallow slicers issues The attached patch simply throws the slicer status. It's reported nicely in the target editor.
Note, I don't know which formatting setting is causing the additional patch changes. I suspect it's something in the pde.core project setting that causes the additional formattings on save.
Keeping on radar for 3.7. Patch looks fairly simple.
Agreed, I'll look at it for 3.7
Applied the fix (not the comment changes) to HEAD. Fix makes sense and works for me.