Re: Better forums

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 13:41:27 +0200, Daniel Kozák via Digitalmars-d wrote: Yep, that would be perfect ;-). Now when newbie comes to dlang and read a few post on forum, his impression must be something like WTF. so he shouldn't read general. D.learn is newbie-friendly, one will usually get a

Re: Martin Nowak is officially MIA

2015-06-18 Thread via Digitalmars-d
On Thursday, 18 June 2015 at 07:22:51 UTC, Laeeth Isharc wrote: Yes - one gets so used to being able to reach people in the modern world, that a short period of disconnect leads to all kinds of concerns and doubts. Yes, it is interesting that new media creates new spaces and new types of

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #15 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #14) (In reply to dennis.m.ritchie from comment #13) But what about the thousands of people with GitHub? :) i don't see any solid evidences that changing

Re: CPU cores threads fibers

2015-06-18 Thread Robert M. Münch via Digitalmars-d-learn
On 2015-06-16 18:36:09 +, Rob T said: FYI: https://issues.dlang.org/show_bug.cgi?id=11686 https://issues.dlang.org/show_bug.cgi?id=11687 Thanks. We are currently experimenting to see how want to use the threads and what code to refactor. If we are going to bite the bullet I keep this

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #16 from Ketmar Dark ket...@ketmar.no-ip.org --- i'm writing like the only person that see a sense in talking about that. i was hoped that it is a clear hint about importance and acceptance of your proposal. and i was trying to moving you

Re: Martin Nowak is officially MIA

2015-06-18 Thread via Digitalmars-d
On Thursday, 18 June 2015 at 10:09:45 UTC, Joakim wrote: Martin probably made a mistake by not making clear that he would be away from contact for a while, but I wonder if it was I don't think it matters if Martin did or did not make a mistake. Everybody make mistakes and talk past each

Re: Workaround for typeid access violation

2015-06-18 Thread Etienne Cimon via Digitalmars-d
On Thursday, 18 June 2015 at 11:43:18 UTC, ketmar wrote: On Wed, 17 Jun 2015 22:35:12 +, Etienne Cimon wrote: e.g. __gshared MyObj g_obj1; Thread 1: g_obj1 = new MyObj; Thread 2: g_obj1.obj2 = new MyObj; Thread 3: write(g_obj1.obj2); -- access violation (probably) so no way to anchor

Re: best way to interface D code to Excel

