March 20, 2018
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 ?
March 19, 2018
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...
March 20, 2018
On Tuesday, 20 March 2018 at 00:00:22 UTC, ciechowoj wrote:
> Digging out and old yet important issue.

+1 - my favorite issue!
March 20, 2018
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."
March 20, 2018
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.
March 20, 2018
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
March 21, 2018
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
January 07, 2019
"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 .

1 2
Next ›   Last »