Release D 2.071.0

Martin Nowak via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Apr 9 09:40:05 PDT 2016


On Wednesday, 6 April 2016 at 13:05:31 UTC, sigod wrote:
> 	module test;
> 	
> 	struct S {
> 		package int field;
> 	}
> 	
> 	void main() {
> 		S s;
> 		s.field = 1; // Deprecation: test.S.field is not visible from 
> module test
> 	}

https://github.com/D-Programming-Language/dmd/pull/5642

Would've been great to fix this during the beta ;).


More information about the Digitalmars-d-announce mailing list