2015-06-18 Thread Arjan via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 18:35:36 UTC, Laeeth Isharc wrote: Hi. Any thoughts on the best way to write D functions that I can call from Excel? I am completely unfamiliar with Windows programming and COM (last time I wrote this kind of thing was in the mid-90s I think using xloper and

Re: This Week in D: Dconf Thursday summaries

2015-06-18 Thread Adam D. Ruppe via Digitalmars-d-announce
I've done some COM stuff too, even interacting with vb and jscript through the IDispatch which I think will work in Excel too. I'm crazy busy the next few days, but here's the code: https://github.com/adamdruppe/com I have to remember just how to use it to guide through but maybe the

[Issue 14710] New: VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 Issue ID: 14710 Summary: VC-built DMD crashes on templated variadic function IFTI Product: D Version: D2 Hardware: All OS: All Status: NEW

Re: Better forums

2015-06-18 Thread tired_eyes via Digitalmars-d
On Thursday, 18 June 2015 at 11:41:42 UTC, Daniel Kozák wrote: On Thu, 18 Jun 2015 11:12:46 + Vladimir Panteleev via Digitalmars-d digitalmars-d@puremagic.com wrote: On Thursday, 18 June 2015 at 10:27:46 UTC, tired_eyes wrote: Having forums that are just NNTP-frontend has some

Re: Martin Nowak is officially MIA

2015-06-18 Thread Dragos Carp via Digitalmars-d
On Thursday, 18 June 2015 at 02:22:13 UTC, Vladimir Panteleev wrote: I would like to ask, what can we improve in our tooling and infrastructure to lessen the burden on release czars? Merge dmd, druntime, phobos repos.

Re: Better forums

2015-06-18 Thread Adam D. Ruppe via Digitalmars-d
On Thursday, 18 June 2015 at 05:17:22 UTC, Vladimir Panteleev wrote: Although more than half of all posts come from the web interface, about 40% use other methods. There's also people like me: when I got to post, I use the web interface (because the mailman gateway is so unbelievably bad),

Re: Better forums

2015-06-18 Thread Vladimir Panteleev via Digitalmars-d
On Thursday, 18 June 2015 at 12:45:09 UTC, Adam D. Ruppe wrote: On Thursday, 18 June 2015 at 05:17:22 UTC, Vladimir Panteleev wrote: Although more than half of all posts come from the web interface, about 40% use other methods. There's also people like me: when I got to post, I use the web

Re: Better forums

2015-06-18 Thread via Digitalmars-d
On Thursday, 18 June 2015 at 12:45:09 UTC, Adam D. Ruppe wrote: If I had to keep up with this through just the web interface, it would be impossible, web interfaces are just too hard to use. I think it is quite ok, but maybe your needs are different since you write the weekly? Anyway, I

Re: This Week in D: Dconf Thursday summaries

2015-06-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 18 June 2015 at 05:30:13 UTC, Lionello Lunesu wrote: By the way, Lightning Talk #3 was me. Awesome, thanks, I'll edit it in! I think I'll do a special edition that brings all the dconf stuff together in a few weeks too. If you've already read it ongoing, there will be little

Re: version: multiple conditions

2015-06-18 Thread via Digitalmars-d
On Thursday, 18 June 2015 at 11:53:31 UTC, ketmar wrote: On Thu, 18 Jun 2015 01:44:08 +, Ola Fosheim Grøstad wrote: On Wednesday, 17 June 2015 at 17:28:51 UTC, ketmar wrote: and `version` isn't a constant. it's a version id. it even lives in it's own name space. For no gain whatsoever.

Re: Martin Nowak is officially MIA

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 10:09:44 +, Joakim wrote: basically nobody wants to do, as it has responsibilities but basically no compensating reward, and by removing Martin from the role, you might actually have made his life easier! It doesn't sound like a punishment to me. exactly. being free

Re: version: multiple conditions

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 01:44:08 +, Ola Fosheim Grøstad wrote: On Wednesday, 17 June 2015 at 17:28:51 UTC, ketmar wrote: and `version` isn't a constant. it's a version id. it even lives in it's own name space. For no gain whatsoever. and it can be removed for good if `static if` will be

Re: version: multiple conditions

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 09:57:19 +, Ola Fosheim Grøstad wrote: Although I think it might be more readable to have and, or etc as operators. This is actually allowed in C++: a b = a and b… i prefer that to and ||, tbh, not because i have pascal/oberon background, but 'cause it's harder

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com --- When built in the Debug/x64 configuration, the compiler produces the following error: test.d(7,3): Error: template test.a cannot deduce function from argument types !()(string,

Re: Reduce has dreadful performance?

2015-06-18 Thread weaselcat via Digitalmars-d
On Thursday, 18 June 2015 at 13:20:04 UTC, John Colvin wrote: On Thursday, 18 June 2015 at 10:27:58 UTC, Russel Winder wrote: [...] What you've forgotten is to turn on your optimisation flags. Even DMD gets the first 2 vaguely right with -O -inline -release gdc is able to vectorize all 3

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #17 from dennis.m.ritc...@mail.ru --- Do you agree that one of the directions D - is to write less code than required C++? I really like this way of D. So why do we have to write more code than you need, in this place? --

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com --- The PR in question moved the new operator overload to its own .c file, which was added to the makefiles but not the Visual Studio project files. As a result, Visual Studio builds

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #18 from dennis.m.ritc...@mail.ru --- tired_eyes wrote: `If we have shorthand syntax for full imports, why there is no option for shorthand partial imports? This is expected behavior.` What is not an argument? --

Re: Better forums

2015-06-18 Thread Daniel Kozák via Digitalmars-d
On Thu, 18 Jun 2015 11:12:46 + Vladimir Panteleev via Digitalmars-d digitalmars-d@puremagic.com wrote: On Thursday, 18 June 2015 at 10:27:46 UTC, tired_eyes wrote: Having forums that are just NNTP-frontend has some disadvantages, e.g. lack of moderation and unability to wipe awful

Re: Martin Nowak is officially MIA

2015-06-18 Thread Dennis Ritchie via Digitalmars-d
On Thursday, 18 June 2015 at 09:05:27 UTC, Marc Schütz wrote: On Wednesday, 17 June 2015 at 18:35:48 UTC, Andrei Alexandrescu wrote: With this we revoke Martin's role as release czar. His github access will remain the same for the time being. I'm speechless. +1 On Thursday, 18 June 2015 at

Re: Workaround for typeid access violation

2015-06-18 Thread ketmar via Digitalmars-d
On Wed, 17 Jun 2015 22:35:12 +, Etienne Cimon wrote: e.g. __gshared MyObj g_obj1; Thread 1: g_obj1 = new MyObj; Thread 2: g_obj1.obj2 = new MyObj; Thread 3: write(g_obj1.obj2); -- access violation (probably) so no way to anchor the whole object tree by assigning it to __gshared root?

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com --- Same with Release/Win32 and Debug/Win32 as with /x64. --

Re: Reduce has dreadful performance?

2015-06-18 Thread John Colvin via Digitalmars-d
On Thursday, 18 June 2015 at 10:27:58 UTC, Russel Winder wrote: On a given machine, the code: double sequential_loop(const int n, const double delta) { auto sum = 0.0; foreach (immutable i; 1 .. n + 1) { immutable x = (i - 0.5) * delta; sum += 1.0 / (1.0 + x * x); } return 4.0 *

Re: D could catch this wave: web assembly

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 08:05:46 +, John Colvin wrote: This appears to have involvement from all major browser vendors, which provides hope it might actually catch on properly. An llvm backend will be created which will compile to wasm, hopefully LDC and/or SDC could glue to this.

Re: Better forums

2015-06-18 Thread Vladimir Panteleev via Digitalmars-d
On Thursday, 18 June 2015 at 10:27:46 UTC, tired_eyes wrote: Having forums that are just NNTP-frontend has some disadvantages, e.g. lack of moderation and unability to wipe awful offtopics like this: We can delete messages and ban users in extreme cases (e.g. outright spam). So...

Re: Martin Nowak is officially MIA

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 04:21:10 +, IgorStepanov wrote: This is international forum and we may allow only one kind of intolerance: we may hate programmers, which doesn't use D yet. we shouldn't hate them. they are poor people that simply can't see The Light yet. but even php coder can become

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #2 from Vladimir Panteleev thecybersha...@gmail.com --- Debug/x64 also started failing after dmd PR#4535. --

Re: version: multiple conditions

2015-06-18 Thread via Digitalmars-d
On Thursday, 18 June 2015 at 11:51:04 UTC, ketmar wrote: On Thu, 18 Jun 2015 09:57:19 +, Ola Fosheim Grøstad wrote: Although I think it might be more readable to have and, or etc as operators. This is actually allowed in C++: a b = a and b… i prefer that to and ||, tbh, not

Re: Martin Nowak is officially MIA

2015-06-18 Thread Craig Dillabaugh via Digitalmars-d
On Wednesday, 17 June 2015 at 18:35:48 UTC, Andrei Alexandrescu wrote: On 6/17/15 5:38 AM, IgorStepanov wrote: He returned back to github and posted some messages. End alarm:) Glad to hear that. However, the need for two other release managers is still there. The role of Release Manager

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #26 from dennis.m.ritc...@mail.ru --- At the moment, we can only write this: import a, b, c : baz; And we can not write this: import a : foo, b : bar, c : baz; So do not be, because it is completely unreadable (if a lot of modules - a

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #22 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #16) besides, there already was a discussion about something similar, and the answer was no. Prior to that, decisions have been bad enough. My solution solves

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #19 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to dennis.m.ritchie from comment #17) Do you agree that one of the directions D - is to write less code than required C++? nope. (In reply to dennis.m.ritchie from comment

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #20 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #19) (In reply to dennis.m.ritchie from comment #17) Do you agree that one of the directions D - is to write less code than required C++? nope. Quote of

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #21 from dennis.m.ritc...@mail.ru --- And I want to ask you another question: Why do not need to add this syntax in D? --

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 weaselcat r9shacklef...@gmail.com changed: What|Removed |Added CC||r9shacklef...@gmail.com

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #25 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #24) import a; import b; import c; three lines. import { a; b; c; } five lines. i think that discussion can be closed now.

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #6 from Vladimir Panteleev thecybersha...@gmail.com --- (In reply to Vladimir Panteleev from comment #5) https://github.com/D-Programming-Language/dmd/pull/4535 Sorry, correct link is:

[Issue 14702] struct epoll_event is packed incorrectly

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14702 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull --

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #24 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to dennis.m.ritchie from comment #20) (In reply to Ketmar Dark from comment #19) (In reply to dennis.m.ritchie from comment #17) Do you agree that one of the directions D -

[Issue 14710] VC-built DMD crashes on templated variadic function IFTI

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14710 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com --- Pull request to make the VS build use the bump-the-pointer allocator: https://github.com/D-Programming-Language/dmd/pull/4535 The use-after-free bug remains, though. --

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #27 from dennis.m.ritc...@mail.ru --- (In reply to weaselcat from comment #23) I think this is a good idea, maybe you should bring it up on the main NG. Where can I do it? I understand that it's here somewhere: news.digitalmars.com

[Issue 14703] Missing SIMD definitions for backend\el.c 2613

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14703 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 14418] D-style Variadic Function example does not compile

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14418 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/07e979c53f042aa5b4aa7fa85739e2992ebedb03 Merge pull

[Issue 14338] Implement DIP25 Sealed References

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14338 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/77ba899e74452771723dfadaebb3c80873e4cabc Add issue 14338

[Issue 14259] rdmd: --build-only / -of / -od incompatible with --dry-run

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14259 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/3ff5be6ee514d7a5239d1854cc58db22e3623ee3 fix Issue 14259 - rdmd:

[Issue 14329] [2.067] offline doc - menu broken due to missing jquery-1.7.2.min.js

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14329 github-bugzi...@puremagic.com changed: What|Removed |Added Status|CLOSED |RESOLVED --

[Issue 14080] No mention of documented unittests on ddoc's page

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14080 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/738506db345b483657cd11c63ad49ba1b566d5a5 Fix issue 14080

[Issue 12803] __traits(getFunctionAttributes) is not documented

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12803 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/884f46101ea0cdb611cc3c5c43a1961202818980 Fix issue 12803

[Issue 14280] Links to command line tools have disappeared from navigation

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14280 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/be9392998dfdd2d66db7b1ff7137deb5d4ca0ae4 mostly fix

[Issue 14326] syntax highlighting of dpl-docs no longer works

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14326 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/1ec3961e7fa4fd7840408be54c6213fc1dc13ede Fix issue 14326

[Issue 13758] RDMD renames directory if -ofNAME is the name of a directory

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13758 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/7b655a13ce020232b625fabaaea5918fad18fcc2 fix Issue 13758 - RDMD

[Issue 14258] SIGSEGV in dpldocs

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14258 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/cc8d8123ef0dff1705e729d1faad2b710639771f Merge pull

[Issue 14329] [2.067] offline doc - menu broken due to missing jquery-1.7.2.min.js

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14329 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/f074e250f9ac0079801b3e98eeaad2d33d1c0d98 fix Issue

[Issue 4733] Possible bugs caused by dynamic arrays in boolean evaluation context

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4733 --- Comment #33 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/baa98b725ac75356a29405c164743f7cea7d502d Add changelog

[Issue 133] Assertion toobj.c:258

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=133 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/90465564e9be19f05c58be834260d7f4068b705c rdmd: Remove tango warning

[Issue 14661] Error executing command build: Unknown dependency: ddox when building website

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14661 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/1c4d0072f90e5b5fae3b0c25a450ddc50187f0d3 Issue 14661 -

[Issue 13527] ddoc website documentation does not match the current built-in symbols

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13527 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/c79b179cc0bf1128916521db70bba9d08e3dffd3 Fix issue 13527

Re: std.experimental.collection.functional.slist

2015-06-18 Thread Andrei Alexandrescu via Digitalmars-d
JDemler jakob.dem...@stud-mail.uni-wuerzburg.de wrote: On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: First pass illustrating the basic data layout: http://dpaste.dzfl.pl/0d4a589ad6f5 Code is obviously barebones but passes tests and works with allocators. Notes:

[Issue 14704] The design, which allows not to write import, import, import ... for selective imports

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #33 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to dennis.m.ritchie from comment #31) so i was right: you choose to go personal 'cause you have zero technical arguments. thanks for not hiding that fact. --

Re: Martin Nowak is officially MIA

2015-06-18 Thread ketmar via Digitalmars-d
On Fri, 19 Jun 2015 02:00:41 +, Etienne wrote: On Thursday, 18 June 2015 at 20:58:38 UTC, ketmar wrote: On Thu, 18 Jun 2015 14:45:26 +, Etienne wrote: My point is, we need to be able to extend it to build and link an application with a custom druntime/phobos/dmd version from source.

Re: Martin Nowak is officially MIA

2015-06-18 Thread Etienne via Digitalmars-d
On Thursday, 18 June 2015 at 20:58:38 UTC, ketmar wrote: On Thu, 18 Jun 2015 14:45:26 +, Etienne wrote: My point is, we need to be able to extend it to build and link an application with a custom druntime/phobos/dmd version from source. exactly what you can do with Reggae. now Reggae

Re: N-dimensional slices is ready for comments!

2015-06-18 Thread jmh530 via Digitalmars-d-announce
On Monday, 15 June 2015 at 08:40:31 UTC, Ilya Yaroshenko wrote: Hi All, PR and Examples: https://github.com/D-Programming-Language/phobos/pull/3397 DUB http://code.dlang.org/packages/dip80-ndslice N-dimensional slices is real world example where `static foreach` would be useful.

std.typecons.wrap support for struct

2015-06-18 Thread Jesse Phillips via Digitalmars-d
Hey D peoples, I just wanted to bring attention to a pull request I submitted. It adds the ability to use wrap and unwrap with a struct. It has had some review and I made updates. I realize there are bigger fish to fry but maybe there are some out there compiling their own compiler and would

[Issue 14296] RDMD fails at building a lib when the source is in a subdir

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14296 --- Comment #2 from Nick Sabalausky cbkbbej...@mailinator.com --- https://github.com/D-Programming-Language/dmd/pull/4753 --

[Issue 14305] DMD incorrectly interprets -of and -od with -lib

2015-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14305 --- Comment #5 from Nick Sabalausky cbkbbej...@mailinator.com --- https://github.com/D-Programming-Language/dmd/pull/4753 --

Re: Encapsulate return value in scoped

2015-06-18 Thread Yuxuan Shui via Digitalmars-d-learn
On Friday, 19 June 2015 at 00:00:50 UTC, Ali Çehreli wrote: On 06/18/2015 04:53 PM, Yuxuan Shui wrote: On Thursday, 11 June 2015 at 21:38:59 UTC, Ali Çehreli wrote: About returning scoped!C, I think it works: I just find out that the document of scoped says that It's Thanks for fixing the

Re: std.experimental.collection.functional.slist

2015-06-18 Thread Andrei Alexandrescu via Digitalmars-d
On 6/18/15 6:26 PM, ZombineDev wrote: On Friday, 19 June 2015 at 01:07:10 UTC, ZombineDev wrote: On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: [..] I also noticed that the `front` primitive returns only `const ref` (instead of `inout ref`). Is this because the user

Re: std.experimental.collection.functional.slist

2015-06-18 Thread Andrei Alexandrescu via Digitalmars-d
On 6/18/15 6:07 PM, ZombineDev wrote: It's a nice start and I like in general how easy it is to integrate an allocator to the design. The node ref-counting and disposal make this almost a classic text-book example - it's that easy :) Thanks for taking a look! Yah, I, too, was a tad surprised

