[Bug 51] gdc does not postblit all array elements.

2013-05-17 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=51 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 51] New: gdc does not postblit all array elements.

2013-05-17 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=51 Bug #: 51 Summary: gdc does not postblit all array elements. Classification: Unclassified Product: GDC Version: development Platform: x86_64 OS/Version: Linux Status: N

Re: Unittest tester.

2013-05-17 Thread Iain Buclaw
On 17 May 2013 21:09, Johannes Pfau wrote: > Am Tue, 14 May 2013 18:59:14 +0200 > schrieb "Iain Buclaw" : > > > We now have 6 currently failing unittests. > > > > Current failing unittests: > > > > core.exception.AssertError@libphobos > /src/std/internal/math/errorfunction.d(222): > > unittest fa

In case your wondering...

2013-05-17 Thread Iain Buclaw
Next development goals are so weed out the rest of the functions in IRState as of around the commit (link: https://github.com/D-Programming-GDC/GDC/commit/ca497a421e8c37c240a6794e68c17225af75d9d6), then rename IRBase over to IRState. During this course, some general refactoring will be done, s

Re: Unittest tester.

2013-05-17 Thread Johannes Pfau
Am Tue, 14 May 2013 18:59:14 +0200 schrieb "Iain Buclaw" : > We now have 6 currently failing unittests. > > Current failing unittests: > > core.exception.AssertError@libphobos/src/std/internal/math/errorfunction.d(222): > unittest failure > core.exception.AssertError@libphobos/src/std/internal/m

[Bug 50] New: Slowdown compiling static data for large arrays.

2013-05-17 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=50 Bug #: 50 Summary: Slowdown compiling static data for large arrays. Classification: Unclassified Product: GDC Version: development Platform: x86 OS/Version: All Status:

Re: shared libraries support in gdc and gdc compilation

2013-05-17 Thread eles
On Friday, 17 May 2013 at 06:22:02 UTC, Johannes Pfau wrote: Am Thu, 16 May 2013 22:21:03 +0100 schrieb Iain Buclaw : Maybe you could help with the unittests passing also. =) Yep. Thank you to both of you, guys.