Re: functional way doing array stuff/ lambda functions

2015-12-13 Thread cym13 via Digitalmars-d-learn
On Sunday, 13 December 2015 at 03:08:33 UTC, Namal wrote: On Saturday, 12 December 2015 at 23:50:55 UTC, Xinok wrote: [...] I tried this, it compiles, but crashes when I try to run it: object.Exception@/usr/include/dmd/phobos/std/algorithm/iteration.d(2481): Enforcement failed

Re: sgue...@rejectedsoftware.com

2015-12-13 Thread Anonymouse via Digitalmars-d
On Sunday, 13 December 2015 at 06:57:21 UTC, Sönke Ludwig wrote: else if (args.length == 3) input = File(args[1], "rt"), output = File(args[1], "wt"); Should output not be args[2]?

[Issue 15439] New: dmd segfaults using AliasSeq

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15439 Issue ID: 15439 Summary: dmd segfaults using AliasSeq Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority: P1

Re: Testing Nightly Build Service

2015-12-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-12-12 17:30, Jack Stouffer wrote: Does anyone who doesn't work on DMD read those? I do :). But looking at how many replies there are for those post, I would say it's very few. -- /Jacob Carlborg

Re: D is on his way to Top 20 in Tiobe

2015-12-13 Thread Ola Fosheim Grøstad via Digitalmars-d
On Saturday, 12 December 2015 at 16:14:34 UTC, JohnCK wrote: Sure, I congratulate too, but what I've said is that I think that maybe D lost it's momentum among other languages back then, in fact I think C++ community was aware of this too, and then they started doing all this conferences and

Re: D is on his way to Top 20 in Tiobe

2015-12-13 Thread Ola Fosheim Grøstad via Digitalmars-d
On Sunday, 13 December 2015 at 11:02:26 UTC, tchaloupka wrote: Here u go with some comparison charts (stars from github) ;-) D - https://plot.ly/~chalucha/4/stars-vs-month/ Rust - https://plot.ly/~chalucha/32/rust-stars/ Crystal - https://plot.ly/~chalucha/41/crystal-stars/ Nim -

Re: Wishlist for D

2015-12-13 Thread Ola Fosheim Grøstad via Digitalmars-d
On Sunday, 13 December 2015 at 11:18:31 UTC, Robert burner Schadek wrote: On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mode testing of integer overflow. https://github.com/D-Programming-Language/phobos/pull/3389 I know, but that does not help when one

[Issue 15438] -m64 not added to command line in DMD x64 build

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15438 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com

Re: Voting For std.experimental.ndslice

2015-12-13 Thread lobo via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes

Re: Testing Nightly Build Service

2015-12-13 Thread Iain Buclaw via Digitalmars-d-announce
On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote: > >> As you might already know from the last sprint review ( >>

[Issue 15439] dmd segfaults using AliasSeq

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15439 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice CC|

Re: D is on his way to Top 20 in Tiobe

2015-12-13 Thread tchaloupka via Digitalmars-d
On Sunday, 13 December 2015 at 10:21:17 UTC, Ola Fosheim Grøstad wrote: On Saturday, 12 December 2015 at 16:14:34 UTC, JohnCK wrote: Sure, I congratulate too, but what I've said is that I think that maybe D lost it's momentum among other languages back then, in fact I think C++ community was

Re: Wishlist for D

2015-12-13 Thread Robert burner Schadek via Digitalmars-d
On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mode testing of integer overflow. https://github.com/D-Programming-Language/phobos/pull/3389

Re: Testing Nightly Build Service

2015-12-13 Thread Suliman via Digitalmars-d-announce
https://builds.dawg.eu/dmd-nightly/ Why not https://builds.dlang.org ?

Re: Voting For std.experimental.ndslice

2015-12-13 Thread drug via Digitalmars-d
13.12.2015 12:01, lobo пишет: On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes Yes

Re: Use https: for wikipedia links

2015-12-13 Thread Walter Bright via Digitalmars-d
On 12/13/2015 6:49 PM, Vladimir Panteleev wrote: On Monday, 14 December 2015 at 01:57:49 UTC, Walter Bright wrote: To fix it, I suggest a new macro be created, WEBS, that does https:// and then all the wikipedia links be replaced with WEBS links. I think we should aim to get rid of the WEB

Re: Testing Nightly Build Service

2015-12-13 Thread David Nadlinger via Digitalmars-d-announce
On Sunday, 13 December 2015 at 11:57:18 UTC, Iain Buclaw wrote: On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: Are there plans for adding nightlies for GDC and LDC? More like fortnightlies. :-) I don't know what the