Re: D could catch this wave: web assembly

2015-06-18 Thread Joakim via Digitalmars-d
On Thursday, 18 June 2015 at 21:15:35 UTC, Wyatt wrote: On Thursday, 18 June 2015 at 19:23:26 UTC, Joakim wrote: On Thursday, 18 June 2015 at 18:30:24 UTC, Abdulhaq wrote: Of course this is exactly true and it drives me mad too, but you can't just jettison it in favour of a better

Re: Encapsulate return value in scoped

2015-06-18 Thread Ali Çehreli via Digitalmars-d-learn
On 06/18/2015 05:25 PM, Yuxuan Shui wrote: What problem can moving a scoped cause when there's no reference to its inner class? I am curious as well. Could it be related to the object's 'monitor'? Perhaps some other code may have a reference to monitor? And that reference does not

Re: std.experimental.collection.functional.slist

2015-06-18 Thread ZombineDev via Digitalmars-d
On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: First pass illustrating the basic data layout: http://dpaste.dzfl.pl/0d4a589ad6f5 Code is obviously barebones but passes tests and works with allocators. Notes: * I managed to not store one allocator per node, but

Re: std.experimental.collection.functional.slist

2015-06-18 Thread ZombineDev via Digitalmars-d
On Friday, 19 June 2015 at 01:07:10 UTC, ZombineDev wrote: On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: [...] BTW, for those who want to review this, you actually don't need to download the forthcoming allocator modules. You can just replace the missing imports

