Re: GCC 4.9.4 + GDC-patch: internal compiler error in libphobos/src/std/math.d:8040:47

2019-01-06 Thread Iain Buclaw via Digitalmars-d-learn
On Saturday, 5 January 2019 at 22:27:49 UTC, kdevel wrote: I applied the head commit ce249d880969111384d17f744687e427c843f1d4 Merge: 8a6b7a4 0e517e4 Author: Eugene Wissner Date: Tue Apr 10 15:37:32 2018 +0200 Merge pull request #647 from belka-ew/gdc-49up Merge bra

GCC 4.9.4 + GDC-patch: internal compiler error in libphobos/src/std/math.d:8040:47

2019-01-05 Thread kdevel via Digitalmars-d-learn
I applied the head commit ce249d880969111384d17f744687e427c843f1d4 Merge: 8a6b7a4 0e517e4 Author: Eugene Wissner Date: Tue Apr 10 15:37:32 2018 +0200 Merge pull request #647 from belka-ew/gdc-49up Merge branch gdc-5 into gdc-4.9 of branch gdc-4.9 on top of gcc-4.9.

std.net.curl and PATCH

2015-07-22 Thread Andrea Fontana via Digitalmars-d-learn
It seems that PATCH http method is missing from std.net.curl http methods. No way to use it?

Re: Pull #2043 merged May 16, 2.063.2 released June 17, but missing patch

2013-09-12 Thread simendsjo
On Thursday, 12 September 2013 at 12:37:55 UTC, simendsjo wrote: (...) The changelog doesn't have these regression fixes, why? http://dlang.org/changelog.html See it's located in the changelog as fixed for 2.063. Or is this a new regression? So it's a new regression? Or a fault in the chang

Pull #2043 merged May 16, 2.063.2 released June 17, but missing patch

2013-09-12 Thread simendsjo
Using __traits(allMembers, I get the member __xopEquals. http://d.puremagic.com/issues/show_bug.cgi?id=10096 https://github.com/D-Programming-Language/dmd/pull/2043 The changelog doesn't have these regression fixes, why? http://dlang.org/changelog.html So will this fixed in 2.063.3? 2.064.0?

cgdb searching patch to support d syntax

2012-10-24 Thread bioinfornatics
Dear, some time ago someone has developed a patch to support D syntax with CGDB . Today i was surprised that my recent cgdb do not support D syntax an in more i do not found this patch. - If someone could give to me this patch - if developer to this patch please read this please send it to

Re: .patch

2009-08-05 Thread Don
Dimitar Kolev wrote: BCS Wrote: Hello Dimitar, Hello I am new to D. Hello, welcome. My question is: How do you apply a .patch file? this seems to be somewhat usefull: http://docs.moodle.org/en/Development:How_to_apply_a_patch windows tools (linux will already have them): http

Re: .patch

2009-07-24 Thread Dimitar Kolev
BCS Wrote: > Hello Dimitar, > > > Hello I am new to D. > > Hello, welcome. > > > My question is: > > > > How do you apply a .patch file? > > this seems to be somewhat usefull: > > http://docs.moodle.org/en/Development:How_to_apply_a_pat

Re: .patch

2009-07-24 Thread BCS
Hello Dimitar, Hello I am new to D. Hello, welcome. My question is: How do you apply a .patch file? this seems to be somewhat usefull: http://docs.moodle.org/en/Development:How_to_apply_a_patch windows tools (linux will already have them): http://gnuwin32.sourceforge.net/packages

.patch

2009-07-24 Thread Dimitar Kolev
Hello I am new to D. My question is: How do you apply a .patch file? And then I guess I have to compile the compiler again? If yes which file do I pass to bud? Well more than 1 question.