Jump to page: 1 2 3
Thread overview
[dmd-internals] is there a bugzilla for dmc as well?
Jun 04, 2010
Trass3r
Jun 04, 2010
Walter Bright
Jun 04, 2010
mrmocool at gmx.de
Jun 04, 2010
Walter Bright
Jun 04, 2010
Don Clugston
Jun 04, 2010
Walter Bright
[dmd-internals] Shouldn't there be a dmd switch to specify search paths for libraries?
Aug 13, 2010
mrmocool at gmx.de
Aug 13, 2010
Walter Bright
Aug 13, 2010
Walter Bright
Aug 13, 2010
mrmocool at gmx.de
Aug 13, 2010
Walter Bright
Aug 14, 2010
Leandro Lucarella
Aug 14, 2010
Walter Bright
Aug 14, 2010
Leandro Lucarella
Aug 14, 2010
Walter Bright
Aug 14, 2010
Leandro Lucarella
Aug 14, 2010
Walter Bright
Aug 14, 2010
mrmocool at gmx.de
Aug 14, 2010
Walter Bright
Aug 14, 2010
mrmocool at gmx.de
Aug 14, 2010
Walter Bright
Aug 15, 2010
Walter Bright
Aug 16, 2010
Rainer Schuetze
June 04, 2010
I'm using cv2pdb to debug dmd with Visual Studio.
Recently I encountered some strange behavior where a StorageClass was
represented as an int[].

This is probably caused by this bug that has been fixed in dmd but is still present in the dmc backend: http://d.puremagic.com/issues/show_bug.cgi?id=3373

Would be nice if this could be fixed or at least reported.
June 04, 2010
The bugzilla for the C++ compiler is:

http://bugzilla.digitalmars.com/issues

Trass3r wrote:
> I'm using cv2pdb to debug dmd with Visual Studio.
> Recently I encountered some strange behavior where a StorageClass was
> represented as an int[].
>
> This is probably caused by this bug that has been fixed in dmd but is still present in the dmc backend: http://d.puremagic.com/issues/show_bug.cgi?id=3373
>
> Would be nice if this could be fixed or at least reported.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>
June 04, 2010
> The bugzilla for the C++ compiler is:
>
> http://bugzilla.digitalmars.com/issues

Thanks.
Is dmc still in development (or maintenance) at all?
June 04, 2010

mrmocool at gmx.de wrote:
>> The bugzilla for the C++ compiler is:
>>
>> http://bugzilla.digitalmars.com/issues
>
> Thanks.
> Is dmc still in development (or maintenance) at all?
>

Sure, I just released a new version last week.
June 04, 2010
On 4 June 2010 21:02, Walter Bright <walter at digitalmars.com> wrote:
>
>
> mrmocool at gmx.de wrote:
>>>
>>> The bugzilla for the C++ compiler is:
>>>
>>> http://bugzilla.digitalmars.com/issues
>>
>> Thanks.
>> Is dmc still in development (or maintenance) at all?
>>
>
> Sure, I just released a new version last week.

You didn't mention it on c.announce?
June 04, 2010

Don Clugston wrote:
> On 4 June 2010 21:02, Walter Bright <walter at digitalmars.com> wrote:
> 
>> mrmocool at gmx.de wrote:
>> 
>>>> The bugzilla for the C++ compiler is:
>>>>
>>>> http://bugzilla.digitalmars.com/issues
>>>> 
>>> Thanks.
>>> Is dmc still in development (or maintenance) at all?
>>>
>>> 
>> Sure, I just released a new version last week.
>> 
>
> You didn't mention it on c.announce?
>
> 

Just on c. But I just now put it on c.announce.
August 13, 2010
pragma(lib, ..) is pretty useless without a dmd switch to specify search paths for it.
August 13, 2010
mrmocool at gmx.de wrote:
> pragma(lib, ..) is pretty useless without a dmd switch to specify search paths for it.

Good point! Overall it would be just awesome to encapsulate some arcane flags in a simple pragma interface.

Andrei

August 13, 2010
    -L-Lpath

works for me on Linux.

mrmocool at gmx.de wrote:
> pragma(lib, ..) is pretty useless without a dmd switch to specify search paths for it.
>
August 13, 2010
The idea is that pragma(lib, ...) is useless if it's not a single point of modification. If a library requires an extra command line artifact, it may as well give up on the pragma and require two command line artifacts.

Andrei

Walter Bright wrote:
>    -L-Lpath
> 
> works for me on Linux.
> 
> mrmocool at gmx.de wrote:
>> pragma(lib, ..) is pretty useless without a dmd switch to specify search paths for it.
>>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
« First   ‹ Prev
1 2 3