[dmd-internals] [D-Programming-Language/dmd] 1fbbe5: fix Issue 4841 - -inline wrecks certain nested str...
GitHub
noreply at github.com
Thu Jul 11 23:49:25 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1fbbe5966e372abb20e70c4ac69ecfaeaa6db952
https://github.com/D-Programming-Language/dmd/commit/1fbbe5966e372abb20e70c4ac69ecfaeaa6db952
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M src/inline.c
M test/runnable/inline.d
Log Message:
-----------
fix Issue 4841 - -inline wrecks certain nested structs causing error "*** is a nested function and cannot be accessed from ***"
Commit: c19b8a43f45da1347302d3b49a3d1b0b53997003
https://github.com/D-Programming-Language/dmd/commit/c19b8a43f45da1347302d3b49a3d1b0b53997003
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M src/inline.c
M test/runnable/inline.d
Log Message:
-----------
Merge pull request #2329 from 9rnsr/fix4841
Issue 4841 - -inline wrecks certain nested structs causing error "*** is a nested function and cannot be accessed from ***"
Compare: https://github.com/D-Programming-Language/dmd/compare/5d0de9660e30...c19b8a43f45d
More information about the dmd-internals
mailing list