← Back to index
|
Original Bugzilla link
Bug 13325 – __vector not documented in language specification
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-08-18T17:40:00Z
Last change time
2015-01-18T06:23:33Z
Keywords
pull, spec
Assigned to
nobody
Creator
briancschott
Blocks
10233
Comments
Comment #0
by briancschott — 2014-08-18T17:40:54Z
core.simd contains the following line: alias __vector(T) Vector; Yet __vector is not documented under the BasicType rule: BasicType: BasicTypeX . IdentifierList IdentifierList Typeof Typeof . IdentifierList TypeCtor ( Type )
Comment #1
by briancschott — 2015-01-16T20:57:54Z
https://github.com/D-Programming-Language/dlang.org/pull/774
Comment #2
by github-bugzilla — 2015-01-17T02:20:23Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/914e77b477cb72d549dfd81ddb5b7c752f1b05e4
Issue 13325 - __vector not documented in language specification
https://github.com/D-Programming-Language/dlang.org/commit/48283d796d4f59b934b59f37ca50222ed7b541d8
Merge pull request #774 from Hackerpilot/issue-13325 Issue 13325 - __vector not documented in language specification
Comment #3
by k.hara.pg — 2015-01-18T05:31:24Z
Supplemental fix:
https://github.com/D-Programming-Language/dlang.org/pull/782
Comment #4
by github-bugzilla — 2015-01-18T06:23:32Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/df11b4af86156c8eeef535c29be85a135d261769
fix issue 13325 - Supplemental change for the pull 774 1. Rename `Vector` rule to `TypeVector` 2. Fix `BasicType` rule in declaration.dd to be consistent with grammar.dd
https://github.com/D-Programming-Language/dlang.org/commit/572f53dbe0ec7f98f0568311ef19e116cb31c37b
Merge pull request #782 from 9rnsr/fix13325 fix issue 13325 - Supplemental change for the pull 774