Search

January 15, 2023
Issues »
...23628
           Summary: `@safe` prohibits capture if lazy delegate
           Product: D
           Version: D2
          Hardware: All
                OS...
January 15, 2023
Issues »
...dlang.org/show_bug.cgi?id=23628
[Issue 23628] `@safe` prohibits capture if lazy delegate
--
January 15, 2023
Issues »
...change it to an explicit delegate:

        void content(string delegate() s) {
// snip
        w.content = () => w...
January 14, 2023
Issues »
...deduction with auto const ref Args... and delegate" fixing this issue:

- fix Issue 23626 - [REG2.096...
January 14, 2023
Issues »
...interface Timeline { }

struct Policy {
  alias OldTagCallback = void delegate() @nogc nothrow;
  Timeline timeline;
  OldTagCallback oldTagCB;
}

import...
January 14, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23626

--- Comment #4 from Iain Buclaw <ibuclaw...
January 14, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23626

Iain Buclaw <ibuclaw@gdcproject.org> changed...
January 14, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23626

Iain Buclaw <ibuclaw@gdcproject.org> changed...
January 14, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23626

--- Comment #1 from johanengelen@weka.io...
January 14, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23626

johanengelen@weka.io changed:

           What    |Removed...
38 39 40 41 42 43 44 45 46 47 48 49
Next ›   Last »