digitalmars.D - dub / libs / rebuild not triggered
- =?iso-8859-1?Q?Robert_M._M=FCnch?= (10/10) Apr 01 2018 Hi, I have the following line in my dub.json file:
- Seb (4/12) Apr 01 2018 Bug. Imho dub should compare the timestamp of its dependencies
- =?iso-8859-1?Q?Robert_M._M=FCnch?= (7/11) Apr 04 2018 Just found out, that I had two versions of DUB installed... one very
- bauss (2/10) Apr 04 2018 Else you can always force a rebuild.
Hi, I have the following line in my dub.json file: "libs-windows-x86_64": ["user32", "kernel32", "gdi32", "b2d_playground"] b2d_playground is a C based .lib file. If this lib is updated and I run: dub build --arch=x86_64 nothing happens. The EXE is not rebuild, taking into accoun the updated lib file. IMO dub should re-link the EXE. Is this by design or a bug? -- Robert M. Münch http://www.saphirion.com smarter | better | faster
Apr 01 2018
On Sunday, 1 April 2018 at 17:01:46 UTC, Robert M. Münch wrote:Hi, I have the following line in my dub.json file: "libs-windows-x86_64": ["user32", "kernel32", "gdi32", "b2d_playground"] b2d_playground is a C based .lib file. If this lib is updated and I run: dub build --arch=x86_64 nothing happens. The EXE is not rebuild, taking into accoun the updated lib file. IMO dub should re-link the EXE. Is this by design or a bug?Bug. Imho dub should compare the timestamp of its dependencies and see whether they are newer than the target like e.g. Make. https://github.com/dlang/dub/issues/new
Apr 01 2018
On 2018-04-01 22:24:54 +0000, Seb said:Bug. Imho dub should compare the timestamp of its dependencies and see whether they are newer than the target like e.g. Make. https://github.com/dlang/dub/issues/newJust found out, that I had two versions of DUB installed... one very old. Going to x-check if this is still happening with newer version. -- Robert M. Münch http://www.saphirion.com smarter | better | faster
Apr 04 2018
On Wednesday, 4 April 2018 at 13:28:39 UTC, Robert M. Münch wrote:On 2018-04-01 22:24:54 +0000, Seb said:Else you can always force a rebuild.Bug. Imho dub should compare the timestamp of its dependencies and see whether they are newer than the target like e.g. Make. https://github.com/dlang/dub/issues/newJust found out, that I had two versions of DUB installed... one very old. Going to x-check if this is still happening with newer version.
Apr 04 2018