March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On 25/03/2015 6:07 a.m., Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
> -Martin
I just want to confirm something. It's possible to configure the GC using:
a) A global variable that is only read before init of runtime
b) CLI args
c) CLI variables
So, wheres d? Configure by function call. I think I should get more involved with druntime development..
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Wednesday, 25 March 2015 at 02:53:02 UTC, Rikki Cattermole wrote:
> a) A global variable that is only read before init of runtime
> b) CLI args
> c) CLI variables
>
> So, wheres d? Configure by function call. I think I should get more involved with druntime development..
You need to configure the runtime before starting it, hence it's not possible to do this as function call from your program.
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
I don't see any mention of DIP25 here (Sealed references - return ref arguments etc.). Was it implemented and included in this release?
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul O'Neil | On Wednesday, 25 March 2015 at 02:02:50 UTC, Paul O'Neil wrote:
> I have been eagerly awaiting this release for a while - especially for
> std.experimental.logger!
let me know how you like it! I always need feedback on it
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Tue, 24 Mar 2015 18:07:42 +0100 Martin Nowak via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote: > Glad to announce D 2.067.0. > > This release comes with many improvements. > The GC is a lot faster for most use-cases, we have improved C++ > interoperability and fixed plenty of bugs. > > See the changelog for more details. http://dlang.org/changelog.html > > Download pages and documentation will be updated within the next few hours. > > http://downloads.dlang.org/releases/2.x/2.067.0/ http://ftp.digitalmars.com/ > > Until the binaries are mirrored to the official site, you can get them here. https://dlang.dawg.eu/downloads/dmd.2.067.0/ > > -Martin Thanks for your work. One minor issue in changelog DMD Compiler enhancements 14. Bugzilla 13388: accept '@' before 'nothrow' and 'pure' I think this shoud not be here |
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mathias Lang | On Tuesday, 24 March 2015 at 23:00:56 UTC, Mathias Lang wrote:
> Congrats to everyone involved !
> A special thanks to Martin, that helped a lot to get Vibe.d ready for 2.067, and reverted the problematic changes when we realize it wasn't gonna cut it.
What were the reverted changes?
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | On Wednesday, 25 March 2015 at 14:42:44 UTC, Vladimir Panteleev wrote: > On Tuesday, 24 March 2015 at 23:00:56 UTC, Mathias Lang wrote: >> Congrats to everyone involved ! >> A special thanks to Martin, that helped a lot to get Vibe.d ready for 2.067, and reverted the problematic changes when we realize it wasn't gonna cut it. > > What were the reverted changes? https://github.com/D-Programming-Language/druntime/pull/1188 |
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
>
> -Martin
Congratulations!!!
|
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On 3/24/15, Martin Nowak via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote: > Glad to announce D 2.067.0. Great work! It's amazing seeing how much work you guys are putting in and making D better with each new release. |
March 25, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On 3/24/15 10:07 AM, Martin Nowak wrote: > Glad to announce D 2.067.0. Spreading the news: https://twitter.com/D_Programming/status/580813910363791362 https://www.reddit.com/r/programming/comments/30abhy/d_2067_released_with_506_improvements_across/ https://www.facebook.com/dlang.org/posts/1039091439437870 https://news.ycombinator.com/newest Andrei |
Copyright © 1999-2021 by the D Language Foundation