Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Dennis Ritchie via Digitalmars-d-announce
And please, put the missing slides Amaury Sechet, Adam Ruppe and unlock access to the slides Liran Zvibel: http://dconf.org/2015/talks/zvibel.pdf And also you need to correct a reference to Walter Bright's slides here: http://dconf.org/2015/talks/bright.html

Re: dmd makes D appear slow

2015-05-30 Thread Iain Buclaw via Digitalmars-d
On 30 May 2015 at 20:38, Shachar Shemesh via Digitalmars-d digitalmars-d@puremagic.com wrote: On 30/05/15 03:57, Steven Schveighoffer wrote: I saw the slide from Liran that shows your compiler requirements :) I can see why it's important to you. Then you misunderstood Liran's slides.

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/30/15 7:09 AM, y wrote: On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: Is there an overview about all the talks that were given? Will there be a link to the live-recordings, so one can jump to specific talks directly? http://dconf.org/2015/schedule/index.html are there

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/30/15 8:34 AM, John Colvin wrote: Assuming youtube doesn't make it too annoying on intermittent internet connections, I'm gonna chop the videos up, 1 per talk. Awesome, thanks! -- Andrei

Re: I won a school game-creation competition!

2015-05-30 Thread Marcin Szymczak via Digitalmars-d
That is great news! Congratulations on your project. That must have been a good learning practice, while demonstrating D language to other people.

Re: dmd makes D appear slow

2015-05-30 Thread weaselcat via Digitalmars-d
On Saturday, 30 May 2015 at 17:00:18 UTC, Márcio Martins wrote: Would clang's thread-sanitizer and address-sanitizer be adaptable and usable with D as well? these are already usable from LDC. make sure you use the -gcc=clang flag.

Re: dmd makes D appear slow

2015-05-30 Thread Shachar Shemesh via Digitalmars-d
On 30/05/15 11:00, Iain Buclaw via Digitalmars-d wrote: When he says Windows, he means MSVC, gcc backend will never support interfacing that ABI (at least I see no motivation as of writing). I thought that's what MINGW was. A gcc backend that interfaces with the Windows ABI. Isn't it?

Re: I won a school game-creation competition!

2015-05-30 Thread Dennis Ritchie via Digitalmars-d
On Saturday, 30 May 2015 at 20:42:14 UTC, extrawurst wrote: On Saturday, 30 May 2015 at 14:48:53 UTC, Vladde Nordholm wrote: So hey everyone! I am very happy to say that I won a game-creation contest, called LBS Game Awards 2015, where I entered with my console game DRPG, which is written in

[Issue 1238] Private identifiers in imported modules create conflicts with public ones

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1238 --- Comment #10 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to Timothee Cour from comment #9) Faced this again, this is a serious bug that's 8 years old !! What are the difficulties involved in fixing this? exactly zero difficulties.

Re: dmd makes D appear slow

2015-05-30 Thread Iain Buclaw via Digitalmars-d
On 30 May 2015 19:05, via Digitalmars-d digitalmars-d@puremagic.com wrote: On Saturday, 30 May 2015 at 14:29:56 UTC, ketmar wrote: On Sat, 30 May 2015 12:00:57 +, Kyoji Klyden wrote: So personally I vote that speed optimizations on DMD are a waste of time at the moment. it's not only

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Andy Smith via Digitalmars-d-announce
On Saturday, 30 May 2015 at 19:55:53 UTC, Andrei Alexandrescu wrote: On 5/30/15 7:09 AM, y wrote: On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: Is there an overview about all the talks that were given? Will there be a link to the live-recordings, so one can jump to specific

[Issue 1238] Private identifiers in imported modules create conflicts with public ones

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1238 Timothee Cour timothee.co...@gmail.com changed: What|Removed |Added CC|

Re: I won a school game-creation competition!

2015-05-30 Thread Vladimir Panteleev via Digitalmars-d
On Saturday, 30 May 2015 at 20:53:29 UTC, Dennis Ritchie wrote: On Saturday, 30 May 2015 at 20:42:14 UTC, extrawurst wrote: here is the link i suppose: http://lbsgameawards.se/project.php?id=208 The game starts normally but when I press 'S', then the game shuts down. What am I doing wrong?

