[Issue 15934] Non-virtual super class member function call ignores 'this' type qualifier

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15934 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15934] Non-virtual super class member function call ignores 'this' type qualifier

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15934 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/dffac81a0da80b5d0603b00274666c6ef2ce3d8a fix Issue 15934 - Non-virtual super class member function

Re: Stacktraces in static constructors

2016-05-06 Thread Nordlöw via Digitalmars-d-learn
On Tuesday, 3 May 2016 at 10:48:51 UTC, Nordlöw wrote: This is a big problem for me because, in my application, I've realized unittests as functions called from within static shared module constructors to elide the problem of unittests being enabled recursively, which slows down iterative

Re: Ascii string literal.

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 7 May 2016 at 01:37:30 UTC, Jonathan M Davis wrote: In general, it's better to use representation than to cast, because representation gets the constness right, whereas if you cast, there's always the risk that you won't. Yeah, if it is a general thing, but here it is a simple

Re: Ascii string literal.

2016-05-06 Thread Jonathan M Davis via Digitalmars-d-learn
On Fri, 06 May 2016 21:57:22 + "Adam D. Ruppe via Digitalmars-d-learn" wrote: > On Friday, 6 May 2016 at 21:39:35 UTC, Anonymouse wrote: > > Is this different from what std.string.representation does? > > No, it does the same thing, but with your own

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Steven Schveighoffer via Digitalmars-d
On 5/7/16 3:04 AM, Adam D. Ruppe wrote: On Saturday, 7 May 2016 at 00:51:39 UTC, Steven Schveighoffer wrote: I've been to Watertown. Amazing! Yes, my wife went for an interview there out of college :) The snow banks were like 6 feet high! Of course, I'm pretty sure this was in the dead

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Saturday, 7 May 2016 at 00:51:39 UTC, Steven Schveighoffer wrote: I've been to Watertown. Amazing! I'm pretty sure there will still be snow there in May... Oh, come on! It was actually pretty nice this week, we are in the 60's right now. Finally, April was kinda miserable.

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Steven Schveighoffer via Digitalmars-d
On 5/7/16 2:46 AM, Adam D. Ruppe wrote: On Friday, 6 May 2016 at 15:16:00 UTC, deadalnix wrote: I think American east cost is a natural next location. Something like New York/Washington/Boston/Montréal . We could host it at my house in northern NY!

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Friday, 6 May 2016 at 15:16:00 UTC, deadalnix wrote: I think American east cost is a natural next location. Something like New York/Washington/Boston/Montréal . We could host it at my house in northern NY! https://en.wikipedia.org/wiki/Watertown_(city),_New_York

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Nick B via Digitalmars-d
On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: The atmosphere here is great, and I'm curious how it feels for those who are watching remotely. Is the experience good? What can we do better? I also viewed from New Zealand, but I thought it was hard to view the images, and

Re: C#7 features

2016-05-06 Thread Steven Schveighoffer via Digitalmars-d-announce
On 5/7/16 1:29 AM, Timon Gehr wrote: On 06.05.2016 18:58, Kagamin wrote: On Friday, 6 May 2016 at 14:33:22 UTC, Andrei Alexandrescu wrote: Added a comment: https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/d2v5lu6 D has ref variables? Not for a long time though.

[Issue 13147] Wrong codegen for thisptr in naked extern (C++) methods

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13147 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/940e48c1c2481f450fea9eb90a988e435ded84d0 fix Issue 13147 - Wrong codegen for thisptr in naked extern

Re: CPU discussion post-DConf

2016-05-06 Thread Anon via Digitalmars-d
On Friday, 6 May 2016 at 20:32:59 UTC, Assi Zanafi wrote: Quantum CPU before x86_128 ? what do you think ? I really think that x86_64 is the last "classic architecture". Intel will never make x86 with 128 bits addresses. Qbytes will raise before. I don't know which will come first, but QPUs

[Issue 13147] Wrong codegen for thisptr in naked extern (C++) methods

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13147 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: C#7 features

