moose
moose copied to clipboard
Changing modules list in the Makefile of an app requires a deep clean to work
Bug Description
Several users get the "this object is not registered error" after trying to add a module to their application Then we tell them to check their Makefile, clean and recompile. The clean step is usually not done well, so the error remains and we all lose time
In a compiled app, if we just change the makefile to add modules, it builds fine but the objects are not registered. We have to clean then rebuild
This comes up a lot #18882 #27623 #27619
Steps to Reproduce
Build an app change the makefile to add a new module rebuild fail using objects from the new module
Impact
user support expense
[Optional] Diagnostics
No response