Re: Proof of concept - library AA

2015-05-30 Thread IgorStepanov via Digitalmars-d
On Saturday, 30 May 2015 at 15:24:49 UTC, Adam D. Ruppe wrote: On Saturday, 30 May 2015 at 14:10:35 UTC, IgorStepanov wrote: static Foo opImplicitConstructFrom(T)(T val) if(is(T : int)) I briefly mentioned this at the dconf and thinking about it a bit more, I think there's only two cases

Re: dmd makes D appear slow

2015-05-30 Thread via Digitalmars-d
On Saturday, 30 May 2015 at 14:29:56 UTC, ketmar wrote: On Sat, 30 May 2015 12:00:57 +, Kyoji Klyden wrote: So personally I vote that speed optimizations on DMD are a waste of time at the moment. it's not only waste of time, it's unrealistic to make DMD backend's quality comparable to

Re: dmd makes D appear slow

2015-05-30 Thread Shachar Shemesh via Digitalmars-d
On 30/05/15 03:57, Steven Schveighoffer wrote: I saw the slide from Liran that shows your compiler requirements :) I can see why it's important to you. Then you misunderstood Liran's slides. Our compile resources problem isn't with GDC. It's with DMD. Single object compilation requires more

Re: I won a school game-creation competition!

2015-05-30 Thread extrawurst via Digitalmars-d
On Saturday, 30 May 2015 at 14:48:53 UTC, Vladde Nordholm wrote: So hey everyone! I am very happy to say that I won a game-creation contest, called LBS Game Awards 2015, where I entered with my console game DRPG, which is written in D. I didn't win the best game, but I won the best

Re: I won a school game-creation competition!

2015-05-30 Thread Andrei Alexandrescu via Digitalmars-d
On 5/30/15 7:48 AM, Vladde Nordholm wrote: So hey everyone! I am very happy to say that I won a game-creation contest, called LBS Game Awards 2015, where I entered with my console game DRPG, which is written in D. I didn't win the best game, but I won the best newcomer-award! I am really

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #8 from dennis.m.ritc...@mail.ru --- Current ambituity syntax new int[2][1] should be deprecated, removed, and then we can reuse it for static array allocation. Quickly already, the problems with static arrays in D are boring. --

Re: dmd makes D appear slow

2015-05-30 Thread Manu via Digitalmars-d
On 31 May 2015 at 04:39, Shachar Shemesh via Digitalmars-d digitalmars-d@puremagic.com wrote: On 30/05/15 11:00, Iain Buclaw via Digitalmars-d wrote: When he says Windows, he means MSVC, gcc backend will never support interfacing that ABI (at least I see no motivation as of writing). I

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #10 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #9) (In reply to dennis.m.ritchie from comment #7) I suggest to implement such a syntax for declaring multidimensional arrays: auto array = new int[11](4,

Re: As discussed in DConf2015: Python-like keyword arguments

2015-05-30 Thread Michel Fortin via Digitalmars-d
On 2015-05-29 12:27:02 +, Jacob Carlborg d...@me.com said: And here's an implementation with language support which allows named arguments but not reordering the arguments [2]. Originally implemented by Michel Fortin. [2] https://github.com/jacob-carlborg/dmd/tree/named_parameters I

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 3:07 a.m., Adam D. Ruppe wrote: On Saturday, 30 May 2015 at 14:28:57 UTC, Rikki Cattermole wrote: On 31/05/2015 2:27 a.m., ketmar wrote: SDL audio. ;-) Okay lets ignore libraries that is not D. Like that one. I think that is unnecessarily limiting. I do see your point about

Re: Uphill

2015-05-30 Thread Nick Sabalausky via Digitalmars-d
On 05/28/2015 04:55 AM, Chris wrote: If it's for free, it must be sh*t, I often hear people say. Maybe we should have a D Enterprise Edition (DEE) and sell it for $1,000. Believe me, people would take to it like ducks take to water. Indeed. There's an MBA born every minute ;)

Re: Why aren't you using D at work?

2015-05-30 Thread Danni Coy via Digitalmars-d
I have been doing my first serious attempt at D after convincing other people that it was the way to go quite a few years ago. (My copy of The D Programming Language doesn't have Andrei's name on it so it would have been around that time) and these are the things which are fresh for me. I had no

