Re: yet another event loop

2016-08-26 Thread Bill Hicks via Digitalmars-d-announce
On Friday, 26 August 2016 at 14:19:55 UTC, Eugene Wissner wrote: On Friday, 26 August 2016 at 10:54:17 UTC, bachmeier wrote: The person you responded to is a troll that has been cluttering the forum. No need to even read what they are posting. Didn't know it, thanks Don't listen to him,

Re: On the future of DIP1000

2016-08-26 Thread Bill Hicks via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 15:30:34 UTC, Martin Nowak wrote: we want memory safe code w/o the GC. -Martin Rust has had that since day one. Funny how not too long ago D core was mocking Rust, but now they're trying to be more like it. I bet in a few years we'll see hygienic macro

Re: Silicon Valley D Meetup August 25, 2016 - Fireside Chat with Andrei Alexandrescu

2016-08-26 Thread Bill Hicks via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 19:17:19 UTC, Ali Çehreli wrote: We will post a Google Hangouts link here at the start at 19:00 (7pm) Pacific time: http://www.meetup.com/D-Lang-Silicon-Valley/events/232970396/ Please try to come in person for free food and maybe a free copy of the book

Re: yet another event loop

2016-08-26 Thread Eugene Wissner via Digitalmars-d-announce
On Friday, 26 August 2016 at 15:02:42 UTC, Jack Stouffer wrote: On Wednesday, 24 August 2016 at 18:03:39 UTC, Eugene Wissner wrote: https://github.com/caraus-ecms/tanya Please make documentation easily available for your library. I wish to use event loops in D, but I have no desire to wade

Re: yet another event loop

2016-08-26 Thread Robert M. Münch via Digitalmars-d-announce
On 2016-08-26 19:37:19 +, Eugene Wissner said: Do you mean that the library can have different modules but they should be independent of each other as much as possible (like phobos) or that every part that can be separated belongs to its own repository? I don't see both related. The 1st

Re: yet another event loop

2016-08-26 Thread Eugene Wissner via Digitalmars-d-announce
On Friday, 26 August 2016 at 10:03:22 UTC, Robert M. Münch wrote: On 2016-08-24 18:03:39 +, Eugene Wissner said: I want it to become not an event loop only but a general purpose library that has an event loop. Hi, well, I would re-think this since the danger is, that everything is so

Re: Autotesting dub packages with dmd nightly

2016-08-26 Thread Seb via Digitalmars-d-announce
On Monday, 22 August 2016 at 20:44:05 UTC, Sebastiaan Koppe wrote: On Wednesday, 10 August 2016 at 18:35:03 UTC, Sebastiaan Koppe wrote: So true. Then I will do PR's first. I finally got around implementing running dmd/druntime/phobos pull requests against all dub packages. Thank you digger,

Re: Minor updates: gen-package-version v1.0.4 and sdlang-d v0.9.6

2016-08-26 Thread MrSmith via Digitalmars-d-announce
On Tuesday, 23 August 2016 at 16:19:12 UTC, Nick Sabalausky wrote: I'm hoping to finally get around to taking care of some of the open enhancement requests for sdlang-d soon. Can you, please, take care of this issue: https://github.com/Abscissa/libInputVisitor/issues/1 ?

Re: yet another event loop

2016-08-26 Thread Jack Stouffer via Digitalmars-d-announce
On Wednesday, 24 August 2016 at 18:03:39 UTC, Eugene Wissner wrote: https://github.com/caraus-ecms/tanya Please make documentation easily available for your library. I wish to use event loops in D, but I have no desire to wade though someone else's code in order to figure out how use the

Re: yet another event loop

2016-08-26 Thread Eugene Wissner via Digitalmars-d-announce
On Friday, 26 August 2016 at 10:54:17 UTC, bachmeier wrote: The person you responded to is a troll that has been cluttering the forum. No need to even read what they are posting. Didn't know it, thanks

Re: yet another event loop

2016-08-26 Thread bachmeier via Digitalmars-d-announce
On Friday, 26 August 2016 at 10:38:59 UTC, Eugene Wissner wrote: I think I disagree. For example I didn't know who is kardashian and the name is pretty difficult. And I think neither kardashian nor madonna are worth to name something after them. I also doubt that naming after famous people

Re: yet another event loop

2016-08-26 Thread Eugene Wissner via Digitalmars-d-announce
On Friday, 26 August 2016 at 02:22:54 UTC, Bill Hicks wrote: On Wednesday, 24 August 2016 at 18:03:39 UTC, Eugene Wissner wrote: https://github.com/caraus-ecms/tanya Ok there are not so many event loops in D and here an another one and its name is "tanya". Could you change the name to

Re: yet another event loop

2016-08-26 Thread Robert M. Münch via Digitalmars-d-announce
On 2016-08-24 18:03:39 +, Eugene Wissner said: I want it to become not an event loop only but a general purpose library that has an event loop. Hi, well, I would re-think this since the danger is, that everything is so connected that I can use either all or nothing at all. I'm