Possible bug

ScottMattes

Member³
If I right click on a package and select recompile I still get the 'self deadlock' msg, but if I edit the package and do a compile the msg stops.

Is this a bug, or don't I understand the difference between the right click recompile and the edit compile?
 
If you right-click on a package name in a source file (even in the source file of the package itself), you recompile the source that is already in the database. This is only useful if the package is invalid.

Edit > Compile will compile the source in the editor. I assume this is what you want to do.
 
Back
Top