Archive for 5. July 2007

Re: templater
Now that I understand the current implementation I think we should leave the templater as it is. It’s working quite nice already and I think it is not worth the (more...)
Re: templater
Hi Petr, Now that I understand the current implementation I think we should leave the templater as it is. It's working quite nice already and I think it is not worth (more...)
Re: templater
Hi Peter, Wouldn’t it be better to just design the file and dirs traversal so that the same file is not checked twice? If a module is being checked, then let’s (more...)
Re: Problem with mocks generating
The problem was that I had #include "generated/TrackerRequestSessionStatusMock.h" instead of #include "generated/TrackerRequestSessionMock.h" in the TrackerRequestSessionTest file. Thanks again for help and fast reply! Petr
Re: Problem with mocks generating
Hi Petr, A header file might contain multiple classes and a single Mock.h file will be generated containing multiple classes as well. You only need to include generated/TrackerRequestSessionMock.h in your test module (more...)
Problem with mocks generating
Hi Peter, I've started the TrackerRequestSession class implementation, but I've got an issue with mocks generating. I've done exactly what's in the manual and I've also write everything according to (more...)
Re: templater
Hi Petr, You’re right - for each module its Imports.{cpp,h} files are checked again. I’ve implemented a warnings buffer, so each warning message will be displayed only once. Wouldn't it be better (more...)
Re: templater
Hi Peter, it's great that you've already changed some inconsistent files! I've made a few changes according to your suggestions, comments are below. Here are some small things that I saw (more...)
Re: templater
Hi Petr, The checker is doing a really amazing job! It's really great you wrote it and I think we will be using it a lot! It contributes to ensuring that (more...)