Re: SCons and D

2017-06-09 Thread Russel Winder via Digitalmars-d
On Fri, 2017-06-09 at 18:51 +, bachmeier via Digitalmars-d wrote: > […] > I sent you an email with my code. The solution I found was to use Could I get you to send it again I appear either not to have received it or I have deleted it before reading it. > SharedLibrary('lib2', ['lib2.d'], SHO

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread H. S. Teoh via Digitalmars-d
On Sat, Jun 10, 2017 at 12:33:39AM +, Seb via Digitalmars-d wrote: > On Saturday, 10 June 2017 at 00:16:13 UTC, H. S. Teoh wrote: > > On Sat, Jun 10, 2017 at 02:27:13AM +0300, ketmar via Digitalmars-d > > wrote: > > > H. S. Teoh wrote: > > > > > > > [...] > > > > > > we can use UDAs to do tha

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread ketmar via Digitalmars-d
H. S. Teoh wrote: On Sat, Jun 10, 2017 at 02:27:13AM +0300, ketmar via Digitalmars-d wrote: H. S. Teoh wrote: On a tangential note, now that I finally got the miserable test suite running, I've managed to figure out that the problem in my dmd PR was caused by src/ddmd/globals.h not being auto

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread Seb via Digitalmars-d
On Saturday, 10 June 2017 at 00:16:13 UTC, H. S. Teoh wrote: On Sat, Jun 10, 2017 at 02:27:13AM +0300, ketmar via Digitalmars-d wrote: H. S. Teoh wrote: > [...] we can use UDAs to do that! just make the generator import the relevand dmd parts, and then use compile-time introspection to build

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread H. S. Teoh via Digitalmars-d
On Sat, Jun 10, 2017 at 02:27:13AM +0300, ketmar via Digitalmars-d wrote: > H. S. Teoh wrote: > > > On a tangential note, now that I finally got the miserable test > > suite running, I've managed to figure out that the problem in my dmd > > PR was caused by src/ddmd/globals.h not being auto-genera

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread ketmar via Digitalmars-d
H. S. Teoh wrote: On a tangential note, now that I finally got the miserable test suite running, I've managed to figure out that the problem in my dmd PR was caused by src/ddmd/globals.h not being auto-generated from src/ddmd/globals.d, so when I added new fields to the Global struct, the C++ co

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread H. S. Teoh via Digitalmars-d
On Fri, Jun 09, 2017 at 10:34:00PM +, Seb via Digitalmars-d wrote: > On Friday, 9 June 2017 at 22:14:30 UTC, H. S. Teoh wrote: > > I'm trying to track down an autotester failure in a DMD PR, and > > getting very frustrated that the DMD test suite does not run on > > Debian/Linux because of the

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread ketmar via Digitalmars-d
it's even worser than that: unittests ultimatively fails with binutils 2.28 (at least on x86 without PIC), so i was forced to downgrade binutils to 2.26.

Re: DMD test suite not runnable on Debian/Linux

2017-06-09 Thread Seb via Digitalmars-d
On Friday, 9 June 2017 at 22:14:30 UTC, H. S. Teoh wrote: I'm trying to track down an autotester failure in a DMD PR, and getting very frustrated that the DMD test suite does not run on Debian/Linux because of the whole PIE-by-default fiasco that necessitates compiling everything with -fPIC.

DMD test suite not runnable on Debian/Linux

2017-06-09 Thread H. S. Teoh via Digitalmars-d
I'm trying to track down an autotester failure in a DMD PR, and getting very frustrated that the DMD test suite does not run on Debian/Linux because of the whole PIE-by-default fiasco that necessitates compiling everything with -fPIC. (1) Currently, there is no way to customize how test/Makefile c

Re: vibe.d on Web Framework Benchmarks

2017-06-09 Thread Sönke Ludwig via Digitalmars-d
Am 07.06.2017 um 11:44 schrieb Ali Çehreli: Is there an issue with the tests? Surprised that vibe.d is not higher in the rating... https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=fortune Ali There are thread scaling issues in the tested version. The test setup there use

Re: SCons and D

2017-06-09 Thread bachmeier via Digitalmars-d
On Friday, 9 June 2017 at 07:52:59 UTC, Russel Winder wrote: On Thu, 2017-06-08 at 22:03 +, bachmeier via Digitalmars-d wrote: On Thursday, 8 June 2017 at 14:27:53 UTC, Russel Winder wrote: > It seems I am on a bit of a roll getting changesets relating > to D support for SCons into an appro

Re: [your code here] bullying

2017-06-09 Thread bethany via Digitalmars-d
On Friday, 9 June 2017 at 18:09:50 UTC, bethany wrote: hello erin i am sorry you got bullied friend i am hacking jgsgjb vsnbwhtbknhghtdgh

[your code here] bullying

2017-06-09 Thread bethany via Digitalmars-d
hello erin i am sorry you got bullied friend i am hacking

Re: sqlite3 vs. sqlite-d

2017-06-09 Thread qznc via Digitalmars-d
On Thursday, 8 June 2017 at 08:44:56 UTC, Russel Winder wrote: But what is D's equivalent to Python's SQLAlchemy? C++ now has sqlpp11. There is HibernateD. http://code.dlang.org/packages/hibernated For my own project, I used handwritten SQL. It is still on my todo list to replace that with H

Re: vibe.d on Web Framework Benchmarks

2017-06-09 Thread Elvis Zhou via Digitalmars-d
On Thursday, 8 June 2017 at 15:40:37 UTC, Ali Çehreli wrote: On 06/08/2017 05:09 AM, Dominikus Dittes Scherkl wrote: > Wow. Answer was actually visible before the OP. THAT is what I would > call fast. Did you use vibe.d? Your answer hasn't arrived yet. Using something other than vibe.d? :p A

Re: SCons and D

2017-06-09 Thread Russel Winder via Digitalmars-d
On Thu, 2017-06-08 at 22:03 +, bachmeier via Digitalmars-d wrote: > On Thursday, 8 June 2017 at 14:27:53 UTC, Russel Winder wrote: > > It seems I am on a bit of a roll getting changesets relating to  > > D support for SCons into an appropriate state so that they get  > > merged into the mainlin