Jump to page: 1 25  
Page
Thread overview
Release D 2.071.0
Apr 05, 2016
Martin Nowak
Apr 05, 2016
Jack Stouffer
Apr 06, 2016
Basile B.
Apr 06, 2016
Andrej Mitrovic
Apr 06, 2016
jmh530
Apr 06, 2016
9il
Apr 06, 2016
Puming
Apr 06, 2016
Jacob Carlborg
Apr 09, 2016
Martin Nowak
Apr 06, 2016
wobbles
Apr 06, 2016
sigod
Apr 06, 2016
Kagamin
Apr 06, 2016
Jacob Carlborg
Apr 07, 2016
Kagamin
Apr 09, 2016
Martin Nowak
Apr 06, 2016
Cy Schubert
Apr 06, 2016
Rory McGuire
Apr 06, 2016
Cy Schubert
Apr 06, 2016
Rory McGuire
Apr 07, 2016
Cy Schubert
Apr 09, 2016
Martin Nowak
Apr 09, 2016
Martin Nowak
Apr 06, 2016
Vladimir Panteleev
Apr 09, 2016
Martin Nowak
Apr 09, 2016
Vladimir Panteleev
Apr 09, 2016
Adam D. Ruppe
Apr 12, 2016
Paolo Invernizzi
Apr 06, 2016
Meta
Apr 07, 2016
Nordlöw
Apr 10, 2016
Lewis
May 02, 2016
Márcio Martins
May 02, 2016
Jack Stouffer
May 03, 2016
Márcio Martins
Sep 14, 2016
Martin Nowak
Apr 07, 2016
Dicebot
Apr 11, 2016
Marco Leise
Apr 11, 2016
Dicebot
Apr 11, 2016
wobbles
Apr 11, 2016
wobbles
Apr 11, 2016
Kagamin
Apr 13, 2016
John Colvin
April 06, 2016
Glad to announce D 2.071.0.

http://dlang.org/download.html

This release fixes many long-standing issues with imports and the module
system.
See the changelog for more details.

http://dlang.org/changelog/2.071.0.html

-Martin
April 05, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

Reddit:
https://www.reddit.com/r/programming/comments/4dj84l/d_2071_has_been_released_long_standing_import/
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module

Bye bye 314, hope not to see ya soon.
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>

Good work.

April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

Thank you!
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

Thanks! upgraded to the new version at work.
April 06, 2016
On 2016-04-06 00:43, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.

If I understand correctly the "this.outer" issue was resolved by slightly modifying the language. If that's correct, does it deserves an entry in the changelog besides the fixed issue?

-- 
/Jacob Carlborg
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

There's lots of good stuff in this release - Thanks!
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

	module test;
	
	struct S {
		package int field;
	}
	
	void main() {
		S s;
		s.field = 1; // Deprecation: test.S.field is not visible from module test
	}

Is this correct behavior?
April 06, 2016
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote:
> Glad to announce D 2.071.0.
>
> http://dlang.org/download.html
>
> This release fixes many long-standing issues with imports and the module
> system.
> See the changelog for more details.
>
> http://dlang.org/changelog/2.071.0.html
>
> -Martin

Is there a source URL published anywhere? http://ftp.digitalmars.com/dmd.2.071.0.zip doesn't appear to work.

~Cy

« First   ‹ Prev
1 2 3 4 5