DQuick news

2014-01-19 Thread Xavier Bigand
Latest news of DQuick for this year. The good news is, the project still alive and Bruno added some interesting stuff to the DMLengine : - Adding support of arrays - Adding support of delegates - Improve error reporting from Lua Our minesweeper sample works well but don't use arrays for the

Re: DQuick news

2014-01-19 Thread Jakob Ovrum
On Sunday, 29 December 2013 at 01:15:50 UTC, Xavier Bigand wrote: - Improve error reporting from Lua I looked at the commit log. I like how you are *already* fixing Lua bugs... still not considering LuaD? :P

Re: DQuick news

2014-01-19 Thread Suliman
On Sunday, 29 December 2013 at 01:15:50 UTC, Xavier Bigand wrote: Latest news of DQuick for this year. The good news is, the project still alive and Bruno added some interesting stuff to the DMLengine : - Adding support of arrays - Adding support of delegates - Improve error reporting from

Re: Mobile App STACK4 with a D backend

2014-01-19 Thread Martin Krejcirik
On 28.12.2013 19:22, Stephan Dilly wrote: > Well yeah that was alreday clear... i meant the answer someone posted > there: "Just go to settings->apps and transfer the game from internal > onto your phone memory. It's a common issue" > > Does this solve the problem ? Sorry, missed that. Yes that s

Re: DQuick news

2014-01-19 Thread Xavier Bigand
Le 29/12/2013 09:26, Jakob Ovrum a écrit : On Sunday, 29 December 2013 at 01:15:50 UTC, Xavier Bigand wrote: - Improve error reporting from Lua I looked at the commit log. I like how you are *already* fixing Lua bugs... still not considering LuaD? :P We don't fix Lua, it was about how the DML

Re: Delight

2014-01-19 Thread Dejan Lekic
On Thursday, 25 September 2008 at 14:27:42 UTC, bearophile wrote: Mosfet: Is there any performance loss from compared to D language ? No, it's just D1 resyntaxed. That is, it generally improves on the old-school syntax of D ;-) Bye, bearophile "Improves" is pretty subjective...

Re: Range-Based Graph Search in D (blog post)

2014-01-19 Thread Peter Alexander
On Saturday, 11 January 2014 at 03:53:28 UTC, Timon Gehr wrote: One issue with the API is that it does not deal with graphs with more than one edge between two given vertices very well. I think it'd need a separate edge abstraction. (Formally, a graph is just a pair of sets (V,E) with two funct

Re: Coming back, Unique, opDot and whatever else

2014-01-19 Thread Jacob Carlborg
On 2014-01-17 21:25, Stanislav Blinov wrote: Ahem. Wasn't it what I said? :) I don't know, perhaps I missed that :) Of course I did try. My concern is that it would stop accepting arbitrary user types. Most times this would be a good thing. But not always. Hence I'm hesitating :) Right, bu

Re: Range-Based Graph Search in D (blog post)

2014-01-19 Thread Peter Alexander
On Saturday, 11 January 2014 at 09:11:45 UTC, Philippe Sigaud wrote: * I sometimes have to use graphs with more than just `weight` on edges (names as strings, chars, for example for a state machine, etc). Do you think you could extend your design to allow parameterization on edges? Of course,

Re: Coming back, Unique, opDot and whatever else

2014-01-19 Thread Stanislav Blinov
On Friday, 17 January 2014 at 20:25:37 UTC, Stanislav Blinov wrote: Heh, now I'm even more leaning towards a proxy. Because honestly, x.opDispatch!("release")() is even uglier than x.opDot().release() :D... Well, what can I say? I didn't need to go very far. Because Phobos has such proxy. W

Re: dmd 2.065 beta 1

2014-01-19 Thread Daniel Murphy
"Andrew Edwards" wrote in message news:lbdumk$2oki$1...@digitalmars.com... [1] ftp://ftp.digitalmars.com/dmd.2.065.beta.1.zip Windows bin folder is empty. I'd post on the list but I'm not sure it's working at the moment.

Re: Coming back, Unique, opDot and whatever else

