Thread overview
[Issue 19374] TypeVector undefined in grammar
Nov 20, 2018
Basile B.
Nov 20, 2018
Basile B.
Mar 21, 2020
Basile-z
November 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19374

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
dparse was affected by this missing rule.

It's actually:


TypeVector:
  '__vector'
  '__vector' '(' Type ')'

because things like if `(is(T == __vector))` are valid.

--
November 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19374

Basile B. <b2.temp@gmx.com> changed:

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

--- Comment #2 from Basile B. <b2.temp@gmx.com> ---
pull https://github.com/dlang/dlang.org/pull/2514

--
November 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19374

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/c9f62f231bd6ad8018e8054c700e1e2459f36ed0 fix issue 19374 - TypeVector undefined in grammar

https://github.com/dlang/dlang.org/commit/db180069e4864e85abef104129e1b4aa663addd5 Merge pull request #2514 from BBasile/issue-19374

fix issue 19374 - TypeVector undefined in grammar
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19374

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--