← Back to index
|
Original Bugzilla link
Bug 15262 – [dmd-internal] Duplicated initialization in Token struct static constructor
Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-10-30T01:13:00Z
Last change time
2016-01-03T14:02:16Z
Keywords
pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2015-10-30T01:13:59Z
In tokens.d: extern (C++) struct Token { ... static this() { ... Token.tochars[TOKandass] = "&="; Token.tochars[TOKorass] = "|="; // <- initialization Token.tochars[TOKcatass] = "~="; ... Token.tochars[TOKnotidentity] = "!is"; Token.tochars[TOKorass] = "|="; // <- duplicated Token.tochars[TOKidentifier] = "identifier"; ... } }
Comment #1
by k.hara.pg — 2015-10-30T01:24:38Z
https://github.com/D-Programming-Language/dmd/pull/5240
Comment #2
by github-bugzilla — 2015-10-30T10:46:02Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/e99925e49c31b27c1c3c423758a1f55e12dfdee8
fix Issue 15262 - [dmd-internal] Duplicated initialization in Token struct static constructor
https://github.com/D-Programming-Language/dmd/commit/be3d6f907f33fad3624b5e5057314454d2cd2171
Merge pull request #5240 from 9rnsr/fix_internal_bugs Issue 15260, 15261, 15262 - Fix dmd-internal bugs
Comment #3
by github-bugzilla — 2016-01-03T14:02:16Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/e99925e49c31b27c1c3c423758a1f55e12dfdee8
fix Issue 15262 - [dmd-internal] Duplicated initialization in Token struct static constructor
https://github.com/D-Programming-Language/dmd/commit/be3d6f907f33fad3624b5e5057314454d2cd2171
Merge pull request #5240 from 9rnsr/fix_internal_bugs