Re: Calypso: Direct and full interfacing to C++

2015-05-30 Thread Kelly via Digitalmars-d-announce
On Tuesday, 19 May 2015 at 17:15:49 UTC, Kelly wrote: Hello Suliman, I have translated the GDAL example ( http://www.gdal.org/warptut.html ) and got it to run...woohoo!! I needed to apply the fix from Elie last night (and the pull request from me that hasn't been accepted yet), so this won't

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 9:56 a.m., ketmar wrote: On Sun, 31 May 2015 02:35:22 +1200, Rikki Cattermole wrote: Personally I think it is more reasonable to assume certain libraries will be installed. Such as for Windows user32 and GDI. Where by there is no real alternatives. Like X11 for *nix. In other

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 3:08 a.m., Adam D. Ruppe wrote: On Saturday, 30 May 2015 at 13:35:47 UTC, Rikki Cattermole wrote: Great example, if you wanted to play some music cross platform what D library what you use? Hint good luck, none really exist. I'm slowly getting through my simpleaudio.d What

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 1:26 p.m., lobo wrote: On Saturday, 30 May 2015 at 14:35:29 UTC, Rikki Cattermole wrote: On 31/05/2015 2:31 a.m., ketmar wrote: On Sun, 31 May 2015 02:28:51 +1200, Rikki Cattermole wrote: On 31/05/2015 2:27 a.m., ketmar wrote: On Sun, 31 May 2015 01:35:41 +1200, Rikki

[Issue 7687] Ddoc should be able to generate Jump to links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7687 Doug Nickerson tachyon...@gmail.com changed: What|Removed |Added CC||tachyon...@gmail.com

Re: Uphill

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 3:52 p.m., Manu via Digitalmars-d wrote: On 28 May 2015 at 19:23, Rikki Cattermole via Digitalmars-d digitalmars-d@puremagic.com wrote: On 28/05/2015 8:55 p.m., Chris wrote: On Wednesday, 27 May 2015 at 19:35:35 UTC, ketmar wrote: On Wed, 27 May 2015 13:23:16 +, Paulo

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread ketmar via Digitalmars-d
On Sun, 31 May 2015 02:35:22 +1200, Rikki Cattermole wrote: Personally I think it is more reasonable to assume certain libraries will be installed. Such as for Windows user32 and GDI. Where by there is no real alternatives. Like X11 for *nix. In other words, system libraries are fine to use.

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #9 from Ketmar Dark ket...@ketmar.no-ip.org --- (In reply to dennis.m.ritchie from comment #7) I suggest to implement such a syntax for declaring multidimensional arrays: auto array = new int[11](4, 8, 6, 13 /* The length of the

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Walter Bright via Digitalmars-d-announce
On 5/30/2015 1:13 AM, Travis Beckstrand wrote: This is Travis Beckstrand (front row, left side at the conference) checking in! I'm currently a newbie at D but after witnessing the power of and passion behind the language I hope to become an expert and to contribute to its success. I really

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/10fc5c4227911d4abf4727a283e56afa0aedd783 fix Issue 14606 - Bad code

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread lobo via Digitalmars-d
On Saturday, 30 May 2015 at 14:35:29 UTC, Rikki Cattermole wrote: On 31/05/2015 2:31 a.m., ketmar wrote: On Sun, 31 May 2015 02:28:51 +1200, Rikki Cattermole wrote: On 31/05/2015 2:27 a.m., ketmar wrote: On Sun, 31 May 2015 01:35:41 +1200, Rikki Cattermole wrote: Great example, if you

Re: Why aren't you using D at work?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 3:03 p.m., Danni Coy via Digitalmars-d wrote: so is std.xml the exception? How many other parts of the standard library are like that? On Sun, May 31, 2015 at 12:37 PM, Rikki Cattermole via Digitalmars-d digitalmars-d@puremagic.com wrote: On 31/05/2015 2:27 p.m., H. S. Teoh via

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/30/15 2:01 PM, Andy Smith wrote: On Saturday, 30 May 2015 at 19:55:53 UTC, Andrei Alexandrescu wrote: On 5/30/15 7:09 AM, y wrote: On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: Is there an overview about all the talks that were given? Will there be a link to the

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 dennis.m.ritc...@mail.ru changed: What|Removed |Added CC||dennis.m.ritc...@mail.ru ---

Re: Why aren't you using D at work?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 11:37 a.m., Danni Coy via Digitalmars-d wrote: I have been doing my first serious attempt at D after convincing other people that it was the way to go quite a few years ago. (My copy of The D Programming Language doesn't have Andrei's name on it so it would have been around that

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 31 May 2015 at 02:16:02 UTC, Rikki Cattermole wrote: As I've already said, out of the box experience should not rely on 3rd party. Rely on, no. But package? Sure. I'd be ok with built-in etc.c.sdl bindings and such. Perhaps dub obsoletes this idea, but if someone is willing to

Re: Why aren't you using D at work?

2015-05-30 Thread Danni Coy via Digitalmars-d
so is std.xml the exception? How many other parts of the standard library are like that? On Sun, May 31, 2015 at 12:37 PM, Rikki Cattermole via Digitalmars-d digitalmars-d@puremagic.com wrote: On 31/05/2015 2:27 p.m., H. S. Teoh via Digitalmars-d wrote: On Sun, May 31, 2015 at 02:17:59PM

Re: Uphill

2015-05-30 Thread Manu via Digitalmars-d
On 28 May 2015 at 19:23, Rikki Cattermole via Digitalmars-d digitalmars-d@puremagic.com wrote: On 28/05/2015 8:55 p.m., Chris wrote: On Wednesday, 27 May 2015 at 19:35:35 UTC, ketmar wrote: On Wed, 27 May 2015 13:23:16 +, Paulo Pinto wrote: Only when I can sell D to customers that put

Re: Why aren't you using D at work?

2015-05-30 Thread Manu via Digitalmars-d
On 31 May 2015 at 13:03, Danni Coy via Digitalmars-d digitalmars-d@puremagic.com wrote: so is std.xml the exception? How many other parts of the standard library are like that? Lots. Check out std.json ;)

