Re: What is this error message telling me?

2017-05-05 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, April 11, 2017 8:41:21 AM CEST Jonathan M Davis via Digitalmars- d-learn wrote: > So, this should be reported as a bug in icmp. > > https://issues.dlang.org/ https://issues.dlang.org/show_bug.cgi?id=17372 https://github.com/dlang/phobos/pull/5361 - Jonathan M Davis

Re: What is this error message telling me?

2017-04-11 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, April 11, 2017 14:51:44 Anonymous via Digitalmars-d-learn wrote: > I was watching a dconf presentation from last year and wanted to > try this out: https://github.com/luismarques/parnas72. It doesn't > compile / run as it is and the problem seems to be in the > function below. > >

Re: What is this error message telling me?

2017-04-11 Thread bluecat via Digitalmars-d-learn
On Tuesday, 11 April 2017 at 14:51:44 UTC, Anonymous wrote: I was watching a dconf presentation from last year and wanted to try this out: https://github.com/luismarques/parnas72. It doesn't compile / run as it is and the problem seems to be in the function below. import std.algorithm;

What is this error message telling me?

2017-04-11 Thread Anonymous via Digitalmars-d-learn
I was watching a dconf presentation from last year and wanted to try this out: https://github.com/luismarques/parnas72. It doesn't compile / run as it is and the problem seems to be in the function below. import std.algorithm; import std.range; import std.uni; /// Performs [["foo", "bar"],