2014-01-19 Thread Jacob Carlborg
On 2014-01-18 13:07, Stanislav Blinov wrote: That's the approach I took. I've moved both _Transfer and _Clear into module scope and renamed them. And indeed, the compiler prefers opDispatch(). But not if I call them like .clearUnique(this) :) Right, I was mostly thinking of public methods, but

Re: dmd 2.065 beta 1

2014-01-19 Thread Andrew Edwards
On 1/18/14, 8:42 AM, Daniel Murphy wrote: "Andrew Edwards" wrote in message news:lbdumk$2oki$1...@digitalmars.com... [1] ftp://ftp.digitalmars.com/dmd.2.065.beta.1.zip Windows bin folder is empty. I'd post on the list but I'm not sure it's working at the moment. Thanks. New file uploaded.

Re: dmd 2.065 beta 1

2014-01-19 Thread dennis luehring
Am 18.01.2014 15:13, schrieb Andrew Edwards: On 1/18/14, 8:42 AM, Daniel Murphy wrote: "Andrew Edwards" wrote in message news:lbdumk$2oki$1...@digitalmars.com... [1] ftp://ftp.digitalmars.com/dmd.2.065.beta.1.zip Windows bin folder is empty. I'd post on the list but I'm not sure it's workin

Re: dmd 2.065 beta 1

2014-01-19 Thread Daniel Murphy
"Andrew Edwards" wrote in message news:lbe25n$2rrh$1...@digitalmars.com... Thanks. New file uploaded. Looking much better. I extracted this beta and the last release, and diffed the result of `dir /s` to see what changed. Some of these may be intentional, thanks to problems with the old zi

dmd 2.065 beta 1

2014-01-19 Thread Andrew Edwards
Beta testing for dmd 2.065 is under way. You can access the associated zip at [1] and view the current list of regressions at [2]. Make every effort to provide a thorough review so we can get the best product out the door. Please refrain from discussing the review here in the dlang.org forums.

Re: dmd 2.065 beta 1

2014-01-19 Thread Jacob Carlborg
On 2014-01-18 16:33, Daniel Murphy wrote: - There are .DS_Store file scattered around now, these should be removed Most likely due to the zip was created on Mac OS X. -- /Jacob Carlborg

Re: dmd 2.065 beta 1

2014-01-19 Thread Walter Bright
On 1/18/2014 7:33 AM, Daniel Murphy wrote: "Andrew Edwards" wrote in message news:lbe25n$2rrh$1...@digitalmars.com... Thanks. New file uploaded. Looking much better. I extracted this beta and the last release, and diffed the result of `dir /s` to see what changed. Some of these may be inten

Re: dmd 2.065 beta 1

2014-01-19 Thread Daniel Murphy
"Walter Bright" wrote in message news:lbelqh$e54$1...@digitalmars.com... It's a problem. There cannot be line endings in it. The one in the git repo has a unix line ending.

Re: Coming back, Unique, opDot and whatever else

2014-01-19 Thread Rory McGuire
opDispatch works do you can just type object.release

Re: dmd 2.065 beta 1

2014-01-19 Thread Walter Bright
On 1/18/2014 6:24 PM, Daniel Murphy wrote: "Walter Bright" wrote in message news:lbelqh$e54$1...@digitalmars.com... It's a problem. There cannot be line endings in it. The one in the git repo has a unix line ending. Must have been the dang git software!

Re: Coming back, Unique, opDot and whatever else

2014-01-19 Thread Stanislav Blinov
On Sunday, 19 January 2014 at 22:25:08 UTC, Rory McGuire wrote: opDispatch works do you can just type object.release This will call Unique's release(). To get to wrapped object's release(), you need object.opDispatch("release")().

Re: dmd 2.065 beta 1

2014-01-19 Thread deadalnix
On Saturday, 18 January 2014 at 13:13:56 UTC, Andrew Edwards wrote: Beta testing for dmd 2.065 is under way. You can access the associated zip at [1] and view the current list of regressions at [2]. Make every effort to provide a thorough review so we can get the best product out the door. Pl