Re: Does anyone get line numbers in stack traces on Linux?

2015-06-17 Thread ketmar via Digitalmars-d-learn
i have that. with GCD. ;-) signature.asc Description: PGP signature

Re: Martin Nowak is officially MIA

2015-06-17 Thread berlin via Digitalmars-d
angry - yes after getting stabbed on my way home from work with an allahu akbar. hate - no. i despise the muslim religion for its pedophile men (and prophet) marrying 9 yr. old girls, beheading people because they are no muslims, raping themselves through the middle east and thinking of

[Issue 14682] [REG2.037] Incorrect interpretation of ~ []

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14682 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4d5c653d83984e85ba3976702c4f59a95b8d087a fix Issue 14682 -

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

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #12 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to dennis.m.ritchie from comment #11) But another thing Olympiad programming. the last thing in the world language designers should think of. --

Re: Workaround for typeid access violation

2015-06-17 Thread Etienne via Digitalmars-d
On Wednesday, 17 June 2015 at 18:41:13 UTC, Laeeth Isharc wrote: On Wednesday, 17 June 2015 at 02:35:40 UTC, Etienne Cimon wrote: On Tuesday, 16 June 2015 at 22:31:38 UTC, Etienne Cimon wrote: Yeah, I'm going to make a personal branch and develop a GC thread-local, and ensure memory/vtbl is

Re: std.container: fork in the road

2015-06-17 Thread Wyatt via Digitalmars-d
On Wednesday, 17 June 2015 at 16:21:18 UTC, ixid wrote: On Wednesday, 17 June 2015 at 15:57:38 UTC, Wyatt wrote: But sanity and API versioning may exist at opposite ends of a spectrum, if I recall my history. What are the downsides? Issues, off the top of my head: figuring out which is

[Issue 14709] New: dmd/samples/listener.d exception handling is poor

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14709 Issue ID: 14709 Summary: dmd/samples/listener.d exception handling is poor Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: minor

Re: Lost found: laser pen

2015-06-17 Thread Walter Bright via Digitalmars-d
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. http://www.independent.co.uk/incoming/article8435194.ece/alternates/w620/Goldfinger.jpg

Base type for arrays

2015-06-17 Thread jmh530 via Digitalmars-d-learn
I want to write a function template that works for any array of a particular type, but not the base type, so real[], real[][], etc, but not real. I was using ForeachType to do some testing, but it doesn't really get the base type. It just takes one of the [] off and returns the remaining type

Re: std.container: fork in the road

2015-06-17 Thread Adam D. Ruppe via Digitalmars-d
On Wednesday, 17 June 2015 at 16:00:30 UTC, Wyatt wrote: I guess I'll have to wait for Adam's write-up, then. I'm probably going to write that one tomorrow, but won't post it until Sunday night/Monday morning. The short of it is to check for what methods are available instead of trying to

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

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #11 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #9) you know what? people invented a great thing called library, so you can move the code you're using in various places to the library and stop copypasting it

Re: Martin Nowak is officially MIA

2015-06-17 Thread Andrei Alexandrescu via Digitalmars-d
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 and This Week In D are the two ones somewhat special in the community:

Re: PHP verses C#.NET verses D.

2015-06-17 Thread Laeeth Isharc via Digitalmars-d
On Wednesday, 17 June 2015 at 16:28:42 UTC, Etienne wrote: I've been working on developing the entire Web Stack in D, down from the kernel to the multiplexed HTTP/2 protocol and the high-level framework that queries the database and serves the response in json. Your work looks very

Re: What's the ETA for 2.068?

2015-06-17 Thread Namespace via Digitalmars-d
On Wednesday, 17 June 2015 at 17:38:03 UTC, weaselcat wrote: On Thursday, 11 June 2015 at 06:26:31 UTC, weaselcat wrote: last I read was after dconf, seems martin created a PR to branch 2.068, so I guess Soon. It is delayed: http://forum.dlang.org/post/5581be03.5070...@erdani.org

best way to interface D code to Excel

2015-06-17 Thread Laeeth Isharc via Digitalmars-d-learn
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 C). The easiest way for now seems to be via pyxll and pyd. Wrap

