Hi All,
Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core. We have some questions:
- What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4
- Is the following used? MooseElement>>navigationPragma <pragmas: #instance> <pragmas: #class> ^#(#navigation:) and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
Cheers, Alexandre