2016-05-06 Thread Timon Gehr via Digitalmars-d-announce
On 06.05.2016 18:58, Kagamin wrote: On Friday, 6 May 2016 at 14:33:22 UTC, Andrei Alexandrescu wrote: Added a comment: https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/d2v5lu6 D has ref variables? Not for a long time though. D actually does not support ref local

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Dicebot via Digitalmars-d
On 05/06/2016 04:13 PM, Andrei Alexandrescu wrote: > The atmosphere here is great, and I'm curious how it feels for those who > are watching remotely. Is the experience good? What can we do better? > > Also: we're talking about the DConf 2017 location. Please share any > initial thoughts! For me

[Issue 14349] String imports with subpaths don't work on Windows

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14349 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Adrian Matoga via Digitalmars-d
On Friday, 6 May 2016 at 20:59:29 UTC, John Colvin wrote: On Friday, 6 May 2016 at 14:57:59 UTC, Chris wrote: On Friday, 6 May 2016 at 14:53:15 UTC, Jonathan M Davis wrote: [...] Facebook have their European headquarters in Dublin. Maybe they'd be willing to sponsor DConf2017 (there are

[Issue 9608] Add introspection for templates

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9608 --- Comment #11 from Andrej Mitrovic --- Recapping from the PR just closed (temporarily): - Ok, I'll start a discussion in the forums soon with a proposal of a (sub)set of the new traits and see which ones we really

[Issue 12558] try/catch allows implicit catching of Errors without specifying any Exception type

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 Andrej Mitrovic changed: What|Removed |Added CC|

Re: Ascii string literal.

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d-learn
On Friday, 6 May 2016 at 21:39:35 UTC, Anonymouse wrote: Is this different from what std.string.representation does? No, it does the same thing, but with your own function the intention may be clearer (or you could do a template to avoid any function or custom types too)

[Issue 13867] Overriding a method from an extern(C++) interface requires extern(C++) on the method definition

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13867 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/da397409004e3abb434ed2cdcfb0ff8615d28ad9 fix Issue 13867 - Improve error message when overriding an

[Issue 13867] Overriding a method from an extern(C++) interface requires extern(C++) on the method definition

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13867 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Ascii string literal.

2016-05-06 Thread Anonymouse via Digitalmars-d-learn
On Friday, 6 May 2016 at 20:29:35 UTC, Adam D. Ruppe wrote: On Friday, 6 May 2016 at 20:01:27 UTC, Alexandru Ermicioi wrote: Is it possible somehow to convert implicitly a string literal Not implicitly (well, unless you just use string, ascii is a strict subset of utf-8 anyway), but you

[Issue 14349] String imports with subpaths don't work on Windows

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14349 Andrej Mitrovic changed: What|Removed |Added CC|

[Issue 15998] Segmentation fault on const folding of arrays of static arrays

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15998 timon.g...@gmx.ch changed: What|Removed |Added CC||c...@klickverbot.at --

[Issue 15998] New: Segmentation fault on const folding of arrays of static arrays

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15998 Issue ID: 15998 Summary: Segmentation fault on const folding of arrays of static arrays Product: D Version: D2 Hardware: All OS: All Status: NEW

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread John Colvin via Digitalmars-d
On Friday, 6 May 2016 at 14:57:59 UTC, Chris wrote: On Friday, 6 May 2016 at 14:53:15 UTC, Jonathan M Davis wrote: [...] Facebook have their European headquarters in Dublin. Maybe they'd be willing to sponsor DConf2017 (there are loads of other tech companies in Dublin). Flights from the

[Issue 15897] private base class method not seen through derived class

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 --- Comment #15 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b6dba3105957cce41ddeb2af77991ef58f82d552 fix Issue 15897 - private base class method not seen through

[Issue 15897] private base class method not seen through derived class

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: CPU discussion post-DConf

2016-05-06 Thread Assi Zanafi via Digitalmars-d
On Friday, 6 May 2016 at 17:45:52 UTC, Mithun Hunsur wrote: After my talk, I had a few people come up to me and express interest in talking about CPUs and projects related to them - unfortunately, I've got a flight to catch (I'm actually at the airport now!) and couldn't stick around. If

