Re: Which version to use?

2015-09-27 Thread Jeremy DeHaan via D.gnu
On Sunday, 27 September 2015 at 06:03:00 UTC, Iain Buclaw wrote: The more 'common' thing to do nowadays is to hook your library into dub. No need to provide binaries of the library. Oh, I do both. This is just for the people that don't use dub.

[Bug 183] ICE: in complete_ctor_at_level_p, at expr.c:5775 (ctor of struct containing union fails)

2015-09-27 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=183 --- Comment #2 from Iain Buclaw --- Upstream PR raised: https://github.com/D-Programming-Language/dmd/pull/5122 Doesn't fix the problem, but at least ensures that the code generator has all information it needs to do the right thing. -- You a

[Bug 198] Optimization makes incorrect results

2015-09-27 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=198 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Iain Buclaw

[Bug 198] Optimization makes incorrect results

2015-09-27 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=198 --- Comment #3 from Iain Buclaw --- (In reply to Iain Buclaw from comment #2) > Seems to be something bizarre going on with struct member functions, > possibly only related to instantiated members. Having a bare function works > just fine. > >