Thread overview
[Issue 19635] -checkaction=context not working with attributes
Jan 31, 2019
Seb
Feb 28, 2019
Bastiaan Veelo
Feb 28, 2019
Seb
Feb 28, 2019
Dlang Bot
Mar 12, 2019
Dlang Bot
January 31, 2019
https://issues.dlang.org/show_bug.cgi?id=19635

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from Seb <greeenify@gmail.com> ---
An attempt: https://github.com/dlang/druntime/pull/2479

--
February 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19635

Bastiaan Veelo <Bastiaan@Veelo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Bastiaan@Veelo.net

--- Comment #2 from Bastiaan Veelo <Bastiaan@Veelo.net> ---
I am guessing this is the same issue, right?


void func(void delegate()) {}

void dum(){}

void main()
{
    import std.functional;
    func(toDelegate(&dum));
}

--
February 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19635

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #3 from Seb <greensunny12@gmail.com> ---
> I am guessing this is the same issue, right?


Yup.

--
February 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19635

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wilzbach updated dlang/druntime pull request #2479 "Fix Issue 19635 - -checkaction=context not working with attributes" fixing this issue:

- Fix Issue 19635 - -checkaction=context not working with attributes

https://github.com/dlang/druntime/pull/2479

--
March 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19635

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2479 "Fix Issue 19635 - -checkaction=context not working with attributes" was merged into stable:

- 6c99566a33dbf356fd376b0153c4b474019116a6 by Sebastian Wilzbach:
  Fix Issue 19635 - -checkaction=context not working with attributes

https://github.com/dlang/druntime/pull/2479

--