Thread overview
[Issue 23948] __FILE__ and __MODULE__ cannot be implicitly converted to const(char)* as default paramenter
May 30, 2023
Dlang Bot
May 31, 2023
Dlang Bot
May 30, 2023
https://issues.dlang.org/show_bug.cgi?id=23948

--- Comment #1 from mail@ernestocastellotti.it ---

I'm doing a PR to fix it

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ErnyTech created dlang/dmd pull request #15283 "Fix issue 23948 - __FILE__ and __MODULE__ cannot be implicitly converted to const(char)* as default paramenter" fixing this issue:

- Fix issue 23948 - __FILE__ and __MODULE__ cannot be implicitly converted to const(char)* as default paramenter

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

--
May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23948

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15283 "Fix issue 23948 - __FILE__ and __MODULE__ cannot be implicitly converted to const(char)* as default paramenter" was merged into master:

- 415d6bdb5388cfb92039a292ad2080a67ee57e5d by Ernesto Castellotti:
  Fix issue 23948 - __FILE__ and __MODULE__ cannot be implicitly converted to
const(char)* as default paramenter

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

--