Thread overview
[Issue 22410] [REG2.094] function with tuple parameter with default argument fails if there's a qualifier
Oct 17, 2021
Dlang Bot
Oct 18, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22410

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13184 "Fix Issue 22410 - [REG2.094] function with tuple parameter with default argument fails if there's a qualifier" fixing this issue:

- Fix Issue 22410 - [REG2.094] function with tuple parameter with default argument fails if there's a qualifier

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

--
October 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22410

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 #13184 "Fix Issue 22410 - [REG2.094] function with tuple parameter with default argument fails if there's a qualifier" was merged into stable:

- 810aadb787a6edb1c5b6c72405dc1614d016b648 by Boris Carvajal:
  Fix Issue 22410 - [REG2.094] function with tuple parameter with default
argument fails if there's a qualifier

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

--
October 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22410

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

- b43df169fbf5374686e48d9aa9521d1d6b7603eb by Boris Carvajal:
  Fix Issue 22410 - [REG2.094] function with tuple parameter with default
argument fails if there's a qualifier

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

--