Thread overview
[dmd-beta] Nu D2 beta 2.057
Dec 11, 2011
Walter Bright
Dec 11, 2011
kenji hara
Dec 11, 2011
Nick Sabalausky
Dec 11, 2011
d coder
Dec 11, 2011
d coder
Dec 11, 2011
David Simcha
Dec 12, 2011
d coder
December 11, 2011
With Kenji's fixes for problems outlined in the n.g.

http://ftp.digitalmars.com/dmd2beta.zip
December 11, 2011
If it is possible, I'd like to merge following three pulls into 2.057. They are type merging/semantic issues, and there is no workaround.

https://github.com/D-Programming-Language/dmd/pull/429
- Issue 6763 - Using TypeTuple with (const/in/ref etc.) changes it forever

https://github.com/D-Programming-Language/dmd/pull/430
- Issue 6056 - Type lookup problem in string mixins
- Issue 7093 - aliased type sometimes isn't resolved

https://github.com/D-Programming-Language/dmd/pull/555
- Issue 6872 - Breaking type parsing of shared(inout(int)[])

Kenji Hara

2011/12/11 Walter Bright <walter at digitalmars.com>:
> With Kenji's fixes for problems outlined in the n.g.
>
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
December 11, 2011
Works for unit testing dcollections.? though I imagine with Kenji's new exhaustive inout implicit casting tests, that shouldn't be a problem anymore.


-Steve



----- Original Message -----
> From: Walter Bright <walter at digitalmars.com>
> To: Discuss the dmd beta releases for D <dmd-beta at puremagic.com>
> Cc:
> Sent: Sunday, December 11, 2011 3:01 AM
> Subject: [dmd-beta] Nu D2 beta 2.057
> 
> With Kenji's fixes for problems outlined in the n.g.
> 
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
> 
December 11, 2011
Works on my stuff.

-------------------------------
Not sent from an iPhone.

----- Original Message ----- 
From: "Walter Bright" <walter at digitalmars.com>
To: "Discuss the dmd beta releases for D" <dmd-beta at puremagic.com>
Sent: Sunday, December 11, 2011 3:01 AM
Subject: [dmd-beta] Nu D2 beta 2.057


> With Kenji's fixes for problems outlined in the n.g.
> 
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
December 12, 2011
I am getting lots of errors saying:

 undefined reference to `_D3std9exception7bailOutFNaNfAyakxAaZv'

I am using the same compile time options as I did with dmd-2.055. It
compiles without any issues with that release.
What could be wrong?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111212/ffaf1471/attachment.html>
December 12, 2011
>
>
>  undefined reference to `_D3std9exception7bailOutFNaNfAyakxAaZv'
>
>
I get the same error with dmd-2.056. The error shows up for all the code that calls enforce from std.exception. I am on a ubuntu 11.10 machine.

Any hints?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111212/2474821f/attachment.html>
December 11, 2011
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111211/35bd3e7b/attachment.html>
December 12, 2011
On Mon, Dec 12, 2011 at 1:54 AM, David Simcha <dsimcha at gmail.com> wrote:

> Make sure you recompile all D libraries you're linking in.
>

Thanks

I had dmd-2.055 installed as a deb package and the dmd2beta as a binary package distribution. Though I did not have any dmd.conf file in the work directory, still some libraries from dmd-2.055 distribution were getting linked in. Once I removed dmd-2.055 package from my system, everything worked.

Thanks again.

Regards
- Puneet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111212/a3f9a43c/attachment.html>