Re: Uphill

2015-05-30 Thread Walter Bright via Digitalmars-d
On 5/24/2015 9:03 AM, Andrei Alexandrescu wrote: On 5/24/15 1:20 AM, weaselcat wrote: IMO I think the worst thing C++ has done is blatantly ignore features that have been 'killer' in D(see: the reaction to the static_if proposal)

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #11 from dennis.m.ritc...@mail.ru --- Surely this is an attempt to maintain compatibility with C? With C++ :) --

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Chuck Allison via Digitalmars-d-announce
On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: I searched on YouTube and all the live streams are there! Just search for DConf 2015. On 2015-05-29 23:42:06 +, Andrei Alexandrescu said: DConf 2015 has been awesome, I'm taking a minute to post this that's been announced

Re: As discussed in DConf2015: Python-like keyword arguments

2015-05-30 Thread ketmar via Digitalmars-d
On Sat, 30 May 2015 21:59:53 -0400, Michel Fortin wrote: On 2015-05-29 12:27:02 +, Jacob Carlborg d...@me.com said: And here's an implementation with language support which allows named arguments but not reordering the arguments [2]. Originally implemented by Michel Fortin. [2]

Re: Uphill

2015-05-30 Thread Andrei Alexandrescu via Digitalmars-d
On 5/30/15 8:55 PM, Rikki Cattermole wrote: On 31/05/2015 3:52 p.m., Manu via Digitalmars-d wrote: On 28 May 2015 at 19:23, Rikki Cattermole via Digitalmars-d digitalmars-d@puremagic.com wrote: On 28/05/2015 8:55 p.m., Chris wrote: On Wednesday, 27 May 2015 at 19:35:35 UTC, ketmar wrote:

Re: As discussed in DConf2015: Python-like keyword arguments