[Issue 15439] dmd segfaults using AliasSeq

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15439 Dragos Carp changed: What|Removed |Added Status|NEW |RESOLVED

Re: sgue...@rejectedsoftware.com

2015-12-13 Thread Sönke Ludwig via Digitalmars-d
Am 13.12.2015 um 12:35 schrieb Anonymouse: On Sunday, 13 December 2015 at 06:57:21 UTC, Sönke Ludwig wrote: else if (args.length == 3) input = File(args[1], "rt"), output = File(args[1], "wt"); Should output not be args[2]? Right, thanks ;-) (Please feel free to ignore this otherwise,

Re: Formal Review of std.range.ndslice

2015-12-13 Thread Ilya Yaroshenko via Digitalmars-d
On Sunday, 13 December 2015 at 15:25:11 UTC, Stefan Frijters wrote: On Friday, 11 December 2015 at 22:56:15 UTC, Ilya wrote: On Friday, 11 December 2015 at 19:31:14 UTC, Stefan Frijters wrote: [...] Slice!(N, T*) arr; [...] // compute length // more flexible

Re: Safe reference counting cannot be implemented as a library

2015-12-13 Thread Martin Nowak via Digitalmars-d
On Monday, 7 December 2015 at 07:10:42 UTC, Sönke Ludwig wrote: I've very likely missed that part of the discussion - what were the reasons to not use "scope" for this? Yeah good point, it should be possible to reuse scope as method attribute. I just used @noescape as a placeholder for the

Re: Microsoft to contribute to Clang and LLVM project

2015-12-13 Thread Ola Fosheim Grøstad via Digitalmars-d
On Thursday, 10 December 2015 at 15:16:05 UTC, Paulo Pinto wrote: Both are now getting AOT compilers as part of their standard toolchains. I found this video interesting: https://channel9.msdn.com/Events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI Apparently it will become

Re: Testing Nightly Build Service

2015-12-13 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 13 December 2015 at 10:22:56 UTC, Suliman wrote: https://builds.dawg.eu/dmd-nightly/ Why not https://builds.dlang.org ? Because we're testing the service, once it's reliable, we'll move this to a dlang subdomain or integrate it with downloads.dlang.org.

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Nordlöw via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. Yes

Re: Voting For std.experimental.ndslice

2015-12-13 Thread ZombineDev via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] Yes.

Re: Wishlist for D

2015-12-13 Thread Guillaume Piolat via Digitalmars-d
On Friday, 11 December 2015 at 10:04:22 UTC, Andrea Fontana wrote: - A heavy template-based image manipulation library (like antigrain for c++) There is one, it's called ae.utils.graphics and it's awesome. It's a tinier version of antigrain, useful core though.

LazyEvaluationOfFunctionArguments

2015-12-13 Thread tcak via Digitalmars-d
Does the title of this page purposefully not have any space in it? https://dlang.org/lazy-evaluation.html If there should be spaces, can an editor do it? Just for a simple string, I do not want to get into forking etc.

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Jack Stouffer via Digitalmars-d
On Sunday, 13 December 2015 at 06:07:15 UTC, Meta wrote: Is std.experimental also on the table, or directly to phobos? Not quite sure what you're asking here, but if you're asking if this is going into stdx first, then the answer is yes. Things that go into stdx aren't supposed to change

Re: Testing Nightly Build Service

2015-12-13 Thread Iain Buclaw via Digitalmars-d-announce
On 13 December 2015 at 12:49, David Nadlinger via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Sunday, 13 December 2015 at 11:57:18 UTC, Iain Buclaw wrote: > >> On 12 December 2015 at 16:48, Johan Engelen via Digitalmars-d-announce < >>

Re: Formal Review of std.range.ndslice

2015-12-13 Thread Stefan Frijters via Digitalmars-d
On Friday, 11 December 2015 at 22:56:15 UTC, Ilya wrote: On Friday, 11 December 2015 at 19:31:14 UTC, Stefan Frijters wrote: [...] Slice!(N, T*) arr; [...] // compute length // more flexible construtors would be added after // allocatrs support for ndslice

Re: MurmurHash3