Re: Ascii string literal.

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d-learn
On Friday, 6 May 2016 at 20:01:27 UTC, Alexandru Ermicioi wrote: Is it possible somehow to convert implicitly a string literal Not implicitly (well, unless you just use string, ascii is a strict subset of utf-8 anyway), but you could do it explicitly easily. immutable(ubyte)[] ascii(string

Ascii string literal.

2016-05-06 Thread Alexandru Ermicioi via Digitalmars-d-learn
Good day, Is it possible somehow to convert implicitly a string literal into an ubyte array? For example: void do(immutable(ubyte)[] asciiString) { // Do something with ascii string. } And from another section of code, calling it like: do("Some ascii string"); --- If no, is there

Re: Async or event library

2016-05-06 Thread Jay Norwood via Digitalmars-d-learn
The tnfox cross-platform toolkit had some solution for per-thread event loops. I believe this was the demo: https://github.com/ned14/tnfox/blob/master/TestSuite/TestEventLoops/main.cpp

[Issue 15997] Wrong constant value for ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED in winhttp

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15997 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15997] Wrong constant value for ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED in winhttp

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15997 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/32b3e7e2d6d34a41fd3057e6fae22c1b023bbcd7 Fix issue 15997: Wrong constant value for

Re: Accepting function or delegate as function argument

2016-05-06 Thread Gary Willoughby via Digitalmars-d-learn
On Wednesday, 4 May 2016 at 15:23:20 UTC, Rene Zwanenburg wrote: On Wednesday, 4 May 2016 at 14:54:39 UTC, chmike wrote: Two constructors, one accepting a function and the other one accepting a delegate would do the job for the API. Is there a simple method to convert a function pointer into a

Fast operations with JSON line separated values

2016-05-06 Thread 9il via Digitalmars-d
# A Simple Document Format [1] ASDF is a cache oriented string based JSON representation. It allows to easily iterate over JSON arrays/objects multiple times without parsing them. ASDF does not parse numbers (they are represented as strings) and does not decode escape sequence in JSON strings.

CPU discussion post-DConf

2016-05-06 Thread Mithun Hunsur via Digitalmars-d
After my talk, I had a few people come up to me and express interest in talking about CPUs and projects related to them - unfortunately, I've got a flight to catch (I'm actually at the airport now!) and couldn't stick around. If you're one of those people, or you'd just like to talk about

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Dmitry via Digitalmars-d
On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: The atmosphere here is great, and I'm curious how it feels for those who are watching remotely. Is the experience good? What can we do better? Without subtites I understand maybe 30% maximum, but I watched all. It was

Re: C#7 features

2016-05-06 Thread Kagamin via Digitalmars-d-announce
On Friday, 6 May 2016 at 14:33:22 UTC, Andrei Alexandrescu wrote: Added a comment: https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/d2v5lu6 D has ref variables? Not for a long time though.

Re: So, About That Official Blog...

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
On 5/6/16 6:27 PM, Jack Stouffer wrote: Consider how long trivial PRs for the dlang.org and dconf.org sites sit with no reviews, e.g. https://github.com/dlang/dlang.org/pull/1286, https://github.com/dlang/dlang.org/pull/1283, https://github.com/dlang/dconf.org/pull/112, etc. Merged :o) --

Re: broken urls in library reference

2016-05-06 Thread Sebastiaan Koppe via Digitalmars-d
On Friday, 6 May 2016 at 13:18:18 UTC, Adam D. Ruppe wrote: On Friday, 6 May 2016 at 12:31:33 UTC, Sebastiaan Koppe wrote: I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule. There's a lot of hard-coded links in the Phobos source. We

Re: So, About That Official Blog...

2016-05-06 Thread Jack Stouffer via Digitalmars-d
On Friday, 6 May 2016 at 16:00:26 UTC, Dicebot wrote: There is one important relation to generating content - storing posts in github repo and generating blog on merged automatically allows for anyone to make fixup pull requests for stuff like typos or styling tweaks. Same for proposing new

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread jmh530 via Digitalmars-d
On Friday, 6 May 2016 at 15:26:44 UTC, Steven Schveighoffer wrote: My thoughts are, you want to do it in a place where a lot of D people live. I believe the reason why the Berlin conference is so popular is because so many people live in or around the area. It makes logical sense to choose

Re: The end of curl (in phobos)

