Thread overview
[Issue 13148] ModuleInfo fields are unnecessary changed to const
Jul 17, 2014
Kenji Hara
Jul 21, 2014
Martin Nowak
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
Introduced iin: https://github.com/D-Programming-Language/druntime/pull/790

Fix: https://github.com/D-Programming-Language/druntime/pull/898

--
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

github-bugzilla@puremagic.com changed:

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

--
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

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

https://github.com/D-Programming-Language/druntime/commit/090cf82feac2cc3c888e3e217f67c704f6418a93 fix Issue 13148 - ModuleInfo fields are unnecessary changed to const

https://github.com/D-Programming-Language/druntime/commit/c796f0d40222bce99ec9f3bbf894e660f5e25165 Merge pull request #898 from 9rnsr/fix13148

[REG2.066a] Issue 13148 - ModuleInfo fields are unnecessary changed to const

--
July 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/afd14d90d6cea01419faa9686fa42ccb3782fa7e Merge pull request #898 from 9rnsr/fix13148

[REG2.066a] Issue 13148 - ModuleInfo fields are unnecessary changed to const

--
July 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
It should not be possible to copy ModuleInfo because it's a variable-length struct, so copying would slice off the data.

--
August 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13148

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/afd14d90d6cea01419faa9686fa42ccb3782fa7e Merge pull request #898 from 9rnsr/fix13148

--