Re: DConf 2014 Call for Submissions is now open

2013-11-26 Thread qznc
On Monday, 25 November 2013 at 19:31:45 UTC, Andrei Alexandrescu 
wrote:

Share away and
get ideas rolling. Looking forward to your submissions!


I wonder if some kind of podium discussion on memory management 
would be a nice idea? Manu ARC Evans vs Walter never-free 
Bright vs Andrei allocator Alexandrescu vs Rainer Precise 
Schütze.


On the other hand, I do not know what kind of conclusion could be 
expected of this discussion.


Re: DConf 2014 Call for Submissions is now open

2013-11-26 Thread Dicebot

On Tuesday, 26 November 2013 at 08:16:05 UTC, qznc wrote:
On Monday, 25 November 2013 at 19:31:45 UTC, Andrei 
Alexandrescu wrote:

Share away and
get ideas rolling. Looking forward to your submissions!


I wonder if some kind of podium discussion on memory management 
would be a nice idea? Manu ARC Evans vs Walter never-free 
Bright vs Andrei allocator Alexandrescu vs Rainer Precise 
Schütze.


On the other hand, I do not know what kind of conclusion could 
be expected of this discussion.


We have this podium discussion pretty often here in NG :P


New people put bounties on D bugs

2013-11-26 Thread Andrei Alexandrescu

This is unprecedented:

https://www.bountysource.com/issues/1325892-shared-library-on-osx-worked-in-2-062-fails-in-2-063-2-still-fails-in-2-064/bounties

People unrelated to Facebook (and not otherwise active in this forum) 
have put bounties on a bug in D. This is great news!



Andrei



vibe.d 0.7.18 has been released

2013-11-26 Thread Sönke Ludwig
This release has a record set of almost 90 additions and fixes. Some of
them are:

 - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 - Reworked the WebSocket implementation to not require a particular
   send/receive order to function properly
 - Stability and memory consumption of the HTTP client, as well as
   parts of the HTTP server hav been greatly improved
 - The render!() function to render Diet templates is considered stable
   beginning with DMD 2.064, so the more cumbersome renderCompat!() is
   no longer required
 - Improved serialization system with allocation-less JSON
   (de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Jacob Carlborg

On 2013-11-26 20:31, Sönke Ludwig wrote:

This release has a record set of almost 90 additions and fixes. Some of
them are:


Cool.


  - Compiles on DMD 2.064 (as well as DMD 2.063.2)


2.064.2 or 2.064?

--
/Jacob Carlborg


Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Sönke Ludwig
Am 26.11.2013 20:43, schrieb Jacob Carlborg:
 On 2013-11-26 20:31, Sönke Ludwig wrote:
 This release has a record set of almost 90 additions and fixes. Some of
 them are:
 
 Cool.
 
   - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 
 2.064.2 or 2.064?
 

2.064.2 of course, was confused a bit about 2.064.x being RCs instead of
full releases ;)


Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Jacob Carlborg

On 2013-11-26 20:49, Sönke Ludwig wrote:


2.064.2 of course, was confused a bit about 2.064.x being RCs instead of
full releases ;)


And it doesn't get any better when running dmd prints 2.064 :(

--
/Jacob Carlborg


Re: vibe.d 0.7.18 has been released

2013-11-26 Thread nazriel

On Tuesday, 26 November 2013 at 19:31:53 UTC, Sönke Ludwig wrote:
This release has a record set of almost 90 additions and fixes. 
Some of

them are:

 - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 - Reworked the WebSocket implementation to not require a 
particular

   send/receive order to function properly
 - Stability and memory consumption of the HTTP client, as well 
as

   parts of the HTTP server hav been greatly improved
 - The render!() function to render Diet templates is 
considered stable
   beginning with DMD 2.064, so the more cumbersome 
renderCompat!() is

   no longer required
 - Improved serialization system with allocation-less JSON
   (de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


Impressive! :)

Good work, Sönke  contributors


Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Craig Dillabaugh

On Tuesday, 26 November 2013 at 19:31:53 UTC, Sönke Ludwig wrote:
This release has a record set of almost 90 additions and fixes. 
Some of

them are:

 - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 - Reworked the WebSocket implementation to not require a 
particular

   send/receive order to function properly
 - Stability and memory consumption of the HTTP client, as well 
as

   parts of the HTTP server hav been greatly improved
 - The render!() function to render Diet templates is 
considered stable
   beginning with DMD 2.064, so the more cumbersome 
renderCompat!() is

   no longer required
 - Improved serialization system with allocation-less JSON
   (de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


Congratulations on your excellent work.



Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Puming

Congratulations!

Would there be a performance benchmark for V0.7.18?


On Tuesday, 26 November 2013 at 19:31:53 UTC, Sönke Ludwig wrote:
This release has a record set of almost 90 additions and fixes. 
Some of

them are:

 - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 - Reworked the WebSocket implementation to not require a 
particular

   send/receive order to function properly
 - Stability and memory consumption of the HTTP client, as well 
as

   parts of the HTTP server hav been greatly improved
 - The render!() function to render Diet templates is 
considered stable
   beginning with DMD 2.064, so the more cumbersome 
renderCompat!() is

   no longer required
 - Improved serialization system with allocation-less JSON
   (de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d




Re: vibe.d 0.7.18 has been released

2013-11-26 Thread Andrei Alexandrescu

On 11/26/13 11:31 AM, Sönke Ludwig wrote:

This release has a record set of almost 90 additions and fixes. Some of
them are:

  - Compiles on DMD 2.064 (as well as DMD 2.063.2)
  - Reworked the WebSocket implementation to not require a particular
send/receive order to function properly
  - Stability and memory consumption of the HTTP client, as well as
parts of the HTTP server hav been greatly improved
  - The render!() function to render Diet templates is considered stable
beginning with DMD 2.064, so the more cumbersome renderCompat!() is
no longer required
  - Improved serialization system with allocation-less JSON
(de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


Terrific, congratulations! I'll post to reddit tomorrow morning.

Andrei



Re: DConf 2014 Call for Submissions is now open

2013-11-26 Thread Jonathan M Davis
On Monday, November 25, 2013 11:25:44 Andrei Alexandrescu wrote:
 Hello,
 
 
 We are happy to announce the DConf 2014 conference to be held on May
 21-23, 2014 in Menlo Park, CA.

Yay!

 The call for submissions is now open at http://dconf.org. Share away and
 get ideas rolling. Looking forward to your submissions!

And now I have to wrack my brain for ideas. :) I could probably answer 
questions about D all day, but coming up with something useful to talk about 
on my own never seems to be as easy as it should be...

- Jonathan M Davis