2016-05-06 Thread Kagamin via Digitalmars-d
On Friday, 6 May 2016 at 14:31:56 UTC, Jonathan M Davis wrote: That is a bit of a classic problem that we seem to have. Folks do cool stuff but don't want to make the extra effort to get it into Phobos. Maybe somehow reduce or divide the required effort?

Re: So, About That Official Blog...

2016-05-06 Thread Dicebot via Digitalmars-d
On 05/06/2016 04:17 PM, Jack Stouffer wrote: > On Friday, 6 May 2016 at 13:47:48 UTC, Adam D. Ruppe wrote: >> Those JS things have a habit of lagging my laptop to a crawl, whereas >> a server side highlighter works beautifully without slowdown. > > Ok, I think we're focusing on an unimportant

Re: GSoC 2016 - Precise GC

2016-05-06 Thread Leandro Lucarella via Digitalmars-d-announce
On Tuesday, 3 May 2016 at 18:15:20 UTC, Jeremy DeHaan wrote: Not sure if it is something I can get to in the course of my project though. Scanning only unions conservatively is still pretty good. And the stack, and the CPU registers, but yeah, it should be a minority.

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Chris via Digitalmars-d
On Friday, 6 May 2016 at 15:26:44 UTC, Steven Schveighoffer wrote: On 5/6/16 5:16 PM, deadalnix wrote: On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: Also: we're talking about the DConf 2017 location. Please share any initial thoughts! I think American east cost is a

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
On 5/6/16 4:49 PM, Meta wrote: On Friday, 6 May 2016 at 12:43:53 UTC, Andrei Alexandrescu wrote: On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere? We're looking into options. -- Andrei How

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Steven Schveighoffer via Digitalmars-d
On 5/6/16 5:16 PM, deadalnix wrote: On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: Also: we're talking about the DConf 2017 location. Please share any initial thoughts! I think American east cost is a natural next location. Something like New

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread deadalnix via Digitalmars-d
On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: Also: we're talking about the DConf 2017 location. Please share any initial thoughts! I think American east cost is a natural next location. Something like New York/Washington/Boston/Montréal .

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread krzaq via Digitalmars-d
On Friday, 6 May 2016 at 15:09:39 UTC, sarn wrote: On Friday, 6 May 2016 at 14:53:15 UTC, Jonathan M Davis wrote: Other places would certainly be interesting (e.g. Japan or Australia), and we definitely have devs in such places, but I don't know if we have enough likely attendees in such areas

Re: How the heck is onInvalidMemoryOperationError() nothrow?

