[D-runtime] [D-Programming-Language/druntime] d2263a: clean code style
GitHub via D-runtime
d-runtime at puremagic.com
Sun Jul 19 00:24:46 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: d2263a9f2ad6daf2887a83da4faeb72b4806b9e8
https://github.com/D-Programming-Language/druntime/commit/d2263a9f2ad6daf2887a83da4faeb72b4806b9e8
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-07-18 (Sat, 18 Jul 2015)
Changed paths:
M src/rt/cast_.d
Log Message:
-----------
clean code style
Commit: c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c
https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-07-18 (Sat, 18 Jul 2015)
Changed paths:
M src/rt/cast_.d
Log Message:
-----------
Issue 2013 - interface to interface dynamic cast is incorrect in some cases
This is a preparation fix. Until the ClassInfo.interfaces[] generation fixed, the changed code keeps existing behavior. After the compiler fix, it will return correct offset value.
Commit: 4f19d340d3868bc2478aa6817969400868724a92
https://github.com/D-Programming-Language/druntime/commit/4f19d340d3868bc2478aa6817969400868724a92
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-07-19 (Sun, 19 Jul 2015)
Changed paths:
M src/rt/cast_.d
Log Message:
-----------
Merge pull request #1327 from 9rnsr/fix2013
Issue 2013 - interface to interface dynamic cast is incorrect in some cases
Compare: https://github.com/D-Programming-Language/druntime/compare/17d2a7ae2968...4f19d340d386
More information about the D-runtime
mailing list