[dmd-internals] [D-Programming-Language/dmd] 50bcf6: fix Issue 12025 - Wrong purity violation accessing...

GitHub noreply at github.com
Thu Feb 20 15:25:10 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 50bcf60631f2f03a9f2e6d200052ec0a615953c1
      https://github.com/D-Programming-Language/dmd/commit/50bcf60631f2f03a9f2e6d200052ec0a615953c1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M src/expression.c
    M test/compilable/testInference.d

  Log Message:
  -----------
  fix Issue 12025 - Wrong purity violation accessing the length of a fixed size array


  Commit: 559ad04e6d9cf444a0104eea32e45b68f5016e7a
      https://github.com/D-Programming-Language/dmd/commit/559ad04e6d9cf444a0104eea32e45b68f5016e7a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M src/expression.c
    M test/compilable/testInference.d

  Log Message:
  -----------
  Merge pull request #3303 from 9rnsr/fix12025

Issue 12025 - Wrong purity violation accessing the length of a fixed size array


Compare: https://github.com/D-Programming-Language/dmd/compare/cf807e7603b8...559ad04e6d9c


More information about the dmd-internals mailing list