Thread overview
[Issue 17721] Wrong expression type using vector extensions with certain operands
Aug 04, 2017
Iain Buclaw
Aug 07, 2017
Walter Bright
[Issue 17721] Wrong expression type using vector extensions with shift operands
Aug 09, 2017
Iain Buclaw
August 04, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
           Assignee|nobody@puremagic.com        |ibuclaw@gdcproject.org

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7066

--
August 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Wrong expression type using |Wrong expression type using
                   |vector extensions with      |vector extensions with
                   |certain operands            |shift operands

--
August 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

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

https://github.com/dlang/dmd/commit/b77ccc136b62983d86f6f7ecc61a993c6a0ce305 fix Issue 17721 - Wrong expression type using vector extensions with shift operands

https://github.com/dlang/dmd/commit/ba062f7c87fcdba6cfed71ffd9a27527cf299d33 Merge pull request #7066 from ibuclaw/issue17721

fix Issue 17721 - Wrong expression type using vector extensions with shift
operands
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
August 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

github-bugzilla@puremagic.com changed:

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

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17721

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

https://github.com/dlang/dmd/commit/b77ccc136b62983d86f6f7ecc61a993c6a0ce305 fix Issue 17721 - Wrong expression type using vector extensions with shift operands

https://github.com/dlang/dmd/commit/ba062f7c87fcdba6cfed71ffd9a27527cf299d33 Merge pull request #7066 from ibuclaw/issue17721

--