[dmd-internals] [D-Programming-Language/dmd] eef31e: Remove unused Statement::incontract
    GitHub 
    noreply at github.com
       
    Sun Oct 28 00:35:00 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: eef31ed4a8e0d68c53e57c5b01c03ff38dd8171e
      https://github.com/D-Programming-Language/dmd/commit/eef31ed4a8e0d68c53e57c5b01c03ff38dd8171e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/func.c
    M src/statement.c
    M src/statement.h
  Log Message:
  -----------
  Remove unused Statement::incontract
  Commit: 0977ba488d1c7a5257ed79cd0ac4bf41c3a425c5
      https://github.com/D-Programming-Language/dmd/commit/0977ba488d1c7a5257ed79cd0ac4bf41c3a425c5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/declaration.c
    M src/func.c
    M src/scope.c
    M src/scope.h
    M src/statement.c
    M test/compilable/interpret3.d
  Log Message:
  -----------
  fix Issue 8865 - Assertion failure: on line 1166 in interpret.c
For CTFE, add prefix to the labels in contracts.
  Commit: 4c67f3a58c34250d82296f0712afb0b86a6d7ab2
      https://github.com/D-Programming-Language/dmd/commit/4c67f3a58c34250d82296f0712afb0b86a6d7ab2
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)
  Changed paths:
    M src/declaration.c
    M src/func.c
    M src/scope.c
    M src/scope.h
    M src/statement.c
    M src/statement.h
    M test/compilable/interpret3.d
  Log Message:
  -----------
  Merge pull request #1232 from 9rnsr/fix8865
Issue 8865 - Assertion failure: on line 1166 in interpret.c
Compare: https://github.com/D-Programming-Language/dmd/compare/39aab0706c9e...4c67f3a58c34
    
    
More information about the dmd-internals
mailing list