[dmd-internals] [D-Programming-Language/dmd] d72013: Fix AssignExp::semantic for transfer required type...
    GitHub 
    noreply at github.com
       
    Sun Oct 28 02:07:22 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d720139dae842cfca2768cb44c774b1bfd21989b
      https://github.com/D-Programming-Language/dmd/commit/d720139dae842cfca2768cb44c774b1bfd21989b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/expression.c
  Log Message:
  -----------
  Fix AssignExp::semantic for transfer required type from e1 to e2
  Commit: 903b3cf33a9becb88b431f92e37f51ef04c6d5bd
      https://github.com/D-Programming-Language/dmd/commit/903b3cf33a9becb88b431f92e37f51ef04c6d5bd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/cast.c
    M src/statement.c
  Log Message:
  -----------
  FuncLiteralDeclaration::treq is always function pointer or delegate type.
  Commit: 9403cb5129fcf0d169819396a1861b89102d3661
      https://github.com/D-Programming-Language/dmd/commit/9403cb5129fcf0d169819396a1861b89102d3661
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)
  Changed paths:
    M src/func.c
    M test/runnable/funclit.d
  Log Message:
  -----------
  fix Issue 8496 - Assignment of function literal to function pointer variable with non-D linkage broken
  Commit: a01abef9aafde2b0f155d55af6f1badbfece8920
      https://github.com/D-Programming-Language/dmd/commit/a01abef9aafde2b0f155d55af6f1badbfece8920
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)
  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/func.c
    M src/statement.c
    M test/runnable/funclit.d
  Log Message:
  -----------
  Merge pull request #1135 from 9rnsr/fix8496
Issue 8496 - Assignment of function literal to function pointer variable with non-D linkage broken
Compare: https://github.com/D-Programming-Language/dmd/compare/4c67f3a58c34...a01abef9aafd
    
    
More information about the dmd-internals
mailing list