[Issue 14753] pragma(inline) hides the alias "string"

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/0b98ae3a89000291819613958e07ccc38da1abc0
fix Issue 14753 - pragma(inline) hides the alias "string"

https://github.com/dlang/dmd/commit/692c7a5a4e54d686aa4536ee9325e161bffbeec6
Merge pull request #4793 from 9rnsr/fix14753

--


[Issue 14753] pragma(inline) hides the alias "string"

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0b98ae3a89000291819613958e07ccc38da1abc0
fix Issue 14753 - pragma(inline) hides the alias "string"

https://github.com/D-Programming-Language/dmd/commit/692c7a5a4e54d686aa4536ee9325e161bffbeec6
Merge pull request #4793 from 9rnsr/fix14753

--


[Issue 14753] pragma(inline) hides the alias string

2015-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cbab6d6303783a22ee65a5a1e777a50d038133fa
Merge pull request #4793 from 9rnsr/fix14753

--


[Issue 14753] pragma(inline) hides the alias string

2015-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cbab6d6303783a22ee65a5a1e777a50d038133fa
Merge pull request #4793 from 9rnsr/fix14753

Issue 14753 - pragma(inline) hides the alias string

--


[Issue 14753] pragma(inline) hides the alias string

2015-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0b98ae3a89000291819613958e07ccc38da1abc0
fix Issue 14753 - pragma(inline) hides the alias string

https://github.com/D-Programming-Language/dmd/commit/692c7a5a4e54d686aa4536ee9325e161bffbeec6
Merge pull request #4793 from 9rnsr/fix14753

Issue 14753 - pragma(inline) hides the alias string

--


[Issue 14753] pragma(inline) hides the alias string

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
   Severity|major   |blocker

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4793

--