Re: std.experimental.collection.functional.slist

2015-06-18 Thread ZombineDev via Digitalmars-d
On Friday, 19 June 2015 at 01:07:10 UTC, ZombineDev wrote: On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: [..] I also noticed that the `front` primitive returns only `const ref` (instead of `inout ref`). Is this because the user should regard the SList as immutable -

Re: version: multiple conditions

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 17:12:31 +0200, Timon Gehr wrote: On 06/18/2015 01:53 PM, ketmar wrote: On Thu, 18 Jun 2015 01:44:08 +, Ola Fosheim Grøstad wrote: On Wednesday, 17 June 2015 at 17:28:51 UTC, ketmar wrote: and `version` isn't a constant. it's a version id. it even lives in it's

Re: Some reason rdmd uses -v instead of -deps?

2015-06-18 Thread Jesse Phillips via Digitalmars-d
On Friday, 19 June 2015 at 04:35:26 UTC, Nick Sabalausky wrote: Does anyone know why RDMD collects dependencies using -v instead of -deps? I was thinking of doing a PR to switch it to -deps as that would help solve a couple problems, but I'm not sure if there's already some reason why it's

Some reason rdmd uses -v instead of -deps?

2015-06-18 Thread Nick Sabalausky via Digitalmars-d
Does anyone know why RDMD collects dependencies using -v instead of -deps? I was thinking of doing a PR to switch it to -deps as that would help solve a couple problems, but I'm not sure if there's already some reason why it's using -v instead. (I could've sworn it used to use -deps at some