2015-12-13 Thread Marc Schütz via Digitalmars-d-announce
On Saturday, 12 December 2015 at 20:12:49 UTC, Guillaume Chatelet wrote: On Saturday, 12 December 2015 at 02:59:21 UTC, Ilya wrote: Current version is suitable for arrays but not ranges or types. Few examples: 1. Compute hash of ulong. 2. Compute hash of all elements in matrix column (element

Re: functional way doing array stuff/ lambda functions

2015-12-13 Thread visitor via Digitalmars-d-learn
On Sunday, 13 December 2015 at 03:08:33 UTC, Namal wrote: This works for me : import std.stdio, std.algorithm, std.range; int[] prim_factors(int n, const int[] P) { int[] v; P.filter!( x => x*x <= n).each!( (i) { while (n % i == 0) { v ~= i; n /= i;

Re: MurmurHash3

2015-12-13 Thread Guillaume Chatelet via Digitalmars-d-announce
On Sunday, 13 December 2015 at 12:44:06 UTC, Marc Schütz wrote: AFAICS this doesn't conform to the digest interface. For example, there should be a `finish` method that returns the hash as a static array (see the ExampleDigest [1]). The structs themselves do not but the alias at the beginning

deep copying / .dup / template object.dup cannot deduce function from argument types

2015-12-13 Thread Robert M. Münch via Digitalmars-d-learn
Hi, I just wanted to naively copy an object and used: a = myobj.dup; and get the following error messages: source/app.d(191): Error: template object.dup cannot deduce function from argument types !()(BlockV), candidates are: /Library/D/dmd/src/druntime/import/object.d(1872):

Re: D programming video tutorial

2015-12-13 Thread cym13 via Digitalmars-d-learn
On Sunday, 13 December 2015 at 20:29:47 UTC, Pederator wrote: Hi. Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? This could be encouraging and helpful for people to start with D. It could also help in promoting D

Re: Voting For std.experimental.ndslice

2015-12-13 Thread John Colvin via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. [...] I've played some large part in the various iterations of reviewing this, so I'm biased, but of

Re: log(n) amortized growth for containers

2015-12-13 Thread Jimmy Cao via Digitalmars-d
On Friday, 11 December 2015 at 03:55:27 UTC, Andrei Alexandrescu wrote: Does anyone know of a plotter that supports logarithmic integral? Of course better ideas about all of the above are welcome! Yes, my go-to for my university plotting needs is SageMath. Here is the plot of the two

Re: D programming video tutorial

2015-12-13 Thread Xinok via Digitalmars-d-learn
On Sunday, 13 December 2015 at 20:29:47 UTC, Pederator wrote: Hi. Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? This could be encouraging and helpful for people to start with D. It could also help in promoting D

Re: Formal Review of std.range.ndslice

2015-12-13 Thread Stefan Frijters via Digitalmars-d
On Sunday, 13 December 2015 at 15:59:19 UTC, Ilya Yaroshenko wrote: Could you please post reduced code example that caused dmd to segfault? Took dustmite about 6 hours to reduce, and then I went at it manually for a bit, so this is the smallest I could get it: import

Re: D programming video tutorial

2015-12-13 Thread Pederator via Digitalmars-d-learn
On Sunday, 13 December 2015 at 20:45:56 UTC, cym13 wrote: On Sunday, 13 December 2015 at 20:29:47 UTC, Pederator wrote: Hi. Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? This could be encouraging and helpful for people to

Implicit Interface Deduction

2015-12-13 Thread Faux Amis via Digitalmars-d-learn
interface IA {} interface IB {} interface IC {} interface IAB : IA, IB {} interface IBC : IB, IC {} class C : IA, IB, IC {} // Defining C as : IAB, IBC // is not really scalable ;) void main() { IAB c = new C(); // This doesn't work. } // Any suggestions?

Re: Voting For std.experimental.ndslice

2015-12-13 Thread jmh530 via Digitalmars-d
On Sunday, 13 December 2015 at 05:10:17 UTC, Jack Stouffer wrote: This is the voting thread to decide if the proposed addition to Phobos, std.experimental.ndslice, should be accepted. To vote, please respond to this post. You have three options: Yes

[Issue 15440] New: std.uni outputs \u0069\u0307 as the lower case of \u0130

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15440 Issue ID: 15440 Summary: std.uni outputs \u0069\u0307 as the lower case of \u0130 Product: D Version: D2 Hardware: All OS: All Status: NEW

Re: [Dgame] Is there Multiple Window support?

2015-12-13 Thread Namespace via Digitalmars-d-learn
On Sunday, 13 December 2015 at 06:33:55 UTC, Jack wrote: Hello, so I've been experimenting with the framework and I tried to implement a game that has more than two windows. The first window is the main game and the second window is a smaller one with the various commands you can select. So

D programming video tutorial

2015-12-13 Thread Pederator via Digitalmars-d-learn
Hi. Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? This could be encouraging and helpful for people to start with D. It could also help in promoting D programming language. This is a question for all the community, please

Re: D programming video tutorial

2015-12-13 Thread Adam D. Ruppe via Digitalmars-d-learn
On Sunday, 13 December 2015 at 20:29:47 UTC, Pederator wrote: Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? I've hired someone out of my own pocket to work on it, with me there to answer questions and review content for

Re: deep copying / .dup / template object.dup cannot deduce function from argument types

2015-12-13 Thread Alex Parrill via Digitalmars-d-learn
On Sunday, 13 December 2015 at 18:54:24 UTC, Robert M. Münch wrote: Hi, I just wanted to naively copy an object and used: a = myobj.dup; and get the following error messages: source/app.d(191): Error: template object.dup cannot deduce function from argument types !()(BlockV), candidates are:

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Tanel Tagaväli via Digitalmars-d
Yes Hope to see a Matrix (multidimensional, if possible) class with this.

Re: log(n) amortized growth for containers

2015-12-13 Thread Andrei Alexandrescu via Digitalmars-d
On 12/13/15 2:56 PM, Jimmy Cao wrote: On Friday, 11 December 2015 at 03:55:27 UTC, Andrei Alexandrescu wrote: Does anyone know of a plotter that supports logarithmic integral? Of course better ideas about all of the above are welcome! Yes, my go-to for my university plotting needs is

Re: D programming video tutorial

2015-12-13 Thread Rikki Cattermole via Digitalmars-d-learn
On 14/12/15 11:04 AM, Xinok wrote: On Sunday, 13 December 2015 at 20:29:47 UTC, Pederator wrote: Hi. Does anybody who is familair with D consider to make a comprehensive D programming video tutorial / training / course? This could be encouraging and helpful for people to start with D. It could

Re: MurmurHash3

2015-12-13 Thread Guillaume Chatelet via Digitalmars-d-announce
On Sunday, 13 December 2015 at 16:24:35 UTC, Guillaume Chatelet wrote: On Sunday, 13 December 2015 at 12:44:06 UTC, Marc Schütz wrote: [...] The structs themselves do not but the alias at the beginning of the file make sure they do. alias MurmurHash3_x86_32 = Digester!SMurmurHash3_x86_32;

Re: Implicit Interface Deduction

2015-12-13 Thread Ali Çehreli via Digitalmars-d-learn
On 12/13/2015 02:09 PM, Faux Amis wrote: interface IA {} interface IB {} interface IC {} interface IAB : IA, IB {} interface IBC : IB, IC {} class C : IA, IB, IC {} // Defining C as : IAB, IBC // is not really scalable ;) It is not automatic at least because of implementation details: The

Re: log(n) amortized growth for containers

2015-12-13 Thread Jimmy Cao via Digitalmars-d
On Friday, 11 December 2015 at 03:55:27 UTC, Andrei Alexandrescu wrote: To figure a growth schedule that leads to log(n) work per element, a differential equation must be solved: s(n) / s'(n) = log(x) where s(n) will be the (continuous extension of the) growth schedule's sum, i.e. s(n) =

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Meta via Digitalmars-d
On Sunday, 13 December 2015 at 17:07:06 UTC, Jack Stouffer wrote: On Sunday, 13 December 2015 at 06:07:15 UTC, Meta wrote: Is std.experimental also on the table, or directly to phobos? Not quite sure what you're asking here, but if you're asking if this is going into stdx first, then the

Re: Voting For std.experimental.ndslice

2015-12-13 Thread Ilya Yaroshenko via Digitalmars-d
On Sunday, 13 December 2015 at 22:16:35 UTC, Tanel Tagaväli wrote: Yes Hope to see a Matrix (multidimensional, if possible) class with this. What matrix features are missing in ndslice except matrix multiplication?

"Programming in D" ebook is at major retailers

2015-12-13 Thread Ali Çehreli via Digitalmars-d-announce
Kindle: http://www.amazon.com/dp/B019AQNQ96 iTunes: https://itunes.apple.com/us/book/id1067597230 Barnes & Noble (nook): http://www.barnesandnoble.com/w/programming-in-d-ali-ehreli/1123125945;jsessionid=C8E4E8D138CC3B7870D1EC1648D8B1BA.prodny_store01-va07?ean=2940152708011 kobo:

Re: Formal Review of std.range.ndslice

2015-12-13 Thread Ilya Yaroshenko via Digitalmars-d
On Sunday, 13 December 2015 at 21:24:36 UTC, Stefan Frijters wrote: On Sunday, 13 December 2015 at 15:59:19 UTC, Ilya Yaroshenko wrote: Could you please post reduced code example that caused dmd to segfault? Took dustmite about 6 hours to reduce, and then I went at it manually for a bit, so

[Issue 15423] [REG v2.067.1] File.byLineCopy.joiner.parseJSON

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15423 --- Comment #2 from Jack Stouffer --- https://github.com/D-Programming-Language/phobos/pull/3871 --

[Issue 15440] std.uni outputs \u0069\u0307 as the lower case of \u0130

2015-12-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15440 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from

Where dynamic array remove function to go?

2015-12-13 Thread master via Digitalmars-d
Dynamic Arrays Socket[] a; a ~= new Socket; a ~= new Socket; a ~= new Socket; a.remove(1); Error: function core.stdc.stdio.remove (const(char*) filename) is not callable using argument types (Socket[], uint) why?

Re: Where dynamic array remove function to go?

2015-12-13 Thread Ali Çehreli via Digitalmars-d
On 12/13/2015 07:15 PM, master wrote: Dynamic Arrays Socket[] a; a ~= new Socket; a ~= new Socket; a ~= new Socket; a.remove(1); Error: function core.stdc.stdio.remove (const(char*) filename) is not callable using argument types (Socket[], uint) That message references stdio. It looks like

Re: Implicit Interface Deduction

2015-12-13 Thread Chris Wright via Digitalmars-d-learn
On Sun, 13 Dec 2015 23:09:47 +0100, Faux Amis wrote: > interface IA {} > interface IB {} > interface IC {} > interface IAB : IA, IB {} interface IBC : IB, IC {} > > class C : IA, IB, IC {} > // Defining C as : IAB, IBC // is not really scalable ;) > > void main() > { > IAB c = new C(); //

Use https: for wikipedia links

2015-12-13 Thread Walter Bright via Digitalmars-d
I just did this PR for the web site: https://github.com/D-Programming-Language/dlang.org/pull/1166 The next step is to similarly adjust all the wikipedia links in the Phobos documentation. Most are one of the forms: $(LINK http://en.wikipedia.org/wiki/Adler-32) $(LINK2

Re: Use https: for wikipedia links

2015-12-13 Thread Vladimir Panteleev via Digitalmars-d
On Monday, 14 December 2015 at 01:57:49 UTC, Walter Bright wrote: To fix it, I suggest a new macro be created, WEBS, that does https:// and then all the wikipedia links be replaced with WEBS links. I think we should aim to get rid of the WEB macro, as it adds little (its only benefit is

Re: Where dynamic array remove function to go?

2015-12-13 Thread master via Digitalmars-d
On Monday, 14 December 2015 at 03:35:13 UTC, Ali Çehreli wrote: On 12/13/2015 07:15 PM, master wrote: Dynamic Arrays Socket[] a; a ~= new Socket; a ~= new Socket; a ~= new Socket; a.remove(1); Error: function core.stdc.stdio.remove (const(char*) filename) is not callable using argument

How to debug Segmentation Fault?

2015-12-13 Thread Bottled Gin via Digitalmars-d
Greetings I am calling a D function from an opensource application coded in C/C++. My code crashes, though there is no reason for it to crash. Also when I call my D function from inside D, it does not crash. The D function does not take any arguments, nor does it try to access any variable

Re: "Programming in D" ebook is at major retailers

2015-12-13 Thread Ali Çehreli via Digitalmars-d-announce
This forum is too efficient. :p Already on Reddit: https://www.reddit.com/r/programming/comments/3wqt3p/programming_in_d_ebook_is_at_major_retailers_and/ Ali

Re: LazyEvaluationOfFunctionArguments

2015-12-13 Thread Jack Stouffer via Digitalmars-d
On Sunday, 13 December 2015 at 16:47:00 UTC, tcak wrote: Does the title of this page purposefully not have any space in it? https://dlang.org/lazy-evaluation.html If there should be spaces, can an editor do it? Just for a simple string, I do not want to get into forking etc. I'll fix this,

Re: How to debug Segmentation Fault?

2015-12-13 Thread deadalnix via Digitalmars-d
On Monday, 14 December 2015 at 05:26:52 UTC, Bottled Gin wrote: Greetings I am calling a D function from an opensource application coded in C/C++. My code crashes, though there is no reason for it to crash. Also when I call my D function from inside D, it does not crash. The D function does