Re: DUB 0.9.20

2013-11-30 Thread Rory McGuire
On 30 Nov 2013 01:55, Sönke Ludwig slud...@outerproduct.org wrote:

 Am 29.11.2013 23:05, schrieb Jonathan M Davis:
  On Friday, November 29, 2013 18:01:53 Sönke Ludwig wrote:
   - Running dub --build=ddox runs a local HTTP server that provides
 the docs instead of generating them all as actual HTML files.
 
  Why would that be desirable? I would expect a set of HTML files if
generating
  documentation, and if a server is required to read the documentation
instead
  of just bringing them up in your browser, that's a major usability
problem
  IMHO. If ddox requires a server rather than just working with .html
files, that
  would be a big reason for me to never use it.
 
  - Jonathan M Davis
 

 You can still use dub build --build=ddox to generate actual HTML
 files, but using run it will simply skip the generation part and
 displays the documentation much faster, depending on the size of the
 project.
Great feature of you're working on docs. Probably awesome for bigger
projects.


Re: DConf 2014 Call for Submissions is now open

2013-11-30 Thread John J

On 11/27/2013 09:25 AM, Adam D. Ruppe wrote:

On Wednesday, 27 November 2013 at 05:44:36 UTC, Jonathan M Davis wrote:

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...


Me too. I was asked to write a D book recently, and to make the list of
topics, I just looked over the forums and stack overflow questions to
see what people were asking about...


Congratulations!
Looking forward to that book.


Re: DUB 0.9.21 beta 1

2013-11-30 Thread Sönke Ludwig
Based on the bug reports so far, I've prepared a new beta release of
0.9.21 for testing. Apart from fixes for the reported issues, it
contains a revamped command line interface with detailed help for each
command and also the new dub test command.

http://code.dlang.org/download

https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md


Re: DUB 0.9.21 beta 1

2013-11-30 Thread Dicebot

On Saturday, 30 November 2013 at 20:49:14 UTC, Sönke Ludwig wrote:
Based on the bug reports so far, I've prepared a new beta 
release of

0.9.21 for testing. Apart from fixes for the reported issues, it
contains a revamped command line interface with detailed help 
for each

command and also the new dub test command.

http://code.dlang.org/download

https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md


So, is it beta or release? :) (Should I package it already?)