Re: Release DUB 1.0.0

2016-06-24 Thread Sönke Ludwig via Digitalmars-d-announce
Am 23.06.2016 um 22:49 schrieb Basile B.: Do "single-file packages" have a special name, ie official, e.g if I want to add a menu item for this ? - Compile and run single file DUB package - Compile and run monolithic DUB package - ? I also think to "runnable DUB module" or "DUBable module"

Re: Release DUB 1.0.0

2016-06-23 Thread Meta via Digitalmars-d-announce
On Thursday, 23 June 2016 at 20:49:23 UTC, Basile B. wrote: Do "single-file packages" have a special name, ie official, e.g if I want to add a menu item for this ? - Compile and run single file DUB package - Compile and run monolithic DUB package - ? I also think to "runnable DUB module" or

Re: Release DUB 1.0.0

2016-06-23 Thread Basile B. via Digitalmars-d-announce
On Wednesday, 22 June 2016 at 10:18:01 UTC, Sönke Ludwig wrote: Am 21.06.2016 um 00:37 schrieb Basile B.: You should add a system to support example files, without dependency. For example in a static library, something that would indicate that the package in which the file resides is itself a

Re: Release DUB 1.0.0

2016-06-22 Thread Sönke Ludwig via Digitalmars-d-announce
Am 21.06.2016 um 00:37 schrieb Basile B.: You should add a system to support example files, without dependency. For example in a static library, something that would indicate that the package in which the file resides is itself a dependency but don't have to be downloaded: package

Re: Release DUB 1.0.0

2016-06-22 Thread Sönke Ludwig via Digitalmars-d-announce
Am 22.06.2016 um 11:51 schrieb gleb: Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that Hello! That's great! But... Is "DFLAGS="-defaultlib=libphobos2.so" dub build" still the only way to build

Re: Release DUB 1.0.0

2016-06-22 Thread gleb via Digitalmars-d-announce
Sönke Ludwig wrote: > I'm pleased to announce the release of the first stable version of the > DUB package manager. Stable in this case means that Hello! That's great! But... Is "DFLAGS="-defaultlib=libphobos2.so" dub build" still the only way to build dynamically linked binaries? What

Re: Release DUB 1.0.0

2016-06-21 Thread WhatMeWorry via Digitalmars-d-announce
On Tuesday, 21 June 2016 at 10:57:45 UTC, Saurabh Das wrote: On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the

Re: Release DUB 1.0.0

2016-06-21 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive fully backwards compatible

Re: Release DUB 1.0.0

2016-06-21 Thread wobbles via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive fully backwards compatible

Re: Release DUB 1.0.0

2016-06-21 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 20 June 2016 at 19:45:29 UTC, Dechcaudron wrote: On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Congratulations and thank you from all of us! DUB is amazing!!! Me too :-)!

Re: Release DUB 1.0.0

2016-06-21 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-06-20 21:28, Sönke Ludwig wrote: I mostly just wanted to keep the DEP small and focused, but adding Objective-C/C++ is indeed trivial once C/C++ is there (modulo some small additional features). Ok, cool. -- /Jacob Carlborg

Re: Release DUB 1.0.0

2016-06-20 Thread Basile B. via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: [...] This release also adds support for single-file packages, which can be used for conveniently writing small scripts and applications. It supports a shebang line, so that directly executing the script on Posix systems also works

Re: Release DUB 1.0.0

2016-06-20 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Congratulations and thank you from all of us! DUB is amazing!!!

Re: Release DUB 1.0.0

2016-06-20 Thread Sönke Ludwig via Digitalmars-d-announce
Am 20.06.2016 um 21:11 schrieb Jacob Carlborg: On 2016-06-20 17:52, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive

Re: Release DUB 1.0.0

2016-06-20 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-06-20 17:52, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive fully backwards compatible changes and additions

Re: Release DUB 1.0.0

2016-06-20 Thread Guillaume Piolat via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Congrats! Can't wait to see DUB bundled with DMD.

Re: Release DUB 1.0.0

2016-06-20 Thread Craig Dillabaugh via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Stable in this case means that the API, the command line interface and the package recipe format will only receive fully backwards compatible