[dmd-internals] [D-Programming-Language/dmd] 4540f0: fix Issue 7943 - UFCS does not work with alias thi...
GitHub
noreply at github.com
Thu Apr 19 14:13:38 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4540f0b9e1bbd1b251d5e49428a6a5c0cd1f9c65
https://github.com/D-Programming-Language/dmd/commit/4540f0b9e1bbd1b251d5e49428a6a5c0cd1f9c65
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/expression.c
M test/runnable/ufcs.d
Log Message:
-----------
fix Issue 7943 - UFCS does not work with alias this
Commit: ec6a33778767db278613b058641c849ea7625b43
https://github.com/D-Programming-Language/dmd/commit/ec6a33778767db278613b058641c849ea7625b43
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/mtype.c
M test/runnable/aliasthis.d
Log Message:
-----------
fix Issue 7945 - alias this doesn't work on function ref parameter
Commit: 11f70c7b5cea33e9a93601b2a2fdabb260d47276
https://github.com/D-Programming-Language/dmd/commit/11f70c7b5cea33e9a93601b2a2fdabb260d47276
Author: Walter Bright <walter at walterbright.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M src/expression.c
M src/mtype.c
M test/runnable/aliasthis.d
M test/runnable/ufcs.d
Log Message:
-----------
Merge pull request #890 from 9rnsr/fix7943
Issue 7943 - UFCS does not work with alias this
Compare: https://github.com/D-Programming-Language/dmd/compare/959364e...11f70c7
More information about the dmd-internals
mailing list