← Back to index
|
Original Bugzilla link
Bug 13401 – code cleanup: removing c-style array declarations in druntime
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-08-30T10:52:00Z
Last change time
2015-02-18T03:37:44Z
Keywords
pull
Assigned to
nobody
Creator
ketmar
Attachments
ID
Filename
Summary
Content-Type
Size
1404
cstyle_arrays_fix.patch
fixes druntime files
text/plain
16517
Comments
Comment #0
by ketmar — 2014-08-30T10:52:05Z
Created attachment 1404 fixes druntime files
Comment #1
by hsteoh — 2014-08-30T14:07:59Z
https://github.com/D-Programming-Language/druntime/pull/939
Thanks for the patch!
Comment #2
by github-bugzilla — 2014-08-30T15:55:30Z
Commit pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/e5b2a4fd83a6c647d9de53207bf5faa7bb42b2bc
Merge pull request #939 from quickfur/issue13401 Eliminate C-style array declarations.
Comment #3
by github-bugzilla — 2015-02-18T03:37:44Z
Commit pushed to 2.067 at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/e5b2a4fd83a6c647d9de53207bf5faa7bb42b2bc
Merge pull request #939 from quickfur/issue13401