2015-05-30 Thread ketmar via Digitalmars-d
ok, last sample now works too. ;-) signature.asc Description: PGP signature

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 4:46 p.m., lobo wrote: On Sunday, 31 May 2015 at 02:14:53 UTC, Rikki Cattermole wrote: You're missing a large part of what I'm saying. I understand what you're saying, I just disagree ;) I'd argue well tested and maintained dependencies are more important than what language

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 31 May 2015 at 04:46:51 UTC, lobo wrote: Again, I wonder why would you reimplement what you get from libpng? I've actually had people ask me what magic I did with my png.d because it often generates smaller files than libpng. It is easier to use an leaving out unnecessary bits

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread lobo via Digitalmars-d
On Sunday, 31 May 2015 at 02:14:53 UTC, Rikki Cattermole wrote: You're missing a large part of what I'm saying. I understand what you're saying, I just disagree ;) I'd argue well tested and maintained dependencies are more important than what language they are written in. For people just

Re: dlang.org build broken

2015-05-30 Thread Vladimir Panteleev via Digitalmars-d
On Friday, 29 May 2015 at 21:56:43 UTC, Steven Schveighoffer wrote: And BTW, how can we get the ddoc build to be part of the auto tester? Not as good as testing PRs, but I added an hourly cronjob to the staging site. At least now I'll know if something we merged broke building the website.

Re: Proof of concept - library AA

2015-05-30 Thread Martin Nowak via Digitalmars-d
On Saturday, 30 May 2015 at 00:50:39 UTC, Steven Schveighoffer wrote: I suggest first we build a library AA that sits beside real AA, even if it doesn't . Then we create a test suite to prove that the library AA can be a drop in replacement. Then replace it :) Writing the AA is NOT the

Reset Range

2015-05-30 Thread tcak via Digitalmars-d-learn
I have never interested in Range topic till now, but with Walter's presentation, I took a look at it today. Ali has a nice lesson page about it (http://ddili.org/ders/d.en/ranges.html). What I don't get is the mechanism to reset a range. I mean, you use a range with foreach, but then it is

Re: dmd makes D appear slow

2015-05-30 Thread Manu via Digitalmars-d
On 30 May 2015 1:41 pm, weaselcat via Digitalmars-d digitalmars-d@puremagic.com wrote: On Saturday, 30 May 2015 at 03:24:45 UTC, Rikki Cattermole wrote: Both you and ketmer are evil. I'm liking these ideas... Now we just need some pretty and nice packages for e.g. Windows for ldc with

Re: Mixin - to get to the content-type `MapResult!(__lambda1, int[]).MapResult`

2015-05-30 Thread Ali Çehreli via Digitalmars-d-learn
On 05/29/2015 06:07 PM, Dennis Ritchie wrote: Hi, This code prints the arrays: [5] [6] [7] import std.stdio, std.algorithm; static int idx; Do you want to share that for the first element of every two-element array or do you want to start from 0 for every range? void walk(R)(R

Re: Proof of concept - library AA

2015-05-30 Thread Martin Nowak via Digitalmars-d
On Saturday, 30 May 2015 at 01:32:26 UTC, IgorStepanov wrote: - attributes We will able to deprecate attribute violations in transitional version (with vtbl). Yes, we'd have to deprecate attribute issues of the built-in AA before we can switch. Maybe that's already to disruptive. -

Re: shared libs for OSX

2015-05-30 Thread Jacob Carlborg via Digitalmars-d
On 2015-05-30 01:03, bitwise wrote: No, it opens the image for the main program, even if called from a shared lib. And that void* which is returned is actually a mach_header*, if I recall correctly. Not sure if this is true. I see, it was mostly a guess. -- /Jacob Carlborg

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Joakim via Digitalmars-d-announce
On Saturday, 30 May 2015 at 05:08:18 UTC, Andrei Alexandrescu wrote: Why not DConf is carried out twice a year!? :) E.g. in May and in November. It would be really great. Please think about it! Hmm, there may be a little disconnect here. Organizing conferences costs money, which currently

Re: Reset Range

2015-05-30 Thread Philpax via Digitalmars-d-learn
On Saturday, 30 May 2015 at 08:36:02 UTC, tcak wrote: I have never interested in Range topic till now, but with Walter's presentation, I took a look at it today. Ali has a nice lesson page about it (http://ddili.org/ders/d.en/ranges.html). What I don't get is the mechanism to reset a range.

Re: Proof of concept - library AA

