Re: Strange vibe.d build error

2017-12-27 Thread H. S. Teoh via Digitalmars-d
On Sat, Dec 23, 2017 at 10:39:37AM +, Petar via Digitalmars-d wrote: > On Thursday, 21 December 2017 at 21:10:39 UTC, H. S. Teoh wrote: > > After pulling from vibe.d git master today, my vibe.d project doesn't > > compile anymore. `dub build` dies with: > > > >

Re: Strange vibe.d build error

2017-12-23 Thread Seb via Digitalmars-d
On Saturday, 23 December 2017 at 10:39:37 UTC, Petar Kirov [ZombineDev] wrote: On Thursday, 21 December 2017 at 21:10:39 UTC, H. S. Teoh wrote: After pulling from vibe.d git master today, my vibe.d project doesn't compile anymore. `dub build` dies with:

Re: Strange vibe.d build error

2017-12-23 Thread Petar via Digitalmars-d
On Thursday, 21 December 2017 at 21:10:39 UTC, H. S. Teoh wrote: After pulling from vibe.d git master today, my vibe.d project doesn't compile anymore. `dub build` dies with: /usr/src/d/vibe.d/stream/vibe/stream/memory.d(56,42): Error: constructor vibe.utils.array.AllocAppender!(ubyte[],

Re: Strange vibe.d build error

2017-12-22 Thread Jacob Carlborg via Digitalmars-d
On 2017-12-22 00:43, H. S. Teoh wrote: But still, that error message is exceedingly unhelpful. If possible I'd love to track it down and file an enhancement to improve the error message. You can get that error when using two different symbols with the same local name but different fully

Re: Strange vibe.d build error

2017-12-21 Thread H. S. Teoh via Digitalmars-d
On Thu, Dec 21, 2017 at 10:04:29PM +, WebFreak001 via Digitalmars-d wrote: > On Thursday, 21 December 2017 at 21:10:39 UTC, H. S. Teoh wrote: > > After pulling from vibe.d git master today, my vibe.d project > > doesn't compile anymore. `dub build` dies with: > > > >

Re: Strange vibe.d build error

2017-12-21 Thread WebFreak001 via Digitalmars-d
On Thursday, 21 December 2017 at 21:10:39 UTC, H. S. Teoh wrote: After pulling from vibe.d git master today, my vibe.d project doesn't compile anymore. `dub build` dies with: /usr/src/d/vibe.d/stream/vibe/stream/memory.d(56,42): Error: constructor vibe.utils.array.AllocAppender!(ubyte[],

Strange vibe.d build error

2017-12-21 Thread H. S. Teoh via Digitalmars-d
After pulling from vibe.d git master today, my vibe.d project doesn't compile anymore. `dub build` dies with: /usr/src/d/vibe.d/stream/vibe/stream/memory.d(56,42): Error: constructor vibe.utils.array.AllocAppender!(ubyte[], ubyte).AllocAppender.this (IAllocator alloc, ubyte[]