April 07, 2013
On 4/7/13, Martin Nowak <code@dawg.eu> wrote:
>> So pass -rxvibe vibe.lib on the first invocation. I think we're
>> in
>> some kind of miscommunication..
>
> You don't know that something uses vibe until you actually compile it.

The user knows, he can pass the flag to avoid compiling vibe if he has the static library prebuilt.
April 08, 2013
On 2013-04-07 13:45, Andrej Mitrovic wrote:

> On 4/7/13, Vladimir Panteleev <vladimir@thecybershadow.net> wrote:
>> As I understand, there were some problems with how dmd places data in object files that prevented implementing this, however that's been put into question recently:
>> http://forum.dlang.org/post/mailman.508.1365074861.4724.digitalmars-d@puremagic.com
>
> Yeah I can't reproduce this bug. h3r3tic also had some test-case
> somewhere which I couldn't reproduce[1].
>
> [1] : https://bitbucket.org/h3r3tic/xfbuild/issue/7/make-incremental-building-reliable

There's also the problem of DMD not outputting object files with their full module name.

-- 
/Jacob Carlborg
April 08, 2013
On 4/8/13, Jacob Carlborg <doob@me.com> wrote:
> There's also the problem of DMD not outputting object files with their full module name.

I think LDC or GDC have the -oq flag for this. We could consider porting it to DMD.
April 08, 2013
On 2013-04-08 12:44, Andrej Mitrovic wrote:

> I think LDC or GDC have the -oq flag for this. We could consider
> porting it to DMD.

Yes.

-- 
/Jacob Carlborg
April 08, 2013
On 4/8/13, Jacob Carlborg <doob@me.com> wrote:
> On 2013-04-08 12:44, Andrej Mitrovic wrote:
>
>> I think LDC or GDC have the -oq flag for this. We could consider porting it to DMD.
>
> Yes.

Ah I see now there were some pulls for this bug but it was hidden under the D1 section: http://d.puremagic.com/issues/show_bug.cgi?id=3541

I might have a go at it unless someone beats me to it.
April 08, 2013
On 2013-04-08 13:29, Andrej Mitrovic wrote:
> Ah I see now there were some pulls for this bug but it was hidden
> under the D1 section:
> http://d.puremagic.com/issues/show_bug.cgi?id=3541
>
> I might have a go at it unless someone beats me to it.

Right, forgot about that pull request. I never figured out how to run the unit tests for Windows.

-- 
/Jacob Carlborg
April 08, 2013
On 4/8/13, Jacob Carlborg <doob@me.com> wrote:
> Right, forgot about that pull request. I never figured out how to run the unit tests for Windows.

No problem, I made a new pull.

https://github.com/D-Programming-Language/dmd/pull/1871
April 08, 2013
On 2013-04-08 15:41, Andrej Mitrovic wrote:

> No problem, I made a new pull.
>
> https://github.com/D-Programming-Language/dmd/pull/1871

Cool :)

-- 
/Jacob Carlborg
1 2 3 4 5 6 7
Next ›   Last »