[dmd-internals] [D-Programming-Language/dmd] 1ff72c: Make if (v; e) syntax an error again

GitHub noreply at github.com
Sun Nov 18 20:23:12 PST 2012


  Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1ff72c2af9a12b1a736d3e145bc2e2238a48249c
      https://github.com/D-Programming-Language/dmd/commit/1ff72c2af9a12b1a736d3e145bc2e2238a48249c
  Author: Leandro Lucarella <luca at llucax.com.ar>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M src/parse.c

  Log Message:
  -----------
  Make if (v; e) syntax an error again

When introducing the deprecation() function the syntax "if (v; e)" was
enabled again as deprecated because of a misleading error message.


  Commit: aaee56d289cbbb5c08657b588985db7af634a7f4
      https://github.com/D-Programming-Language/dmd/commit/aaee56d289cbbb5c08657b588985db7af634a7f4
  Author: Leandro Lucarella <luca at llucax.com.ar>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M src/parse.c

  Log Message:
  -----------
  Remove old, unused deprecation code


  Commit: 5a9fb711441bd6b791034e9f0a3fc76bb6d9d130
      https://github.com/D-Programming-Language/dmd/commit/5a9fb711441bd6b791034e9f0a3fc76bb6d9d130
  Author: Leandro Lucarella <luca at llucax.com.ar>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Make opIndex(i, value) an error again

In the commit introducing the deprecation() function this was
incorrectly changed to a deprecation.


  Commit: c19d17e57fc1a738a5910a892c2d50e7886642ca
      https://github.com/D-Programming-Language/dmd/commit/c19d17e57fc1a738a5910a892c2d50e7886642ca
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M src/expression.c
    M src/parse.c

  Log Message:
  -----------
  Merge pull request #1206 from llucax/d1-deprecation-fixes

D1 deprecation fixes


Compare: https://github.com/D-Programming-Language/dmd/compare/c2e63169b3b6...c19d17e57fc1


More information about the dmd-internals mailing list