[Issue 14699] [REG2.062] ICE: segfaults on array with zero size

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14699 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5d70b1a0d07cc16ef579360fc697116f5ef630d0 fix Issue 14699 - ICE:

[Issue 14699] [REG2.062] ICE: segfaults on array with zero size

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

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

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14704 --- Comment #13 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #12) the last thing in the world language designers should think of. But what about the thousands of people with GitHub? :) --

Re: DMD memory management

2015-06-17 Thread deadalnix via Digitalmars-d
On Wednesday, 17 June 2015 at 17:10:40 UTC, ketmar wrote: On Mon, 15 Jun 2015 18:19:06 -0400, bitwise wrote: When memory is never cleaned up, can't that make fork() really slow? Doesn't fork copy all memory of the entire process? on any decent OS fork(2) does CoW (copy-on-writing), so

Re: Base type for arrays

2015-06-17 Thread Alex Parrill via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 19:53:07 UTC, jmh530 wrote: I want to write a function template that works for any array of a particular type, but not the base type, so real[], real[][], etc, but not real. I was using ForeachType to do some testing, but it doesn't really get the base type. It

Re: Workaround for typeid access violation

2015-06-17 Thread Laeeth Isharc via Digitalmars-d
On Wednesday, 17 June 2015 at 02:35:40 UTC, Etienne Cimon wrote: On Tuesday, 16 June 2015 at 22:31:38 UTC, Etienne Cimon wrote: Yeah, I'm going to make a personal branch and develop a GC thread-local, and ensure memory/vtbl is left intact during collection/finalization, it's a good experiment

Re: std.container: fork in the road

2015-06-17 Thread Laeeth Isharc via Digitalmars-d
On Wednesday, 17 June 2015 at 06:08:57 UTC, Andrei Alexandrescu wrote: This is another manifestation of the systemic problem of our community that's been discussed here in the past - there are matters that greatly affect negatively the uptake of D, yet they stay unresolved for literally months

[Issue 14709] dmd/samples/listener.d socket.accept exception handling is incorrect

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14709 Kyle Hunter kelethun...@gmail.com changed: What|Removed |Added Summary|dmd/samples/listener.d |dmd/samples/listener.d

Re: Are stack+heap classes possible in D?

2015-06-17 Thread ketmar via Digitalmars-d-learn
On Wed, 17 Jun 2015 06:02:46 +, WhatMeWorry wrote: I guess the question would be why would one want a struct on the heap and a class on the stack? Performance reasons? struct on the heap: some containers, for example, doing their own memory management. class on the stack: guaranteed

Re: Berlin D Meetup June 2015

