Re: Silicon Valley D Meetup June 23, 2016 - Jason White's Button and other topics

2016-06-23 Thread Ali Çehreli via Digitalmars-d-announce
On 06/23/2016 08:22 PM, Timothee Cour via Digitalmars-d-announce wrote: no sound :( We had too many problems today, some of which human errors. Ali

Re: Silicon Valley D Meetup June 23, 2016 - Jason White's Button and other topics

2016-06-23 Thread Timothee Cour via Digitalmars-d-announce
no sound :( On Thu, Jun 23, 2016 at 7:18 PM, Ali Çehreli < digitalmars-d-announce@puremagic.com> wrote: > Google Hangout: > > > > https://hangouts.google.com/hangouts/_/hoaevent/AP36tYciptM-tYpkf-Y0NXXs__5mWY5fBGv_x7TA25cYLo3TZPIe3w?hl=en=1 > > Ali > > > On 06/23/2016 01:45 PM, Ali Çehreli

Re: Silicon Valley D Meetup June 23, 2016 - Jason White's Button and other topics

2016-06-23 Thread Ali Çehreli via Digitalmars-d-announce
Google Hangout: https://hangouts.google.com/hangouts/_/hoaevent/AP36tYciptM-tYpkf-Y0NXXs__5mWY5fBGv_x7TA25cYLo3TZPIe3w?hl=en=1 Ali On 06/23/2016 01:45 PM, Ali Çehreli wrote: Sorry for short notice but we're meeting at 7pm California time:

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: Iup and nukclear interface in D.

2016-06-23 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 23 June 2016 at 23:01:16 UTC, David Nadlinger wrote: On Thursday, 23 June 2016 at 08:14:42 UTC, Mike Parker wrote: * extern(C) functions should, at a minimum, be declared as @nogc and nothrow for client code using those attributes. Be careful, though, if the C library supports

Re: Iup and nukclear interface in D.

2016-06-23 Thread David Nadlinger via Digitalmars-d-announce
On Thursday, 23 June 2016 at 08:14:42 UTC, Mike Parker wrote: * extern(C) functions should, at a minimum, be declared as @nogc and nothrow for client code using those attributes. Be careful, though, if the C library supports user-specified callbacks to be set for some functionality – unless

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

Silicon Valley D Meetup June 23, 2016 - Jason White's Button and other topics

2016-06-23 Thread Ali Çehreli via Digitalmars-d-announce
Sorry for short notice but we're meeting at 7pm California time: http://www.meetup.com/D-Lang-Silicon-Valley/events/231917495/ Among other topics, Jason White will introduce Button, his build system: http://forum.dlang.org/thread/uhozcvatvyztfuhiv...@forum.dlang.org Don't expect a proper

Re: Iup and nukclear interface in D.

2016-06-23 Thread Jordan Wilson via Digitalmars-d-announce
On Thursday, 23 June 2016 at 06:32:09 UTC, mogu wrote: http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard iupd removes all deprecated items in IUP, current version is IUP 3.18. nukleard may have some bugs in name mangling. Does a struct's field name like `null`, i

bf-ctfe

2016-06-23 Thread Stefan Koch via Digitalmars-d-announce
Hi, I just wrote a brain-fuck trans-compiler that works at CTFE. It is at https://github.com/UplinkCoder/bf-ctfe I am using it to profile my CTFE-Engine. However it also nicely demonstrates the power of CTFE. I will be uploading a video describing how it and why it works shortly. Feel

Re: QtE5 - is a wrapping of Qt-5 for D

2016-06-23 Thread Jozsef via Digitalmars-d-announce
Nice work! I do not know if performance of the Forth interpreter is important, but I would replace the following sequence to spare a function call. CALL label; ret; --->>> JMP label;

Re: Iup and nukclear interface in D.

2016-06-23 Thread mogu via Digitalmars-d-announce
On Thursday, 23 June 2016 at 08:14:42 UTC, Mike Parker wrote: On Thursday, 23 June 2016 at 06:32:09 UTC, mogu wrote: http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard A couple of points: * All of those 'static immutable' you have would be better as manifest

Re: Iup and nukclear interface in D.

2016-06-23 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 23 June 2016 at 06:32:09 UTC, mogu wrote: http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard A couple of points: * All of those 'static immutable' you have would be better as manifest constants, or logically grouped in anonymous enums. The former are

Iup and nukclear interface in D.

2016-06-23 Thread mogu via Digitalmars-d-announce
http://code.dlang.org/packages/iupd http://code.dlang.org/packages/nukleard iupd removes all deprecated items in IUP, current version is IUP 3.18. nukleard may have some bugs in name mangling. Does a struct's field name like `null`, i changed it to null_, may be issue? Can pragma(mangle,