2015-05-30 Thread Vladimir Panteleev via Digitalmars-d
On Saturday, 30 May 2015 at 08:50:21 UTC, Vladimir Panteleev wrote: http://localhost/post/asvcbsvfcxznwypttojk@192.168.0.1 Sorry, working link: http://forum.dlang.org/post/asvcbsvfcxznwypttojk@192.168.0.1

Re: Proof of concept - library AA

2015-05-30 Thread Vladimir Panteleev via Digitalmars-d
On Friday, 29 May 2015 at 22:41:13 UTC, Martin Nowak wrote: 2. What issues disallows us to implement full library AA? Except .stringof, .mangleof, and other compiler magic. I see only two issues: opIndexCreate and building aa from literals. - error messages - attributes - literals (especially

Re: dmd makes D appear slow

2015-05-30 Thread Iain Buclaw via Digitalmars-d
On 30 May 2015 05:25, ketmar via Digitalmars-d digitalmars-d@puremagic.com wrote: On Sat, 30 May 2015 11:43:07 +1000, Manu via Digitalmars-d wrote: * I don't mean to down-play GDC, but it can't give us Windows or iOS, which are critical targets. just to note: ARM is supported in GDC

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Travis Beckstrand via Digitalmars-d-announce
On Friday, 29 May 2015 at 23:42:00 UTC, Andrei Alexandrescu wrote: DConf 2015 has been awesome, I'm taking a minute to post this that's been announced a short while ago. We're pleased to announce that DConf 2016 will take place in Berlin, sponsored by Sociomantic. We'll be back with

Re: dlang.org build broken

2015-05-30 Thread Steven Schveighoffer via Digitalmars-d
On 5/30/15 4:06 AM, Vladimir Panteleev wrote: On Friday, 29 May 2015 at 21:56:43 UTC, Steven Schveighoffer wrote: And BTW, how can we get the ddoc build to be part of the auto tester? Not as good as testing PRs, but I added an hourly cronjob to the staging site. At least now I'll know if

Re: Why aren't you using D at work?

2015-05-30 Thread Jacob Carlborg via Digitalmars-d
On 2015-05-29 15:45, rumbu wrote: Tahngo was nice but not supported anymore, I expect these features in phobos. It's supported in the sense that someone always makes sure it works with latest DMD. -- /Jacob Carlborg

stream == range ?

2015-05-30 Thread short2cave via Digitalmars-d
Do the classic streams still make sense when we have Ranges ? finally a stream is an input range that saves, isn't it ?

data-oriented struct abstraction ?

2015-05-30 Thread short2cave via Digitalmars-d-learn
Consider this struct: --- Foo { uint a,b,c; float d,e,f; } --- in a collection: --- Foo[] foos; --- Looping a particular member is not cache friendly --- foreach(foo;foos){/*foo.a = ...*/} --- but to write clear, understable, structured code, the struct is necessary. So, is it

Re: dmd makes D appear slow

2015-05-30 Thread Kai Nacke via Digitalmars-d
On Friday, 29 May 2015 at 19:04:05 UTC, weaselcat wrote: Maybe this should be brought up on LDC's issue tracker(that is, slower compilation times compared to dmd.) Although it might have already been discussed. We are aware of this: https://github.com/ldc-developers/ldc/issues/830 Regards,

Re: dmd makes D appear slow

2015-05-30 Thread Kai Nacke via Digitalmars-d
On Friday, 29 May 2015 at 19:04:05 UTC, weaselcat wrote: Not to mention that GDC and LDC benefit heavily from GCC and LLVM respectively, these aren't exactly one man projects(e.g, Google, Redhat, Intel, AMD etc contribute heavily to GCC and LLVM is basically Apple's baby.) Google, Intel,

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 30/05/2015 10:28 p.m., Bastiaan Veelo wrote: On Saturday, 3 May 2014 at 09:56:38 UTC, Nordlöw wrote: Is there any progress on the graphics API Adam Wilson is working on? Adam Wilson's DConf '14 talk [1] was an interesting and promising one. After that there were some commits a month later,

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Bastiaan Veelo via Digitalmars-d
On Saturday, 3 May 2014 at 09:56:38 UTC, Nordlöw wrote: Is there any progress on the graphics API Adam Wilson is working on? Adam Wilson's DConf '14 talk [1] was an interesting and promising one. After that there were some commits a month later, but nothing after that. I haven't seen