2016-05-06 Thread Jeremy DeHaan via Digitalmars-d-learn
On Friday, 6 May 2016 at 03:24:23 UTC, tsbockman wrote: On Friday, 6 May 2016 at 02:57:59 UTC, Jeremy DeHaan wrote: [...] From the spec (https://dlang.org/spec/function.html#nothrow-functions): "Nothrow functions can only throw exceptions derived from class Error." Throwing an Error

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread sarn via Digitalmars-d
On Friday, 6 May 2016 at 14:53:15 UTC, Jonathan M Davis wrote: Other places would certainly be interesting (e.g. Japan or Australia), and we definitely have devs in such places, but I don't know if we have enough likely attendees in such areas to make them make sense, since picking somewhere

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Chris via Digitalmars-d
On Friday, 6 May 2016 at 14:53:15 UTC, Jonathan M Davis wrote: On Fri, 6 May 2016 16:13:35 +0200 Andrei Alexandrescu via Digitalmars-d wrote: Also: we're talking about the DConf 2017 location. Please share any initial thoughts! My initial thought is that we

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Jonathan M Davis via Digitalmars-d
On Fri, 6 May 2016 16:13:35 +0200 Andrei Alexandrescu via Digitalmars-d wrote: > Also: we're talking about the DConf 2017 location. Please share any > initial thoughts! My initial thought is that we should consider trying to alternate between the US and Europe, since

Re: Researcher question – what's the point of semicolons and curly braces?

2016-05-06 Thread Kagamin via Digitalmars-d
On Friday, 6 May 2016 at 12:33:10 UTC, QAston wrote: Sokal affair is just a demonstration of how far detached from reality are postmodernists, refering to cited post. Those attached to objective reality are usually detached from subjective reality. That's the mistake postmodernism fixes (or

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Meta via Digitalmars-d
On Friday, 6 May 2016 at 12:43:53 UTC, Andrei Alexandrescu wrote: On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere? We're looking into options. -- Andrei How about those "Walter/Andrei is my

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Chris via Digitalmars-d
On Friday, 6 May 2016 at 14:35:21 UTC, rikki cattermole wrote: Personally I don't care about most of talks. Would be nice for when we grow to do some in parallel. Regarding the video feed, ignoring the technical problems I wasn't keen on how it was done. Even with my limited knowledge in

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread rikki cattermole via Digitalmars-d
On 07/05/2016 2:13 AM, Andrei Alexandrescu wrote: The atmosphere here is great, and I'm curious how it feels for those who are watching remotely. Is the experience good? What can we do better? Also: we're talking about the DConf 2017 location. Please share any initial thoughts! Thanks,

[Issue 11953] Uninformative error message on override signature mismatch

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11953 Lionello Lunesu changed: What|Removed |Added CC|

DConf video news

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
Hot off the press from the video producers: "just a heads-up! as a quick fix [a colleague] will add chapter markers in the ustream videos so that one can see who is talking when and directly jump to the talk in question! actually pretty nice i guess. everything else will come later (in better

[Issue 13867] Overriding a method from an extern(C++) interface requires extern(C++) on the method definition

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13867 Lionello Lunesu changed: What|Removed |Added Keywords||pull

C#7 features

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
Most of them are also present in D, yay. https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/ Added a comment: https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/d2v5lu6 Andrei

Re: The end of curl (in phobos)

2016-05-06 Thread Jonathan M Davis via Digitalmars-d
On Fri, 06 May 2016 13:25:55 + "Adam D. Ruppe via Digitalmars-d" wrote: > But nevertheless, the D community has the code already or these > replacements - it is just a question of Phobos joining forces > with the existing efforts. That is a bit of a classic

Re: How are you enjoying DConf? And where to go next?

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Friday, 6 May 2016 at 14:13:35 UTC, Andrei Alexandrescu wrote: The atmosphere here is great, and I'm curious how it feels for those who are watching remotely. Is the experience good? What can we do better? It was meh on day one, but Sociomantic got it sorted out for yesterday and it works

Re: So, About That Official Blog...

2016-05-06 Thread Jack Stouffer via Digitalmars-d
On Friday, 6 May 2016 at 13:47:48 UTC, Adam D. Ruppe wrote: Those JS things have a habit of lagging my laptop to a crawl, whereas a server side highlighter works beautifully without slowdown. Ok, I think we're focusing on an unimportant implementation detail here. Let's get back on track and

How are you enjoying DConf? And where to go next?

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
The atmosphere here is great, and I'm curious how it feels for those who are watching remotely. Is the experience good? What can we do better? Also: we're talking about the DConf 2017 location. Please share any initial thoughts! Thanks, Andrei

[Issue 15965] [REG 2.070] Reference to other CT-known field on struct instantiation now yields "circular reference"

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15965 --- Comment #1 from Kenji Hara --- First, is the summary "[REG 2.070] ..." a mistake of REG-master (or REG-devel, etc)? You've said: > This used to compile up until 2.071.0, where it broke. So the *issue* exists only in

Re: So, About That Official Blog...

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Friday, 6 May 2016 at 13:34:02 UTC, Jack Stouffer wrote: Using JS for an eye candy feature on the internet is not "outrageous". It's not like with JS turned off the code would be displayed with no formatting and in sans-serif. Those JS things have a habit of lagging my laptop to a crawl,

Re: So, About That Official Blog...

2016-05-06 Thread Jack Stouffer via Digitalmars-d
On Friday, 6 May 2016 at 03:01:07 UTC, Dicebot wrote: Please prefer static generators and pygment-like highlighters to JS whenever possible. Demanding JS enabled for simple programming blog to be rendered decently it simply outrageous. Using JS for an eye candy feature on the internet is not

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Steven Schveighoffer via Digitalmars-d
On 5/6/16 3:11 PM, Andrei Alexandrescu wrote: On 5/6/16 3:04 PM, Chris wrote: On Friday, 6 May 2016 at 12:43:53 UTC, Andrei Alexandrescu wrote: On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere?

Re: So, About That Official Blog...

2016-05-06 Thread Jack Stouffer via Digitalmars-d
On Friday, 6 May 2016 at 08:28:36 UTC, Johannes Pfau wrote: The main problem with static blog generators is that having multiple blog authors is a little bit more complicated. [snip] And it's a little harder to setup I wouldn't call it the main problem, but it's certainly a large

Re: So, About That Official Blog...

2016-05-06 Thread Dicebot via Digitalmars-d
On 05/06/2016 03:34 PM, Jack Stouffer wrote: > On Friday, 6 May 2016 at 03:01:07 UTC, Dicebot wrote: >> Please prefer static generators and pygment-like highlighters to JS >> whenever possible. Demanding JS enabled for simple programming blog to >> be rendered decently it simply outrageous. > >

Re: The end of curl (in phobos)

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Friday, 6 May 2016 at 13:12:31 UTC, Jonathan M Davis wrote: The main problem, of course, is then actually getting a replacement, which we have freqently done a poor job of doing. I have an HTTP client lib, I'm pretty sure Vladimir does too, and I think vibe wrote one for their framework.

Re: broken urls in library reference

2016-05-06 Thread Adam D. Ruppe via Digitalmars-d
On Friday, 6 May 2016 at 12:31:33 UTC, Sebastiaan Koppe wrote: I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule. There's a lot of hard-coded links in the Phobos source. We have a plan to change it but it isn't finished being merged

Re: The end of curl (in phobos)

2016-05-06 Thread Jonathan M Davis via Digitalmars-d
On Fri, 06 May 2016 08:32:03 + Robert burner Schadek via Digitalmars-d wrote: > As discussed yesterday at DConf, curl in phobos must go. > > The plan is as follows. > > 1. undocument everything curl related in may 2016 > 2. deprecate everything curl related in

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
On 5/6/16 3:04 PM, Chris wrote: On Friday, 6 May 2016 at 12:43:53 UTC, Andrei Alexandrescu wrote: On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere? We're looking into options. -- Andrei Is

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Chris via Digitalmars-d
On Friday, 6 May 2016 at 12:43:53 UTC, Andrei Alexandrescu wrote: On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere? We're looking into options. -- Andrei Is there a picture?

Re: Async or event library

2016-05-06 Thread rikki cattermole via Digitalmars-d-learn
On 07/05/2016 12:08 AM, chmike wrote: Excuse the naive question rikki, why does the window event loop have to be single threaded ? The question is just to expose the rationale. Is it to avoid the synchronization overhead to access the window data ? In this case there is indeed a lot of data. Is

Re: parameter pack to inputRange

2016-05-06 Thread Alex Parrill via Digitalmars-d-learn
On Friday, 6 May 2016 at 05:00:48 UTC, Erik Smith wrote: Is there an existing way to adapt a parameter pack to an input range? I would like to construct an array with it. Example: void run(A...) (A args) { Array!int a(toInputRange(args)); } Use std.range.only:

Re: Async or event library

2016-05-06 Thread Kagamin via Digitalmars-d-learn
On Friday, 6 May 2016 at 12:08:29 UTC, chmike wrote: In some applications and event types the synchronization overhead is small compared to the benefit of executing tasks in parallel on different cores. GUI generates too many messages that are handled too fast - synchronization overhead

Re: Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
On 5/6/16 1:39 PM, Gary Willoughby wrote: I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere? We're looking into options. -- Andrei

[Issue 15997] New: Wrong constant value for ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED in winhttp

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15997 Issue ID: 15997 Summary: Wrong constant value for ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED in winhttp Product: D Version: D2 Hardware: All OS: Windows

Re: Researcher question – what's the point of semicolons and curly braces?

2016-05-06 Thread QAston via Digitalmars-d
On Friday, 6 May 2016 at 10:10:22 UTC, Kagamin wrote: On Thursday, 5 May 2016 at 21:20:36 UTC, QAston wrote: https://en.wikipedia.org/wiki/Sokal_affair I think IT is going to be more resistant to this nonsense than social sciences. It is more competitive and verified by customers, so at

broken urls in library reference

2016-05-06 Thread Sebastiaan Koppe via Digitalmars-d
I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule. This directed me to https://dlang.org/library/std/std_algorithm_searching.html, which returned 404.

[Issue 15996] @safe allows escaping of ptrs to variables going out of scope

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15996 Sobirari Muhomori changed: What|Removed |Added Keywords|

Re: The end of curl (in phobos)

2016-05-06 Thread qznc via Digitalmars-d
On Friday, 6 May 2016 at 09:21:43 UTC, Andrei Alexandrescu wrote: On 5/6/16 10:32 AM, Robert burner Schadek wrote: As discussed yesterday at DConf, curl in phobos must go. The plan is as follows. 1. undocument everything curl related in may 2016 2. deprecate everything curl related in may

Re: D frontend

2016-05-06 Thread Elie Morisse via Digitalmars-d
On Friday, 6 May 2016 at 09:34:39 UTC, Timon Gehr wrote: One major goal of this project is to figure out a good way to handle non-trivial compile-time dependency structures (i.e. solving the "forward reference error" problem). As it does explicit dependency tracking on AST nodes, it can

Re: Async or event library

2016-05-06 Thread chmike via Digitalmars-d-learn
Excuse the naive question rikki, why does the window event loop have to be single threaded ? The question is just to expose the rationale. Is it to avoid the synchronization overhead to access the window data ? In this case there is indeed a lot of data. Is there another reason ? In some

Re: Walter's Famous German Language Essentials Guide

2016-05-06 Thread Chris via Digitalmars-d
On Friday, 6 May 2016 at 11:22:41 UTC, deadalnix wrote: On Friday, 6 May 2016 at 11:04:52 UTC, Chris wrote: Ok, guilty as charged, but a lot of threads turn into [OT] threads even if they start out as being on topic. This particular thread was never on topic, though. This needs to stop.

Re: Async or event library

2016-05-06 Thread rikki cattermole via Digitalmars-d-learn
Me and Dicebot have just had a quick conversion on IRC about this. To recap, I'm talking about event loops for windowing. For an event loop for e.g. socket based systems like Vibe.d it is a different story. For windowing you have the limitation of having to be on the same thread as the one

Are the Dconf t-shirts available to buy from anywhere?

2016-05-06 Thread Gary Willoughby via Digitalmars-d
I love the colors and the DConf logo. The t-shirts look really cool. Are they available to buy anywhere?

Re: Async or event library

2016-05-06 Thread rikki cattermole via Digitalmars-d-learn
On 06/05/2016 11:21 PM, Dicebot wrote: On Thursday, 5 May 2016 at 09:21:04 UTC, rikki cattermole wrote: Event loops needs to be thread local not per process. So many API's such as WinAPI for e.g. GUI's have this requirement in it that its just not worth fighting over. It is implementation

Re: Walter's Famous German Language Essentials Guide

2016-05-06 Thread Andrei Alexandrescu via Digitalmars-d
On 5/6/16 1:04 PM, Chris wrote: Ok, guilty as charged No need to feel singled out, most of us do this once in a while. We're exploring either the creation of an "internal" forum (more focused) or an "offtopic" forum where such discussions can go. -- Andrei

[Issue 15968] deep-version of equals

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15968 --- Comment #3 from Per Nordlöw --- Correction: [[2,2],[1,2]].equal([[2,2],[1,2]]) currently works (without the s). --

Re: Async or event library

2016-05-06 Thread Dicebot via Digitalmars-d-learn
On Thursday, 5 May 2016 at 09:21:04 UTC, rikki cattermole wrote: Event loops needs to be thread local not per process. So many API's such as WinAPI for e.g. GUI's have this requirement in it that its just not worth fighting over. It is implementation detail. You can have global event loop and

Re: Walter's Famous German Language Essentials Guide

2016-05-06 Thread deadalnix via Digitalmars-d
On Friday, 6 May 2016 at 11:04:52 UTC, Chris wrote: Ok, guilty as charged, but a lot of threads turn into [OT] threads even if they start out as being on topic. This particular thread was never on topic, though. This needs to stop. That said, [OT] comments are also important in a community

[Issue 15968] deep-version of equals

2016-05-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15968 Per Nordlöw changed: What|Removed |Added CC||per.nord...@gmail.com

  1   2   >