Skip Menu |

This queue is for tickets about the Module-Build-WithXSpp CPAN distribution.

Report information
The Basics
Id: 64317
Status: resolved
Priority: 0/
Queue: Module-Build-WithXSpp

People
Owner: Nobody in particular
Requestors: shmuelfomberg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.07
Fixed in: (no value)



Subject: buildtmp/typemap is not updated
Hi. I have noticed that the buildtmp/typemap file is not updated if the source typemaps were changed, forcing me to do build clean every time. I am assuming that buildtmp/typemap is the target-accumulated-typemap, that combines all the typemaps in the module. Thanks, Shmuel.
Subject: Re: [rt.cpan.org #64317] buildtmp/typemap is not updated
Date: Thu, 30 Dec 2010 19:23:04 +0100
To: bug-Module-Build-WithXSpp [...] rt.cpan.org
From: Steffen Mueller <smueller [...] cpan.org>
On 12/29/2010 11:36 PM, Shmuel Fomberg via RT wrote: Show quoted text
> I have noticed that the buildtmp/typemap file is not updated if the > source typemaps were changed, forcing me to do build clean every time. > > I am assuming that buildtmp/typemap is the target-accumulated-typemap, > that combines all the typemaps in the module.
Yes, that is correct. A simple check for the modification times would work here, but I don't currently have the time to implement this. You will either have to wait or send a patch (or pull request). Please keep the bug reports coming even if I can't currently keep up with fixing. Best regards, Steffen
Hi Shmuel, On Wed Dec 29 17:36:14 2010, SEMUELF wrote: Show quoted text
> I have noticed that the buildtmp/typemap file is not updated if the > source typemaps were changed, forcing me to do build clean every time. > > I am assuming that buildtmp/typemap is the target-accumulated-typemap, > that combines all the typemaps in the module.
could you try the github master again and let me know if the regeneration works now? I think I found the bug that caused this problem. What it still doesn't do is detect when you update the typemap modules. But I guess that would be asking way too much. Best regards, Steffen
Show quoted text
> could you try the github master again and let me know if the > regeneration works now?
... and poke me to make a release from this and the previous bug fix. :) Steffen
RT-Send-CC: smueller [...] cpan.org
the issue was fixed. Thanks.
RT-Send-CC: smueller [...] cpan.org
btw, I don't think that you should look for changes in other modules. if the programmer changes something in the modules, he really should do 'build clean'.