Re: std.experimental.collection.functional.slist

2015-06-18 Thread ZombineDev via Digitalmars-d
On Friday, 19 June 2015 at 03:10:36 UTC, ZombineDev wrote: [...] In short, make SList both a range and a collection, just like the way arrays/slices are.

Re: std.experimental.collection.functional.slist

2015-06-18 Thread ZombineDev via Digitalmars-d
On Friday, 19 June 2015 at 02:24:35 UTC, Andrei Alexandrescu wrote: On 6/18/15 6:26 PM, ZombineDev wrote: On Friday, 19 June 2015 at 01:07:10 UTC, ZombineDev wrote: On Thursday, 18 June 2015 at 23:32:03 UTC, Andrei Alexandrescu wrote: [..] Yah, traditionally functional data structures don't

Re: D could catch this wave: web assembly

2015-06-18 Thread Joakim via Digitalmars-d
On Thursday, 18 June 2015 at 22:20:25 UTC, deadalnix wrote: On Thursday, 18 June 2015 at 22:07:06 UTC, Ola Fosheim Grøstad wrote: I looked into PNaCl a bit, but when it comes to Google I always get the feeling that they feel it is sufficient to make native programming possible rather than

Re: Berlin D Meetup June 2015

2015-06-18 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 18 June 2015 at 07:55:45 UTC, Ben Palmer wrote: On Wednesday, 17 June 2015 at 18:24:09 UTC, Laeeth Isharc wrote: Wish I could be there, and a recording would be great. Might I ask one question? I noticed that everything on the meetup page was in English. Is this the norm

