On 7 June 2016 at 19:54, Sönke Ludwig
wrote:
> DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for
> single-file packages, which can be used to write shebang-style scripts on
> Posix systems:
>
> #!/usr/bin/env dub
> /++ dub.sdl:
> name "colortest"
>
On Tuesday, 31 May 2016 at 06:21:03 UTC, Andrei Alexandrescu
wrote:
On 5/27/16 10:17 PM, Taylor Hillegeist wrote:
On Friday, 27 May 2016 at 18:10:59 UTC, Vladimir Panteleev
wrote:
On Monday, 23 May 2016 at 19:00:40 UTC, Adam D. Ruppe wrote:
Have I gone completely mad?!?!
Yes, though what doe
On Wednesday, 8 June 2016 at 09:19:46 UTC, John wrote:
On Friday, 27 May 2016 at 18:10:59 UTC, Vladimir Panteleev
wrote:
This is by far the most appealing way to implement named
arguments that I've seen so far:
https://github.com/CyberShadow/ae/blob/master/utils/meta/args.d
Another cool thin
On Mon, May 30, 2016 at 07:16:50PM +, Jason White via
Digitalmars-d-announce wrote:
> I am pleased to finally announce the build system I've been slowly
> working on for over a year in my spare time:
>
> Docs: http://jasonwhite.github.io/button/
> Source: https://github.com/jasonwhi
On Friday, 10 June 2016 at 21:40:22 UTC, flamencofantasy wrote:
In another one I get the following;
]# dub
Performing "debug" build using ldc2 for x86_64.
vibe-d:utils 0.7.28: target for configuration "library" is up
to date.
vibe-d:data 0.7.28: target for configuration "library" is up to
date.
On Friday, 10 June 2016 at 21:40:22 UTC, flamencofantasy wrote:
ld: fatal: library -levent: not found
I think need install libevent.
In howto on
https://wiki.dlang.org/LDC%2BDub%2BVibe.d_on_SmartOS_64bit.
I think misprint in line:
# pkgin in binutils gmake cmake scmgit python35 autoconf gcc
On Thursday, 9 June 2016 at 12:30:30 UTC, Alexandr Basko wrote:
On Wednesday, 8 June 2016 at 14:13:48 UTC, flamencofantasy
wrote:
On Wednesday, 8 June 2016 at 13:41:59 UTC, Alexandr Basko
wrote:
On Wednesday, 8 June 2016 at 12:19:08 UTC, flamencofantasy
wrote:
On Wednesday, 8 June 2016 at 08:00
Thank you!
On Fri, Jun 10, 2016 at 11:53 PM, Mike Parker via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:
> On Friday, 10 June 2016 at 16:39:41 UTC, Adil Baig wrote:
>
>> PS : When are the DConf 2016 videos coming to youtube?
>>
>
> http://forum.dlang.org/post/cmowazdybxc
On 2016-06-10 20:21, Mike Parker wrote:
I didn't realize anything special was needed for that. How can I make it
so?
Unfortunately there doesn't seem to be an exact specification of what's
required for the reader mode to be available. I can do some digging to
see if I can find something.
-
On Thursday, 9 June 2016 at 09:06:18 UTC, Jacob Carlborg wrote:
I would prefer if the text did not hyphenate the words. I think
it's easier to read whole words.
Agreed. Thanks for reminding me. They weren't showing up for me
in Chrome at all and I had forgotten that I saw them in Firefox
(
On Friday, 10 June 2016 at 16:39:41 UTC, Adil Baig wrote:
PS : When are the DConf 2016 videos coming to youtube?
http://forum.dlang.org/post/cmowazdybxcseeyax...@forum.dlang.org
On 06/08/2016 11:04 AM, Kagamin wrote:
BTW do people find nested comments particularly useful?
God yes. It's the *only* block comment I ever use. Non-nesting comment
blocks are a worthless PITA with no real benefit: You can't comment out
a block if the block already contains a block comment.
PS : When are the DConf 2016 videos coming to youtube?
On Fri, Jun 10, 2016 at 8:21 PM, Stefan Koch via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:
> On Friday, 10 June 2016 at 14:40:41 UTC, Ali Çehreli wrote:
>
>> On 06/10/2016 05:11 AM, Stefan Koch wrote:
>>
>>> On Wed
On Friday, 10 June 2016 at 14:40:41 UTC, Ali Çehreli wrote:
On 06/10/2016 05:11 AM, Stefan Koch wrote:
On Wednesday, 8 June 2016 at 16:31:47 UTC, Ben Palmer wrote:
Danny Arends will be giving a more detailed version of his
lightning
talk he gave at the D conference on his web server, "DaNode
On 06/10/2016 05:11 AM, Stefan Koch wrote:
On Wednesday, 8 June 2016 at 16:31:47 UTC, Ben Palmer wrote:
Danny Arends will be giving a more detailed version of his lightning
talk he gave at the D conference on his web server, "DaNode".
What presentation will there be ?
I think it's Danny
On Friday, 10 June 2016 at 09:18:07 UTC, Martin Tschierschke
wrote:
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
Hi,
after another round of polishing, bug fixing, very useful user
contributions and suggestions, I'd like to present the new
home of the D language online tour:
http://t
On Wednesday, 8 June 2016 at 16:31:47 UTC, Ben Palmer wrote:
Hi All,
The June Berlin D Meetup will be happening at 20:00 (note new
time) on Friday the 17th of June at Berlin Co-Op
(http://co-up.de/) on the fifth floor.
Danny Arends will be giving a more detailed version of his
lightning tal
On 6/10/16 2:30 AM, Rory McGuire via Digitalmars-d-announce wrote:
Could we not just make it a requirement that if the file starts with
#!... on the first line then the second line _must_ be a comment with
the dub file definition?
I think this is fine as a requirement.
-Steve
hmm, actually thats not quite the issue, I made a mock set of projects
and it works with both versions.
With 0.9.25 I get:
Sub package onyx-config: doesn't exist.
Whereas with 0.9.24 my package compiles. I'll see if I can figure out
why, sorry for the noise.
On Fri, Jun 10, 2016 at 11:53 AM, Rory
BTW: One other question, do you know of a bug where relative paths in
dub packages have stopped working in recent versions?
It seems like it always uses the path of the package being built
rather than the dependencies own directory. I currently have to use
0.9.24.
On Fri, Jun 10, 2016 at 11:00 AM
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
Hi,
after another round of polishing, bug fixing, very useful user
contributions and suggestions, I'd like to present the new home
of the D language online tour:
http://tour.dlang.org/
Thank you very much to the D foundation for hosting t
Am 10.06.2016 um 10:02 schrieb Rory McGuire via Digitalmars-d-announce:
I made a version that ignores comment like characters in strings.
I've also made a version that requires the recipe to be on the second line.
Both are in my fork of dub. I can fix my pull request to which ever
one you guys p
On Fri, Jun 10, 2016 at 8:30 AM, Rory McGuire wrote:
> On Thu, Jun 9, 2016 at 10:48 PM, Steven Schveighoffer via
> Digitalmars-d-announce wrote:
>> On 6/9/16 4:37 PM, Sönke Ludwig wrote:
>>>
>>> Am 09.06.2016 um 15:06 schrieb Steven Schveighoffer:
On 6/8/16 2:45 PM, Sönke Ludwig wrote:
23 matches
Mail list logo