www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - #dbugfix Issue 5710

reply ciechowoj <keepitsimplesirius gmail.com> writes:
Digging out and old yet important issue.
Mar 19 2018
next sibling parent Rubn <where is.this> writes:
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
That's one of those bugs that even if a solution gets implemented, it won't get accepted and pulled in. Soweone up top needs to figure out how they want it to be implemented in an acceptable manor first. From the looks of the issue comments, and how long the issue has been open. Seems like there's no solution that's deemed acceptable enough by said individuals to be implemented.
Mar 19 2018
prev sibling next sibling parent reply Mike Franklin <slavo5150 yahoo.com> writes:
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Mar 19 2018
parent reply Manu <turkeyman gmail.com> writes:
On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Mar 19 2018
next sibling parent reply Mike Franklin <slavo5150 yahoo.com> writes:
On Tuesday, 20 March 2018 at 02:28:21 UTC, Manu wrote:
 On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Submit a #dbugfix 5227 to the General Forum to make sure this gets counted. For more information see https://dlang.org/blog/2018/02/03/the-dbugfix-campaign/ Mike
Mar 19 2018
parent Manu <turkeyman gmail.com> writes:
On 19 March 2018 at 20:53, Mike Franklin via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 02:28:21 UTC, Manu wrote:
 On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Submit a #dbugfix 5227 to the General Forum to make sure this gets counted.
I posted it on twitter... I was the first one ;)
Mar 19 2018
prev sibling parent reply Nicholas Wilson <iamthewilsonator hotmail.com> writes:
On Tuesday, 20 March 2018 at 02:28:21 UTC, Manu wrote:
 On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Have you seen https://github.com/dlang/phobos/pull/6272 ?
Mar 19 2018
parent reply Manu <turkeyman gmail.com> writes:
On 19 March 2018 at 22:31, Nicholas Wilson via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 02:28:21 UTC, Manu wrote:
 On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Have you seen https://github.com/dlang/phobos/pull/6272 ?
Hahaha, pow() is conspicuously missing...
Mar 19 2018
parent Nicholas Wilson <iamthewilsonator hotmail.com> writes:
On Tuesday, 20 March 2018 at 06:03:20 UTC, Manu wrote:
 On 19 March 2018 at 22:31, Nicholas Wilson via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 02:28:21 UTC, Manu wrote:
 On 19 March 2018 at 17:17, Mike Franklin via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
https://issues.dlang.org/show_bug.cgi?id=5710 +1
Oh oh, https://issues.dlang.org/show_bug.cgi?id=5227 !!
Have you seen https://github.com/dlang/phobos/pull/6272 ?
Hahaha, pow() is conspicuously missing...
Its half there, in the form of exp2. Just need log2 as well.
Mar 20 2018
prev sibling next sibling parent Mike Parker <aldacron gmail.com> writes:
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
Noted!
Mar 19 2018
prev sibling next sibling parent reply Jonathan M Davis <newsgroup.d jmdavisprog.com> writes:
On Tuesday, March 20, 2018 00:00:22 ciechowoj via Digitalmars-d wrote:
 Digging out and old yet important issue.
IMHO, it would be _huge_ if this issue could be fixed. The whole issue with "multiple context pointers" can get really annoying, and it can't always be reasonably worked around. However, I don't recall anyone ever coming up with even a theoretical solution for the problem. So, I have no idea what it's going to take to fix it, and I don't have high hopes that it will be. But maybe we'll get lucky, and someone will get an epiphany or divine inspiration or whatnot, and we'll finally get a fix. Hope springs eternal... - Jonathan M Davis
Mar 19 2018
next sibling parent reply Mike Franklin <slavo5150 yahoo.com> writes:
On Tuesday, 20 March 2018 at 02:45:34 UTC, Jonathan M Davis wrote:

 IMHO, it would be _huge_ if this issue could be fixed.
Mike Parker, I think that means +1.
Mar 19 2018
parent Mike Parker <aldacron gmail.com> writes:
On Tuesday, 20 March 2018 at 03:55:24 UTC, Mike Franklin wrote:
 On Tuesday, 20 March 2018 at 02:45:34 UTC, Jonathan M Davis 
 wrote:

 IMHO, it would be _huge_ if this issue could be fixed.
Mike Parker, I think that means +1.
Yeah, got it :-) Also counted the other one. Thanks!
Mar 19 2018
prev sibling parent reply Kagamin <spam here.lot> writes:
On Tuesday, 20 March 2018 at 02:45:34 UTC, Jonathan M Davis wrote:
 IMHO, it would be _huge_ if this issue could be fixed. The 
 whole issue with "multiple context pointers" can get really 
 annoying, and it can't always be reasonably worked around. 
 However, I don't recall anyone ever coming up with even a 
 theoretical solution for the problem.
Access to multiple contexts through one context pointer is already implemented and works: https://issues.dlang.org/show_bug.cgi?id=5710#c38
Mar 21 2018
parent ciechowoj <keepitsimplesirius gmail.com> writes:
"Second, a point relevant to the #dbugfix campaign. While I was 
disappointed that participation in nominating Bugzilla issues on 
Twitter and in the Forums dwindled to near zero, the previous 
nominations were not forgotten." ~ 
dlang.org/blog/2019/01/05/dmd-2-084-0-has-arrived/

Here you go, #dbugfix Issue 5710 .
Jan 07 2019
prev sibling next sibling parent Simen =?UTF-8?B?S2rDpnLDpXM=?= <simen.kjaras gmail.com> writes:
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
+1 - my favorite issue!
Mar 20 2018
prev sibling next sibling parent bauss <jj_1337 live.dk> writes:
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
 Digging out and old yet important issue.
And to quote Andrei: "We need to pursue this like a bloodhound and aggressively make as many cases as possible work transparently. This is a major asset of D over virtually all other languages."
Mar 20 2018
prev sibling parent Steven Schveighoffer <schveiguy yahoo.com> writes:
On 3/19/18 8:00 PM, ciechowoj wrote:
 Digging out and old yet important issue.
Yep, I've run into that. The workarounds suck, and the worst part is that the error is leaking implementation details to the user that have a very unsatisfactory explanation. I get that the reason is solid, but it doesn't look that way when you look at all the other stuff the compiler can handle. It reminds me of Swift errors that an expression is too complicated for it to figure out. -Steve
Mar 20 2018