Re: version: multiple conditions

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 12:19:03 +, Ola Fosheim Grøstad wrote: p.s. and i hate that true converts to 1. in many forth systems true is -1, and it's way better. `acast(int)true` actually works for the most widely used case (when a.sizeof = int.sizeof), for examplt. I'm all for very strict

Re: Workaround for typeid access violation

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 12:08:10 +, Etienne Cimon wrote: On Thursday, 18 June 2015 at 11:43:18 UTC, ketmar wrote: On Wed, 17 Jun 2015 22:35:12 +, Etienne Cimon wrote: e.g. __gshared MyObj g_obj1; Thread 1: g_obj1 = new MyObj; Thread 2: g_obj1.obj2 = new MyObj; Thread 3:

Re: Workaround for typeid access violation

2015-06-18 Thread Etienne via Digitalmars-d
On Thursday, 18 June 2015 at 14:11:42 UTC, ketmar wrote: On Thu, 18 Jun 2015 12:08:10 +, Etienne Cimon wrote: On Thursday, 18 June 2015 at 11:43:18 UTC, ketmar wrote: On Wed, 17 Jun 2015 22:35:12 +, Etienne Cimon wrote: e.g. __gshared MyObj g_obj1; Thread 1: g_obj1 = new MyObj;

Re: Martin Nowak is officially MIA

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 14:14:28 +, Etienne wrote: Not every package manager has to provide binaries. We simply build the packages through dub. dub+dmd is a good source package manager in itself, we need to write a dub.json for dmd/druntime/phobos and make it possible to compile them through