Re: Why aren't you using D at work?

2015-05-30 Thread Jacob Carlborg via Digitalmars-d
On 2015-05-29 16:03, Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= ola.fosheim.grostad+dl...@gmail.com wrote: But interoperability matters more. Like, I am likely to use Swift for ios/osx GUI, but need a companion language for the core application engine. C++ is most likely today. If Rust or D makes

Re: Why aren't you using D at work?

2015-05-30 Thread Jacob Carlborg via Digitalmars-d
On 2015-05-28 16:38, Manu via Digitalmars-d wrote: I've been using D in all my personal projects for years now, but I lament coding C at work every day, and I pine for salvation. I seem to have reasonable influence in my workplaces, and I suspect I could have my workplace adopt D, but when

Re: dmd makes D appear slow

2015-05-30 Thread Kyoji Klyden via Digitalmars-d
Honestly I've never taken DMD to be the production compiler. I've always left that to the GNU compilers. GDC has all the magic and years of work with it's backend, so I'm not sure how dmd can compare. As others of said, it's really the frontend that DMD is providing that matters; once you have

[Issue 14045] Redo the forums entry page and links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14045 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Bastiaan Veelo via Digitalmars-d
On Saturday, 30 May 2015 at 10:29:44 UTC, Rikki Cattermole wrote: On 30/05/2015 10:28 p.m., Bastiaan Veelo wrote: On Saturday, 3 May 2014 at 09:56:38 UTC, Nordlöw wrote: Is there any progress on the graphics API Adam Wilson is working on? Adam Wilson's DConf '14 talk [1] was an interesting

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Robert M. Münch via Digitalmars-d-announce
On 2015-05-29 23:42:06 +, Andrei Alexandrescu said: We're pleased to announce that DConf 2016 will take place in Berlin, sponsored by Sociomantic. That's great news!! -- Robert M. Münch http://www.saphirion.com smarter | better | faster

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread Robert M. Münch via Digitalmars-d-announce
On 2015-05-29 23:42:06 +, Andrei Alexandrescu said: DConf 2015 has been awesome, I'm taking a minute to post this that's been announced a short while ago. Is there an overview about all the talks that were given? Will there be a link to the live-recordings, so one can jump to specific

Bad Sound Quality on Livestreamed Videos

2015-05-30 Thread via Digitalmars-d
The livestreaming videos just published are really frustrating to watch because lots of stuttering in speech about once every 20 seconds or so and sometimes difficult to here what people say. Where there other recordings done aswell that will be made public soon?

Re: Proof of concept - library AA

2015-05-30 Thread IgorStepanov via Digitalmars-d
On Saturday, 30 May 2015 at 08:51:31 UTC, Vladimir Panteleev wrote: On Saturday, 30 May 2015 at 08:50:21 UTC, Vladimir Panteleev wrote: http://localhost/post/asvcbsvfcxznwypttojk@192.168.0.1 Sorry, working link: http://forum.dlang.org/post/asvcbsvfcxznwypttojk@192.168.0.1 We may say that

Re: Proof of concept - library AA

2015-05-30 Thread IgorStepanov via Digitalmars-d
struct Foo { int a; static Foo opImplicitConstructFrom(T)(T val) if(is(T : int)) { return Foo(val); } } void test(Foo foo, int i) { assert(foo.a == i); } test(42, 42); - test(Foo.opImplicitConstructFrom(42), 42);

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread ketmar via Digitalmars-d
On Sun, 31 May 2015 02:28:51 +1200, Rikki Cattermole wrote: On 31/05/2015 2:27 a.m., ketmar wrote: On Sun, 31 May 2015 01:35:41 +1200, Rikki Cattermole wrote: Great example, if you wanted to play some music cross platform what D library what you use? SDL audio. ;-) Okay lets ignore

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 2:31 a.m., ketmar wrote: On Sun, 31 May 2015 02:28:51 +1200, Rikki Cattermole wrote: On 31/05/2015 2:27 a.m., ketmar wrote: On Sun, 31 May 2015 01:35:41 +1200, Rikki Cattermole wrote: Great example, if you wanted to play some music cross platform what D library what you use?

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 1:18 a.m., Bastiaan Veelo wrote: On Saturday, 30 May 2015 at 10:29:44 UTC, Rikki Cattermole wrote: On 30/05/2015 10:28 p.m., Bastiaan Veelo wrote: On Saturday, 3 May 2014 at 09:56:38 UTC, Nordlöw wrote: Is there any progress on the graphics API Adam Wilson is working on? Adam

