Thread overview
[Issue 23662] ImportC bad handling of enum arguments for a function
Jan 30, 2023
Walter Bright
Jan 30, 2023
Ali Cehreli
Feb 02, 2023
Dlang Bot
Feb 09, 2023
Dlang Bot
Feb 13, 2023
Dlang Bot
Jun 28, 2023
Dmytro Katyukha
January 30, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
January 30, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

Ali Cehreli <acehreli@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acehreli@yahoo.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23415

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@katyukha created dlang/dmd pull request #14859 "Fix Issue 23662: ImportC bad handling of enum arguments for a function" mentioning this issue:

- Added testcase for Issue 23662

  See: https://issues.dlang.org/show_bug.cgi?id=23662

- [FIX] Issue 23662

https://github.com/dlang/dmd/pull/14859

--
February 09, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14859 "Fix Issue 23662: ImportC bad handling of enum arguments for a function" was merged into stable:

- 26358e7106349f319f94f28bd152ee4b9614e63f by Dmytro Katyukha:
  Added testcase for Issue 23662

  See: https://issues.dlang.org/show_bug.cgi?id=23662

- 5e72b01d56594288a6c43683a06eccb61d74df7b by Dmytro Katyukha:
  Fix Issue 23662

https://github.com/dlang/dmd/pull/14859

--
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14875 "merge stable" was merged into master:

- 582dd6c1a1c8f2fc07498c3787dd5b878dac79b3 by Dmytro Katyukha:
  Fix Issue 23662: ImportC bad handling of enum arguments for a function
(#14859)

  * Added testcase for Issue 23662

  See: https://issues.dlang.org/show_bug.cgi?id=23662

  * Fix Issue 23662

https://github.com/dlang/dmd/pull/14875

--
June 28, 2023
https://issues.dlang.org/show_bug.cgi?id=23662

Dmytro Katyukha <firemage.dima@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=24022

--