Re: Martin Nowak is officially MIA

2015-06-18 Thread anonymous via Digitalmars-d
On Thursday, 18 June 2015 at 13:40:43 UTC, Craig Dillabaugh wrote: As others have said this seems a bit harsh. I presume that by 'we' you mean that yourself and Walter arrived at this decision together? If you really felt the need to remove Martin from this position, the appropriate way

Re: Martin Nowak is officially MIA

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 13:51:05 +, Etienne wrote: On Thursday, 18 June 2015 at 12:37:15 UTC, Dragos Carp wrote: On Thursday, 18 June 2015 at 02:22:13 UTC, Vladimir Panteleev wrote: I would like to ask, what can we improve in our tooling and infrastructure to lessen the burden on release

Re: Lost found: laser pen

2015-06-18 Thread Jonathan M Davis via Digitalmars-d
On Wednesday, 17 June 2015 at 19:02:27 UTC, Walter Bright wrote: On 6/17/2015 10:33 AM, Andrei Alexandrescu wrote: Someone left a laser pen in the room where we had DConf. Describe it to us to get it back. Thanks! -- Andrei If it looks like this, it's mine.

Re: Better forums

2015-06-18 Thread ketmar via Digitalmars-d
On Thu, 18 Jun 2015 12:49:31 +, Vladimir Panteleev wrote: On Thursday, 18 June 2015 at 12:45:09 UTC, Adam D. Ruppe wrote: On Thursday, 18 June 2015 at 05:17:22 UTC, Vladimir Panteleev wrote: Although more than half of all posts come from the web interface, about 40% use other methods.

Re: Better forums

2015-06-18 Thread David Gileadi via Digitalmars-d
On 6/18/15 1:12 AM, Tofu Ninja wrote: On Thursday, 18 June 2015 at 07:24:34 UTC, Jens Bauer wrote: On Thursday, 18 June 2015 at 04:35:31 UTC, Rikki Cattermole wrote: On 18/06/2015 4:25 p.m., Joakim wrote: On Thursday, 18 June 2015 at 04:01:42 UTC, Rikki Cattermole wrote: I agree with Rikki

Re: Workaround for typeid access violation

2015-06-18 Thread Laeeth Isharc via Digitalmars-d
On Thursday, 18 June 2015 at 15:09:46 UTC, Wyatt wrote: On Wednesday, 17 June 2015 at 22:21:21 UTC, Laeeth Isharc wrote: Do you have any links to reading material on this type of GC? This comes to mind, along with the citations:

Re: D could catch this wave: web assembly

2015-06-18 Thread Mattcoder via Digitalmars-d
On Thursday, 18 June 2015 at 08:05:48 UTC, John Colvin wrote: ... I hope this don't turn into this: https://imgs.xkcd.com/comics/standards.png Matheus.

Re: Martin Nowak is officially MIA

2015-06-18 Thread deadalnix via Digitalmars-d
On Thursday, 18 June 2015 at 16:41:51 UTC, Andrei Alexandrescu wrote: I definitely am sorry for not handling this better. What I should have done in retrospect is to resume efforts to reach Martin privately after evidence came about that he's alive and well, then discuss reasonable

  1   2   3   >