[Issue 14629] Type system breaking and wrong code bugs in casting reference types to typeof(null)

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14629 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 14632] New: Diagnostic improvement for invalid cast with alias this

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14632 Issue ID: 14632 Summary: Diagnostic improvement for invalid cast with alias this Product: D Version: D2 Hardware: All OS: All Status: NEW

Re: shared libs for OSX

2015-05-30 Thread bitwise via Digitalmars-d
On Sat, 30 May 2015 05:06:34 -0400, Jacob Carlborg d...@me.com wrote: On 2015-05-30 01:03, bitwise wrote: No, it opens the image for the main program, even if called from a shared lib. And that void* which is returned is actually a mach_header*, if I recall correctly. Not sure if this is

Re: DConf 2015 has ended. See you in Berlin at DConf 2016!

2015-05-30 Thread y via Digitalmars-d-announce
On Saturday, 30 May 2015 at 13:30:33 UTC, Robert M. Münch wrote: Is there an overview about all the talks that were given? Will there be a link to the live-recordings, so one can jump to specific talks directly? http://dconf.org/2015/schedule/index.html are there any slides online? would be

[Issue 14093] [REG2.065] __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile.

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14093 --- Comment #7 from Kenji Hara k.hara...@gmail.com --- (In reply to Igor Stepanov from comment #6) This issue is not fully solved. There is simpler example: - struct FooBar { int a; int b; }

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread ketmar via Digitalmars-d
On Sun, 31 May 2015 01:35:41 +1200, Rikki Cattermole wrote: Great example, if you wanted to play some music cross platform what D library what you use? SDL audio. ;-) signature.asc Description: PGP signature

Re: Progress on Adam Wilson's Graphics API?

2015-05-30 Thread Rikki Cattermole via Digitalmars-d
On 31/05/2015 2:27 a.m., ketmar wrote: On Sun, 31 May 2015 01:35:41 +1200, Rikki Cattermole wrote: Great example, if you wanted to play some music cross platform what D library what you use? SDL audio. ;-) Okay lets ignore libraries that is not D. Like that one.

Re: dmd makes D appear slow

2015-05-30 Thread ketmar via Digitalmars-d
On Sat, 30 May 2015 12:00:57 +, Kyoji Klyden wrote: So personally I vote that speed optimizations on DMD are a waste of time at the moment. it's not only waste of time, it's unrealistic to make DMD backend's quality comparable to GDC/LDC. it will require complete rewrite of backend and

Re: Bad Sound Quality on Livestreamed Videos

2015-05-30 Thread Joakim via Digitalmars-d
On Saturday, 30 May 2015 at 14:12:10 UTC, Per Nordlöw wrote: The livestreaming videos just published are really frustrating to watch because lots of stuttering in speech about once every 20 seconds or so and sometimes difficult to here what people say. Where there other recordings done

[Issue 14567] [2.067] core.demangle: New Nk attribute not handled

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14567 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14566] [2.067] core.demangle: New Nj attribute not handled

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14566 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

I won a school game-creation competition!

2015-05-30 Thread Vladde Nordholm via Digitalmars-d
So hey everyone! I am very happy to say that I won a game-creation contest, called LBS Game Awards 2015, where I entered with my console game DRPG, which is written in D. I didn't win the best game, but I won the best newcomer-award! I am really grateful to all of you who have helped me with

Re: Bad Sound Quality on Livestreamed Videos

2015-05-30 Thread via Digitalmars-d
On Saturday, 30 May 2015 at 14:27:22 UTC, Joakim wrote: Yes, the livestream was impromptu and set up by an attendee, the organizers filmed proper video which will be put online eventually. Nice. Thx.

  1   2   >