2015-06-17 Thread Laeeth Isharc via Digitalmars-d-announce
On Tuesday, 16 June 2015 at 16:42:22 UTC, Ben Palmer wrote: Hi All, The next Berlin D Meetup will be happening as always on the third Friday of the month, June the 19th at 19:30. The venue will be Berlin Co-Op (http://co-up.de/) on the 3rd floor. Mathias Lang will be doing a presentation

[Issue 14682] [REG2.037] Incorrect interpretation of ~ []

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

Re: Workaround for typeid access violation

2015-06-17 Thread Laeeth Isharc via Digitalmars-d
On Wednesday, 17 June 2015 at 19:52:41 UTC, Etienne wrote: https://github.com/etcimon/druntime/commit/7da3939637bd1642400dbed83e3b0ff2844386ac Only error was with a signal handler trying to allocate on the GC. I think it'll be worth it for me to use this from now on. There's no locking and

Re: Base type for arrays

2015-06-17 Thread jmh530 via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 20:06:54 UTC, Alex Parrill wrote: Try: void foo(T)(T[] arg) { // In here, T should be the element type, and T[] the array type. } Not a general solution, but you mentioned that you wanted this for a function parameter. I don't think this works for

[Issue 9023] CTFE: cannot use ~= on an empty AA.

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9023 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1e25862da6b588794165ced4b89f72870fa660d7 fix Issue 9023 - CTFE:

[Issue 14174] Weird IFTI deduction failure

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14174 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0c853825e5d3ee0d8cd616a63eca61675b183f63 fix Issue 14174 - Weird

Re: Can't call GetWindowTextW - Error:undefined identifier

2015-06-17 Thread Dan via Digitalmars-d-learn
thank you John it worked :) do I always need do the same for all windows API?

[Issue 14230] [REG2.067b2] std.array.join misses the first element which is empty string

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14230 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/43e56d57a51ef6a3240a459d3e6068fc4a9292a5 Fix Issue 14230 -

[Issue 14206] cdouble is broken

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14206 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/efabbd365e4b46337135240f18ad96fd6d78c921 std.math №3: conj for

[Issue 14568] [REG2.067] gaggederrors ICE

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

[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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

Re: Can't call GetWindowTextW - Error:undefined identifier

2015-06-17 Thread Dan via Digitalmars-d-learn
thank you so much John :)

[Issue 14610] [REG2.067] 'null this' assertion missing in 2.067

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

[Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14617 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/ab78a534dc017efecbe86f79f5d4559b85ef8619 fix issue 14617

[Issue 14634] dmd crashes without any input

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

[Issue 10972] aggregate postblit doesn't clean up in case of failure

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

[Issue 14235] [REG2.066] full-qualified template instantiation misses its error location

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

[Issue 12799] Forward reference to nested enum with struct.sizeof

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12799 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/945b754bd1084b77f09da55f5cc9c1f2ea5e89ca fix Issue 12799 - Forward

[Issue 13236] Invalid recursive struct field error not gagged in 'is'-expression

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13236 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6bcabda72140387afd10b2e369e4a4f9750a20f1 fix Issue 13236 - Invalid

[Issue 14560] [REG2.058] Strange -inline behavior

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14560 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9f886976493597585085894a49f7a39d5425bdab fix Issue 14560 - Strange

[Issue 12152] Cannot forward reference subclass member in superclass

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12152 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/91dd1ff1ec207d3510fc12808e8166c3f80dab05 fix Issue 12152 - Cannot

[Issue 14275] Qualified package protection for aggregate member doesn't work

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

[Issue 6565] out 2D fixed-sized array

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6565 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/838abc6a84aca89d2f6b356e1f37977f63968730 fix Issue 6565 - out 2D

[Issue 11530] need gdb test suite

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11530 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c775004af512810da1048f42df6cf6f9d2de4cba fix Issue 11530 - need gdb

[Issue 7151] [CTFE] cannot compare classes with ==

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fbfbb381b5843e7a9a05b6511f8a47955cdb1e3b add test for Issue 7151 -

[Issue 11019] fwd reference : legal in C++, CT error in D (unable to resolve forward reference in definition)

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11019 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4ff3cb86fa658331257dca28808c043fcb4f6f70 fix Issue 11019 - fwd

[Issue 13985] Wrong code when using super to call final interface method

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4ebacd35d52e3838aa1e936cf6bb93f339d8e70f fix Issue 13985 - Wrong code

[Issue 14247] string within demangled symbol name should be made escape

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

[Issue 14272] DMD segfault on invalid circular enum initialization

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14272 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ef5a4511c257f478074d262f2df89d94449ab3f6 fix Issue 14272 - DMD

[Issue 14276] DWARF debug info for SIMD broken

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

[Issue 14395] [REG2.067] Typesafe variadic function call collapsed if being used for default value

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14395 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9982f52fee882bd78143ce76e8547ef59c8e8454 fix Issue 14395 - Typesafe

[Issue 14243] mixin template scope inconsistency?

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

[Issue 14249] Loose error check for incorrect template mixin

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14249 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bdc92c7c244398a361261369c3f59daccaa62664 fix Issue 14249 - Loose

[Issue 14406] [REG2.068a] GIT HEAD ignores forward reference and generates wrong code

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14406 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4d91f33111d54ed09b9275b48bd65d243a3e3f05 fix Issue 14406 - GIT HEAD

[Issue 14264] Destructor not called when struct is returned from a parenthesis-less function call

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14264 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/753d6c9a19cf342d59ebae1c98eaa225d7c5f1ad fix Issue 14264 -

[Issue 14407] No protection and attributes check for class/struct allocator in NewExp

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

[Issue 14446] ICE on invalid import

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14446 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5766e5704c622db4a368c17d206e7da093ca26a3 fix Issue 14446 - ICE on

[Issue 14565] dmd -profile produces garbled output for long-running CPU-intensive processes

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

[Issue 14313] [ld.gold] gdb: wrong value of shared variables

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14313 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9bd7c7c24c5d30db21520d5edf8bf4433164a8e8 Fix Issue 14313 - [ld.gold]

[Issue 14511] Profiler does not work with multithreaded programs

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

[Issue 14376] [REG2.064] false positive Error: one path skips field

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14376 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8691c0c3579107b48e044e01ac340d86f00f885a fix Issue 14376 - false

[Issue 14317] [REG2.066] ICE (cgcod.c 1767) when compiing with -profile -O -inline

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

[Issue 7815] Mixin template forward reference (?) regression

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7815 --- Comment #19 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d0c854a1722c286777c5e48e0780e5318a986f49 Move issue 7815 case to

[Issue 14547] Ddoc should prefer new Variable Template syntax

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14547 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4adaa202f70c237bd4678fc1e8dc09d4c7ace229 fix Issue 14547 - Ddoc

[Issue 14321] Unnecessary destructor call with and AA's

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14321 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/751155f005db896546909e738ad4b576b17078d7 fix Issue 14321 -

[Issue 14343] Postfix increment doesn't work on structs with immutable member

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14343 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/30219cc6a1a647eb39e033342fa29a28a4da30fe fix Issue 14343 - Postfix

Re: Martin Nowak is officially MIA

2015-06-17 Thread deadalnix via Digitalmars-d
On Wednesday, 17 June 2015 at 18:35:48 UTC, Andrei Alexandrescu wrote: The role of Release Manager and This Week In D are the two ones somewhat special in the community: they're closest to an actual job, in the sense that regularity and professionalism are crucial. You need to show up and do

Re: osx shared libraries.

2015-06-17 Thread bitwise via Digitalmars-d
On Tue, 16 Jun 2015 20:07:03 -0400, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 16 June 2015 at 23:52:26 UTC, bitwise wrote: I would like to try LDC, so I'll probably give it a go next release. It looks like the runtime for LDC would need some work too though. In particular, it

Re: Martin Nowak is officially MIA

2015-06-17 Thread bitwise via Digitalmars-d
On Wed, 17 Jun 2015 14:35:47 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: With this we revoke Martin's role as release czar. His github access will remain the same for the time being. Shame! http://i.imgur.com/OyLhxfc.gif Bit

Re: Martin Nowak is officially MIA

2015-06-17 Thread Etienne via Digitalmars-d
On Wednesday, 17 June 2015 at 23:47:26 UTC, deadalnix wrote: On Wednesday, 17 June 2015 at 18:35:48 UTC, Andrei Alexandrescu wrote: [...] There is a very important difference with an actual job: an actual job with a salary. You just can't expect the same level of commitment from a volunteer

Re: Workaround for typeid access violation

2015-06-17 Thread Etienne Cimon via Digitalmars-d
On Wednesday, 17 June 2015 at 22:21:21 UTC, Laeeth Isharc wrote: On Wednesday, 17 June 2015 at 21:35:34 UTC, Etienne wrote: I am no compiler/runtime guru, but it sounds like if it were possible to make this a swappable option for D this might be very important. Is this true, and how much

Re: Base type for arrays

2015-06-17 Thread jmh530 via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 20:33:11 UTC, Namespace wrote: import std.stdio; template BaseTypeOf(T) { static if (is(T : U[], U)) alias BaseTypeOf = BaseTypeOf!(U); else alias BaseTypeOf = T; } void foo(T : U[], U)(T arr) if (is(BaseTypeOf!(U) == real)) {

Re: std.container: fork in the road

2015-06-17 Thread Kiith-Sa via Digitalmars-d
1. Just keep the current spec and deal with it. Some containers are and will remain garbage collected because they started as such. Add new containers that are better alongside them. 2. Do break compatibility of containers, mainly by taking advantage of them being under-documented. In a way

Re: Can't call GetWindowTextW - Error:undefined identifier

2015-06-17 Thread John Chapman via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 20:50:27 UTC, John Chapman wrote: wchar[MAX_PATH] buffer; int length = GetWindowTextW(GetForegroundWindow(), buffer.ptr, buffer.length); Don't know why I used MAX_PATH there. You should probably dynamically allocate a buffer based on GetWindowTextLengthW.

[Issue 9914] Do attribute inference for auto functions

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9914 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5 Merge pull request #1877 from

[Issue 14179] Posix x86_64 varargs prolog clobbers RDX

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14179 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0687872a11386f5cb9da0d88af59cf460badf2d7 Fix Issue 14179 - Posix

[Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13009 --- Comment #15 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b4f6725e3c94c302d5b161a6d7f8dff271cb8f64 fix Issue 13009 - inout

[Issue 14596] Error: e2ir: cannot cast malloc(42u) of type void* to type char[]

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14596 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2bcf5dc2111fea1b99cb03841b93ef4d55d49107 fix Issue 14596 - Error:

[Issue 12502] Some static array casts incorrectly rejected in safe code

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

[Issue 10282] Refused assignment of vector op result to const array

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10282 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a7ec2c069d9ba6a7b611eba1ce22574647a240f5 fix Issue 10282 - Refused

[Issue 8698] Forward reference error with interfaces

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8698 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fdbfd70aa1a3a991ba620a5855f9aa0b489f2905 Move issue 8698 test case to

[Issue 14344] [REG2.067] Wrong opBinary call in construction

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14344 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a39502dad3138bc911a7c092a38bc095dbd91227 fix Issue 14344 - Wrong

[Issue 11746] invalid enum forward reference pattern not detected

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11746 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1b419fb6972bdf30e71d35f0a93aac900e11e1dd fix Issue 11746 - invalid

[Issue 10101] static if conditional cannot be at global scope using mixin template

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10101 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e56015dd24c077ecc36685b8c43f12a9afc294ed Move issue 10101 test case

[Issue 14330] Wrong DWARF type of dynamic array variable

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14330 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/614c756180296550be45e4f3f81223f16ede8eb1 Fix Issue 14330 - Wrong

[Issue 12543] Class.sizeof requires the Class' definition

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12543 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a080c8b3242c27efe07325b1c5ddfacb998d4e99 Move issue 12543 14010 test

[Issue 12201] Crash on forward reference import within mixed in template

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12201 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e1db093d7373076379c65702c9218ed950c0ecca Move issue 12201 test case

[Issue 14666] [REG2.061] Bogus forward reference error

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14666 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0504d664beacd11ec5d0e8afaf209357f2d0f9de fix Issue 14666 - Bogus

[Issue 14267] [REG2.067beta2] ICE when determining if a function can be inlined

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14267 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e5e7ddca3fd90a8fc473a594efd9204fc6818f73 fix Issue 14267 - ICE when

[Issue 14352] Two goto cases in one case branch does not work correctly

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14352 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e522feb89f080b489eade882bd204006df506cf5 fix Issue 14352 - Two goto

[Issue 14672] [REG2.067.0] Internal error: e2ir.c 4620 when copying array of derived class to an array of base class

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14672 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/306e7b146535c84c065c41f52b3674c2ee1ac832 fix Issue 14672 - Internal

[Issue 13049] in template arguments the compiler fails to parse scope for function pointers arguments

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13049 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1f8ca2b7bb1c0f33bea164e206114426395cda6b Move issue 13049 test case

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 --- Comment #16 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c89d666984b74bcd6d50afbdf2d478370f3c52a9 fix Issue 14225 - GDB:

[Issue 14232] redundant attribute 'const'

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14232 --- Comment #23 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/53c5b59ca83e471fea6e4464862b39e62df0f335 Merge pull request #4458

[Issue 5770] Template constructor bypass access check

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5770 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4cd6985729ae349d869624146c5e57ec1fe8ff2b fix Issue 5770 - Template

[Issue 12289] incorrect core.stdc.stdio.fpos_t alias

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12289 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/b96aa6962ac477bf711f7bedc4cc326534025ce2 Fix Issue 12289 -

  1   2   3   4   5   >