Re: Adding Unicode operators to D

2008-10-22 Thread Jesse Phillips
On Thu, 23 Oct 2008 09:52:34 +0900, Bill Baxter wrote: On Thu, Oct 23, 2008 at 7:27 AM, Andrei Alexandrescu [EMAIL PROTECTED] wrote: Please vote up before the haters take it down, and discuss: http://www.reddit.com/r/programming/comments/78rjk/ allowing_unicode_operators_in_d_similarly_to/

Re: Scope storage class [Was: DMD 1.037 and 2.020 releases]

2008-11-26 Thread Jesse Phillips
On Wed, 26 Nov 2008 12:18:27 -0800, Robert Fraser wrote: bearophile wrote: To test the new scoping features of D 2.021 I have used a small stressing program, coming from this page, originally by Knuth: http://www.rosettacode.org/wiki/Man_or_boy_test More info:

Re: Open source dmd on Reddit!

2009-03-06 Thread Jesse Phillips
On Thu, 05 Mar 2009 23:25:04 +0100, grauzone wrote: hasen wrote: Walter Bright wrote: http://www.reddit.com/r/programming/comments/82ck4/ digitalmars_d_now_open_source/ http://www.reddit.com/r/programming/comments/82cgp/ new_release_of_the_d_programming_language_now/ Wow there's a big

Re: dmd 2.029 release [OT]

2009-04-23 Thread Jesse Phillips
On Thu, 23 Apr 2009 21:40:36 -0400, Christopher Wright wrote: Nick Sabalausky wrote: Steven Schveighoffer schvei...@yahoo.com wrote in message news:op.usux6bskeav...@steves.networkengines.com... I was never a huge fan of application themes. I don't mind a theme for the whole system (as long

Re: Split digitalmars.D newsgroup into .D and .D2 newsgroups?

2009-05-11 Thread Jesse Phillips
On Mon, 11 May 2009 20:43:27 -0400, Nick Sabalausky wrote: Walter Bright newshou...@digitalmars.com wrote in message news:guafob$1uq...@digitalmars.com... Is this a good idea? I don't think so. Not all discussion is specific to D1 or D2. I looks to me that Walter is thinking of having

Re: Taunting

2009-05-22 Thread Jesse Phillips
On Fri, 22 May 2009 20:26:32 +0200, Saaa wrote: If I could get that in a super fast, light programming editor, I'd use that instead. But I can't. Wasn't there an effort somewhere to port eclipse to D ? Frank has an interest in having Eclipse ported, but nothing has been started that I

Re: MiniD 2 - Might as well be done

2009-06-16 Thread Jesse Phillips
On Wed, 17 Jun 2009 00:39:01 +0200, BLS wrote: Why not writing a book about D, Jarrett ? The MiniD documents are excellent. In fact you, respective what you write, reminds me to Jesse Liberty + Humor. (well,... maybe C++ in 21 days was already a joke) but nevertheless Jesse's book was a kind

Re: dmd 1.046 and 2.031 releases

2009-07-06 Thread Jesse Phillips
On Mon, 06 Jul 2009 14:38:53 -0500, Andrei Alexandrescu wrote: Denis Koroskin wrote: Reuse goto? So any case-labeled code should end either with a control flow statement that transfers control elswhere? That sounds like a great idea. Fall-through is so rare and so rarely intended, it makes

On Iteration By Andrei Alexandrescu

2009-11-09 Thread Jesse Phillips
This has a strange hick-up in the intro, Andrei Alexandrescu, author of The D Programming Language I sent them a message, so it should get fixed but :D http://www.reddit.com/r/programming/comments/a2hv3/ on_iteration_by_andrei_alexandrescu/

Re: On Iteration By Andrei Alexandrescu

2009-11-09 Thread Jesse Phillips
On Mon, 09 Nov 2009 15:24:48 +, Jesse Phillips wrote: This has a strange hick-up in the intro, Andrei Alexandrescu, author of The D Programming Language I sent them a message, so it should get fixed but :D http://www.reddit.com/r/programming/comments/a2hv3

Re: New vim d.vim syntax highlighting script

2010-01-14 Thread Jesse Phillips
Jason Mills Wrote: I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Updated to D versions 1.053 and 2.039. + Merged Kirk McDonald's version 0.17 updates (http://paste.dprogramming.com/dplmb7qx?view=hidelines),

Re: D compiler as part of GCC

2010-01-18 Thread Jesse Phillips
Nick Sabalausky wrote: Eldar Insafutdinov e.insafutdi...@gmail.com wrote in message news:hj2njd$o1...@digitalmars.com... Having a solid GDC implementation you can be sure that it will be included in distributions (Debian had GDC for quite a long time). had? Is that a typo or did they

Re: D compiler as part of GCC

2010-01-24 Thread Jesse Phillips
Jerry Quinn wrote: I think you're slightly incorrect, Brad. DigitalMars still owns the copyright to the original source (call it copy A). A fork (called copy B) is donated to the FSF. DigitalMars still gets to make changes to copy A and license them as it sees fit. Copy B is part of

Re: DDebber Request for Review

2010-03-24 Thread Jesse Phillips
Walter Bright Wrote: Jesse Phillips wrote: I would like to announce DDebber. http://dsource.org/projects/ddebber Looks like we have an embarrassment of riches here. Jordi Sayol i Salomó has sent me a shell script to do it, and Cristi has contributed a script to do

Re: DDebber Request for Review

2010-03-24 Thread Jesse Phillips
Nick Sabalausky Wrote: I could easily be persuaded to switch to .deb given any (even minor) reason to do so and easy-to-remember knowledge of where to easily get ahold of up-to-date DMD .debs. For the current situation I couldn't give you a reason to switch. If I can get more packages

Re: DDebber Request for Review

2010-03-25 Thread Jesse Phillips
Lutger wrote: You could try getting LDC with Tango into debian, there are no license problems with them. My goal isn't exactly to get anything into the official repo. This is my first time really doing packaging and I'd like to figure out what is best for D. The conflicts between v1, v2,

DDebber Release

2010-04-01 Thread Jesse Phillips
DDebber can now be download as a pre-compiled binary. Those that wish to distribute packages using this program should only need to change a few values in configuration/dmd/values.ini such as name and email. http://dsource.org/projects/ddebber Walter, You are welcome to start using the

GDB Patched

2010-04-29 Thread Jesse Phillips
I'm a little surprised I didn't see this announced here, at least I can't find it. GDB has had the patch accepted! http://www.llucax.com.ar/blog/blog/post/06d99f3b

Re: dmd 1.061 and 2.046 release

2010-05-18 Thread Jesse Phillips
Charles Hixson wrote: /usr/bin is for system installed executables. It's bad practice to put other things there. Actually that is not the case. /usr/bin is for system installations and general practice when using a system with package management is to leave it for packages installed by the

Re: new layout on wiki4d

2010-05-28 Thread Jesse Phillips
Matthias Pleh wrote: I have renewed the layout of the wiki4d-site. It's not finished, but I think it is already useable! Content itself hasn't changed! Any thoughts? Please check also the links on the sidebar! I have taken this from a template from Justin Calvarese (thanks), so maybe some

Re: D rpm packages for Linux

2010-06-25 Thread Jesse Phillips
I'm going to pitch in some things I've learned from trying to set up a Debian repository and a deb package. Jordi Sayol i salomó Wrote: En/na Ellery Newcomer ha escrit: You talk about the glibc-devel package, but this is not the only one needed by the compiler, dmd also needs gcc (32

Re: D rpm packages for Linux

2010-06-26 Thread Jesse Phillips
On Sat, 26 Jun 2010 15:37:40 +0200, Jordi Sayol i Salomó wrote: I'll ask you this, for RPM if it is stated to be a 32 bit package, can you installed it without forcing the install on a 64 bit system? No, You have to force on 64 bits system, but You can assure dependencies in both, 32 and 64

Re: D rpm packages for Linux

2010-06-26 Thread Jesse Phillips
On Sat, 26 Jun 2010 17:59:01 +0200, Jordi Sayol i Salomó wrote: Where to place druntime lib and headers? You could then put them in yet another lib package. I realize this is unreasonable when you don't have a repository to pull in everything needed so it is reasonable to place everything in

Re: D rpm packages for Linux

2010-06-27 Thread Jesse Phillips
On Sun, 27 Jun 2010 10:23:38 +0200, Jordi Sayol i Salomó wrote: With this sctructure, others packages can interact nicely with dmd now (one package) and in the future, because them will spect the dmd.conf.manager script on dmd package, and this do not change after split dmd. My few comments.

Re: SQLite 3.6.23.1 wrapper + connector

2010-07-21 Thread Jesse Phillips
awishformore Wrote: You could then even go as far as not iduping, but instead casting it to a string to avoid unnecessary allocations. In D2 you would use std.contracts.assumeUnique() for this. http://digitalmars.com/d/2.0/phobos/std_contracts.html#assumeUnique

Re: SQLite 3.6.23.1 wrapper + connector

2010-07-21 Thread Jesse Phillips
Johannes Pfau Wrote: I always thought just casting to the pointer type isn't really safe. I guess you should use std.strings toStringz. (Off topic: std.strings toStringz uses the GC to store the c string. Now if I passed the returned pointer to a C function, but didn't store a reference in

d.vim 0.20

2010-08-30 Thread Jesse Phillips
There is a new version of the D syntax file for Vim. This is version 0.20 and is available at http://www.vim.org/scripts/script.php?script_id=379 * Added missing keywords for D 2.0 compiler 2.047 * Added special highlighting of known versions/scopes/annotations (thanks to Shougo Matsushita) *

Re: d.vim 0.20

2010-08-30 Thread Jesse Phillips
Leandro Lucarella Wrote: Very nice, thanks. Do you know if this will be eventually merged into upstream? The latest version upstream should be 0.18. I will be able to submit this upstream but I think it is good to have a little review before doing so. Already got some fixes from Ellery.

d.vim 0.22

2010-10-05 Thread Jesse Phillips
This is actually a better implementation of a fix in 0.21 Highlighting of known versions is correct now. For one thing it would only highlight if the version statement was at the beginning of the line. http://www.vim.org/scripts/script.php?script_id=379

Re: QtD is resumed

2010-10-12 Thread Jesse Phillips
Max Samukha Wrote: As there is interest in the project, we have decided to proceed. Stay tuned. This is indeed good news. I don't do enough with GUIs, but having GUI library(s) will be a big requirement in D succeeding Good Luck. Is anyone using QtD also on the beta mailing list? Don has

Re: Another SQLite3 wrapper

2010-11-15 Thread Jesse Phillips
While it might be better to update existing projects, here are some answers. Alexey Khmara Wrote: I want there to call appropriate overloaded function for each item of args tuple, but I was not able to do this without mixin - compiler gives syntax errors when I try to write something like

d.vim and Fused

2010-11-18 Thread Jesse Phillips
For those interested in keeping up to date with the syntax highlighting file for vim, I have decided to create a GitHub repository for it. Feel free to submit bugs and patches. https://github.com/he-the-great/d.vim Also I have a thin wrapper to the Fuse 2.8 API on GitHub for D2. There are

[Phoronix] Digital Mars Is Wanting To Merge D Into GCC

2010-11-22 Thread Jesse Phillips
Looks like Phoronix posted an article about D moving into GCC a couple weeks ago. So hopefully things are going well on this. http://www.phoronix.com/scan.php?page=news_itempx=ODc2Ng

Re: [Phoronix] Digital Mars Is Wanting To Merge D Into GCC

2010-11-23 Thread Jesse Phillips
JMRyan Wrote: Jesse Phillips jessekphillip...@gmail.com wrote in news:ice6jc$cd...@digitalmars.com: Looks like Phoronix posted an article about D moving into GCC a couple weeks ago. So hopefully things are going well on this. http://www.phoronix.com/scan.php?page=news_itempx

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jesse Phillips
Nick Sabalausky Wrote: Not that I've actually used DVCSes much yet, but my understanding is that the same can be set of Hg and yet Hg handles revision/changeset numbers just fine. The nice things (plural) about those is that they're both readable and comparable. Here, how about a quote:

Re: DVM - D Version Manager

2011-01-25 Thread Jesse Phillips
Jacob Carlborg Wrote: Yeah, I guess you're right, didn't think there were a lot people who used other shells. Since I almost know nothing about shell scripting and even less about non-bourne shells, will it be possible to port to other shells? How much do they differ? -- /Jacob

Re: DVM - D Version Manager

2011-01-26 Thread Jesse Phillips
Steven Schveighoffer Wrote: On my ubuntu system too -- to my surprise ;) It is a new thing they did, about a release or two ago. The reason was because /bin/sh pointed to bash and _did not_ adhere to the sh standard.

Re: New web newsreader - requesting participation

2011-02-01 Thread Jesse Phillips
Andrej Mitrovic Wrote: That one has horrible bugs. You'll click on a topic, then try to read a reply, and it shoots you to some random topic 4+ years ago. Happens all the time. I only use it to post to NG since using Gmail directly doesn't show up my own posts (this is a known gmail bug).

Re: New web newsreader - requesting participation

2011-02-01 Thread Jesse Phillips
Trass3r Wrote: btw Gour, neither web interface can display your messages, they appear empty. I have a special reader for his and the other's posts: http://news.gmane.org/gmane.comp.lang.d.announce Note that I continue to use Web-News because the threaded view at the bottom of every message

Re: dmd 1.067 and 2.052 release

2011-02-18 Thread Jesse Phillips
Documentation isn't updated to include std.datetime and core.time. Walter Bright Wrote: Now with 64 bit Linux support! (Though expect problems with it, it's brand new.) http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.067.zip

Re: D is part of Google Summer of Code 2011! x3!!

2011-04-27 Thread Jesse Phillips
Bill Baxter Wrote: Wow wow wow! Congratulations to Cristi Cobzarenco, Dmitry Olshansky, and David Nadlinger for getting accepted into the Google Summer of Code 2011 to work on projects in D! * http://www.google-melange.com/gsoc/project/google/gsoc2011/cristicbz/36001 *

Learning With D

2011-05-22 Thread Jesse Phillips
Hello, I am making this announcement since there is an article contest and this might fit into that. I started writing what I hoped would turn into a fairly complete book. I am releasing the current content under the creative commons license. If this is reasonable for submission in the contest

Re: Learning With D

2011-05-23 Thread Jesse Phillips
Ali Çehreli Wrote: On 05/21/2011 11:12 PM, Jesse Phillips wrote: This book is intended to teach programming from the ground up. I have some experience in doing the same. Just like teaching in the classroom, no matter what style or detail has been chosen, readers will find

Re: Learning With D

2011-05-23 Thread Jesse Phillips
Charles Hixson Wrote: If you're going to start with pointers, then it might make sense to start with MIXX, or something else that offers a simplified model of the hardware. Otherwise I tend to consider pointers an advanced concept. Conceptually pointers are very easy to explain and

Re: Win an iPad2 contest deadline on June 1!

2011-05-31 Thread Jesse Phillips
Walter Bright Wrote: Just a reminder! Article submission deadline: before June 1, 2011, GMT Voting deadline: before June 8, 2011, GMT I would like to nominate this blog: http://www.gamedev.net/blog/1140-d-bits/ I know it is an article contest and these were not written for said contest,

Formal Review of std.regex (FReD) begins

2011-10-08 Thread Jesse Phillips
The next review of the std.regex replacement is taking place in the D newsgroup. This is a drop in replacement for the current implementation so please enjoy testing for any related issues. All feedback should go to the general newsgroup and not here.

Re: std.dateparse reincarnation

2011-10-13 Thread Jesse Phillips
On Thu, 13 Oct 2011 12:13:40 -0700, Jonathan M Davis wrote: On Thursday, October 13, 2011 22:09:39 Vladimir Panteleev wrote: Time formatting and parsing seems like a gap of missing functionality in Phobos 2. It formats and parses specific, official formats just fine, but it doesn't

Begin Vote on std.regex (FReD)

2011-10-23 Thread Jesse Phillips
A vote is taking place on digitalmars.D please take the time to voice your opinion, but do so there and not here, thank you. NO vote will be counted from D.announce! Thank you.

std.regex wins with 11 votes

2011-10-30 Thread Jesse Phillips
I wish to congratulate Dmitry Olshansky for not only having his project selected for GSoC, but inclusion into Phobos. Absolutely no one had objection to this proposal and it received 11 yes votes, myself included. Dmitry, please merge in the latest master branch and submit a pull request so

Juno for D2 (Working status unknown)

2011-11-06 Thread Jesse Phillips
Disclaimer: Don't expect it to work. I've made changes to the Juno Library such that it will compile into a .lib with DMD 2.056. However this does not mean it will compile for the examples or user code. It also does not mean that it will work once compiled.

Juno for D2 (Working status unknown)

2011-11-06 Thread Jesse Phillips
Disclaimer: Don't expect it to work. I've made changes to the Juno Library such that it will compile into a .lib with DMD 2.056. However this does not mean it will compile for the examples or user code. It also does not mean that it will work once compiled.

Juno for D2 (Working status unknown)

2011-11-06 Thread Jesse Phillips
Disclaimer: Don't expect it to work. I've made changes to the Juno Library such that it will compile into a .lib with DMD 2.056. However this does not mean it will compile for the examples or user code. It also does not mean that it will work once compiled.

Juno for D2 (Working status unknown)

2011-11-06 Thread Jesse Phillips
Disclaimer: Don't expect it to work. I've made changes to the Juno Library such that it will compile into a .lib with DMD 2.056. However this does not mean it will compile for the examples or user code. It also does not mean that it will work once compiled.

Re: Juno for D2 (Working status unknown)

2011-11-07 Thread Jesse Phillips
On Mon, 07 Nov 2011 15:19:02 +0300, Denis Shelomovskij wrote: The more the better? I mean posts count. :) I posted once but it took some time for it to go through. I'm thinking the NG was bogged down and couldn't send out a confirmation, so my client just kept trying to post it.

Re: Juno for D2 (Working status unknown)

2011-11-07 Thread Jesse Phillips
Richard Webb Wrote: Hi, Does this include the latest 'official' Juno changes? (the latest downloadable version is 0.5.1, but the SVN version is only 0.4). Oh I had no idea. I used SVN, expecting it to have the latest version. Ill have to look into merge that then. I have a version of

Re: Future D Language Port for Memristor Architectures?

2011-11-10 Thread Jesse Phillips
J. Varghese Wrote: If a heavily redesigned form of the D Programming Language (keep in mind that memory would become obsolete and that RAM-speed storage would be moved to the processor via photonic interconnects if Williams gets his way) that used implication logic instead of NAND logic were

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-11 Thread Jesse Phillips
On Fri, 11 Nov 2011 21:43:18 +0100, Johannes Pfau wrote: This explains a special repository setup which allows to merge changes made in C headers into the correct place in the D import files automatically. This new, merged parts still need to be translated into D code, but the automatic merge

Re: A tutorial on D templates

2012-01-15 Thread Jesse Phillips
On Sunday, 15 January 2012 at 00:54:37 UTC, Georg Wrede wrote: Why don't we just let the guy write his thing in peace, before demanding a complete book with stylistically professional grammar and style? I mean, at this rate we are beating the horse to death before we've even put it in front

Re: update.sh

2012-01-16 Thread Jesse Phillips
On Monday, 16 January 2012 at 04:16:12 UTC, Andrei Alexandrescu wrote: On 1/15/12 9:15 PM, Jesse Phillips wrote: I might suggest using: git clone -o upstream git://github.com/D-Programming-Language/tools.git for cloning a new repository. This would allow developers to add their fork

Re: http://dlang.org/bugstats.php

2012-01-23 Thread Jesse Phillips
On Monday, 23 January 2012 at 04:09:37 UTC, Daniel Murphy wrote: It's probably best to exclude dups from the graph, they don't say much about progress on the lanugage. Of course this would require deciphering bugzilla's report interface... That also means the should be excluded from the list

Re: Modern COM Programming in D

2012-01-25 Thread Jesse Phillips
On Tuesday, 24 January 2012 at 17:08:01 UTC, Lionello Lunesu wrote: Little over a year ago I held a tech talk at Microsoft about how I used D to write readable COM code. A while back I thought I'd try to get permission to share these slides, and what'dya know:

Re: Mozilla Rust 0.1

2012-01-25 Thread Jesse Phillips
On Tuesday, 24 January 2012 at 22:11:43 UTC, Nick Sabalausky wrote: Bill Baxter wbax...@gmail.com wrote in message news:mailman.789.1327438644.16222.digitalmars-d-annou...@puremagic.com... Someone on Reddit pointed to this hard-to-find FAQ which sheds some light on what the point of it is:

Re: Modern COM Programming in D

2012-01-25 Thread Jesse Phillips
On Thursday, 26 January 2012 at 03:50:38 UTC, Lionello Lunesu wrote: Hmm, this would work beautifully! tlbimpd could be extended to generate the same kind of wrappers for each COM object/interface. About WinRT... That's actually how my code started out. There are still some WinR

Re: Server-Side magazine interview, touches on D

2012-01-30 Thread Jesse Phillips
On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: The whole industry's moved over keeping server-side code out of the HTML So the whole industry has moved away from php? Sure templating is used so mixing php and html is as common, but if I'm not mistaken ? is still ? used a

Re: GoingNative 6: The D Episode with Walter Bright and Andrei Alexandrescu

2012-02-22 Thread Jesse Phillips
On Wednesday, 22 February 2012 at 02:16:31 UTC, Caligo wrote: I thought GDC was going to be part of GCC 4.7, but Andrei in the video said 4.8. That's another year, :-( Didn`t have it ready for 4.7 so the work is planned for 4.8, but still not certain.

Re: Dejan Lekic created the D Developers Network on LinkedIn

2012-03-20 Thread Jesse Phillips
On Tuesday, 20 March 2012 at 19:09:59 UTC, Dejan Lekic wrote: My idea when I made it was to gather professionals who use D *in production environments* Does that mean you shouldn't join if D only supports a product going to production, and isn't officially software used in the company?

Re: Why D needs tail const

2012-03-28 Thread Jesse Phillips
On Wednesday, 28 March 2012 at 14:11:10 UTC, Adam D. Ruppe wrote: I'm pretty sure there's a dmd pull request or patch or something for this already. IIRC Michel Fortin implemented it as Object ref obj; (which is the same as Object obj;) and const(Object) ref obj; as tail const. Don't know

Re: Thrift now officially supports D!

2012-03-28 Thread Jesse Phillips
On Tuesday, 27 March 2012 at 23:16:29 UTC, David Nadlinger wrote: Apache Thrift is a cross-language serialization/RPC framework. During last year's Google Summer of Code, I worked on adding D as a target language – and a few days ago, the D implementation has been accepted into the upstream

Re: UFCS for D

2012-03-28 Thread Jesse Phillips
On Thursday, 29 March 2012 at 00:21:38 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/rif9x/uniform_function_call_syntax_for_the_d/ Andrei I won't be going out of my way to check this, but there is a mention of adding the range primatives. This works, but it

Re: Modern COM Programming in D

2012-04-03 Thread Jesse Phillips
On Tuesday, 3 April 2012 at 07:49:28 UTC, Sam Hu wrote: Sorry the link http://dpxml-lio/d is unreachable from my side (maybe someone blocked it :P).Could you please provide an alternative place for download? Appreciated. Regards, Sam Most of his code isn't available as it was kind of under

Re: Video: Walter Bright D at Lang.NEXT 2012

2012-04-13 Thread Jesse Phillips
On Wednesday, 11 April 2012 at 23:05:20 UTC, Walter Bright wrote: http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/The-D-Programming-Language and on Reddit: http://www.reddit.com/r/programming/comments/s5492/the_d_programming_language_walter_bright_langnext/ :) So if I got this

Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-18 Thread Jesse Phillips
On Wednesday, 18 April 2012 at 18:41:05 UTC, SomeDude wrote: I've cleaned up the wiki a bit and added them: http://prowiki.org/wiki4d/wiki.cgi?WhySwitch And thank you for doing that.

Re: Video: Generic Programming Galore using D @ Strange Loop 2011

2012-04-19 Thread Jesse Phillips
On Thursday, 19 April 2012 at 09:42:43 UTC, Denis Shelomovskij wrote: D wiki is really a maze for me (or I just don't understand something?). It contains lots of outdated info mixed with some up-to-date info. I thought that D wiki is only for experienced D developers who know what is

Re: Introducing vibe.d!

2012-04-26 Thread Jesse Phillips
On Thursday, 26 April 2012 at 22:05:29 UTC, Robert Clipsham wrote: On 26/04/2012 21:46, Sönke Ludwig wrote: vibe.d This looks awesome! Also on reddit: http://www.reddit.com/r/programming/comments/su9la/vibed_asynchronous_io_that_doesnt_get_in_your_way/ and hacker news:

Re: D Conference 2012 - postponed until 2013

2012-06-25 Thread Jesse Phillips
On Saturday, 23 June 2012 at 20:51:00 UTC, Walter Bright wrote: Due to there not being sufficient time left to get enough speakers lined up. That is sad to hear and hopefully doesn't ruin to many plans. Maybe I'll be able to make it next year. Also the front page dlang.org needs updated.

Re: Coming Soon: Stable D Releases!

2012-07-18 Thread Jesse Phillips
On Monday, 16 July 2012 at 19:35:47 UTC, Andrei Alexandrescu wrote: I agree this would be more direct. But I fail to see how Walter cherry-picking stuff is basically no additional work, whereas Adam doing essentially the same is an unenviable amount of labor. Well, if things go well, there

Re: Pull freeze

2012-08-01 Thread Jesse Phillips
On Sunday, 29 July 2012 at 12:00:16 UTC, David Nadlinger wrote: On Sunday, 29 July 2012 at 11:43:41 UTC, Robert Clipsham wrote: 4. You can pull regression/bug fixes into the release branch Just to clarify: »Pulling« in this context means cherry-picking individual bug fixes critical for the

Re: D overview on facepunch.com

2012-08-13 Thread Jesse Phillips
On Sunday, 12 August 2012 at 12:04:05 UTC, Jakob Ovrum wrote: On Sunday, 12 August 2012 at 12:02:06 UTC, Andrei Alexandrescu wrote: http://facepunch.com/showthread.php?t=1204676s=affb44baf90ed48786f63e20a6052df1p=37188144#post37188144 Andrei I'm the OP. It's still a work in progress, some

Wiki4D is down

2012-08-14 Thread Jesse Phillips
Not really a positive announcement but the beloved wiki site has not been accessible yesterday. http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage I'm posting as an announcement for two reasons. 1. People will likely want to know that don't follow D 2. The person running the server may not be

Re: NaNs Just Don't Get No Respect

2012-08-17 Thread Jesse Phillips
On Saturday, 18 August 2012 at 01:07:43 UTC, F i L wrote: Your example: float f; if (condition1) f = 7; ... code ... if (condition2) ++f; is flawed in that condition1 is _required_ to pass in sync with condition2, or you'll get a NaN in the result. It is not

Re: NaNs Just Don't Get No Respect

2012-08-18 Thread Jesse Phillips
On Saturday, 18 August 2012 at 18:06:12 UTC, F i L wrote: If the compiler warned against this error the programmer would likely fix the code to a state which prevents the potential bug this example was originally intended to illustrate. It is this statement that indicates you didn't fully

Re: Language Interview Questions

2012-08-24 Thread Jesse Phillips
On Friday, 24 August 2012 at 11:51:02 UTC, Rory McGuire wrote: Oh, wow. My messages used to get blocked if I sent from the wrong address, perhaps it was a different list. Thanks, The forum.dlang engine has some spam checking, but I don't know what it is and there are many other ways to post

John Chapman (Juno), calling for John Chapman (not spam)

2012-09-30 Thread Jesse Phillips
This will sound like spam for a bit... I'm looking to get in contact with John Chapman, he is the creator of the Juno Class libraries way back in 2006. His last known commit was in 2008. The best I have found isn't helpful: Author: John John@0c92f239-eb13-0410-ac4f-b6215be077db 2006-05-17

Re: D2 for Win64

2012-10-13 Thread Jesse Phillips
On Saturday, 13 October 2012 at 01:45:11 UTC, Walter Bright wrote: Is now in a semi-usable state. Problems remain: $(LI 80 bit reals are truncated to 64 bits when formatting.) $(LI Many math functions are not implemented.) $(LI No symbolic debug info is generated.)

Re: D1 D2 alpha's for Win64

2012-10-19 Thread Jesse Phillips
On Friday, 19 October 2012 at 07:12:15 UTC, Walter Bright wrote: On 10/17/2012 4:50 PM, Walter Bright wrote: On 10/14/2012 12:54 PM, Walter Bright wrote: http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip Updated so now stack walking works in the VS debugger.

Re: D1 D2 alpha's for Win64

2012-10-20 Thread Jesse Phillips
On Saturday, 20 October 2012 at 06:20:15 UTC, Walter Bright wrote: On 10/19/2012 9:30 PM, Jesse Phillips wrote: test.obj : error LNK2019: unresolved external symbol InterlockedIncrement referenced in function _Dmain InterlockedIncrement is a VC compiler intrinsic, which is why it isn't

Re: D1 D2 alpha's for Win64

2012-10-21 Thread Jesse Phillips
On Saturday, 20 October 2012 at 16:56:19 UTC, Benjamin Thaut wrote: What about core.atomic.atomicOp!+= ? Kind Regards Benjamin Thaut That is probably a perfect substitute. And now the program is linking... it crashes when run, but it gets through the initial steps. (I expect I have failed

Objects in a Templated World

2012-10-30 Thread Jesse Phillips
I've written an article which goes over templates and objects. http://nascent.freeshell.org/programming/D/objectTemplate.php On a similar note I've republished _Learning to Program Using D_. Not a whole lot of change on the content front. Some expansions on existing chapters and a few fillers

Re: Objects in a Templated World

2012-10-30 Thread Jesse Phillips
On Tuesday, 30 October 2012 at 18:27:39 UTC, Alex Rønne Petersen wrote: On 30-10-2012 19:23, Jesse Phillips wrote: I think you should cover C#. It allows virtual generic methods in its implementation of reified generics by relying on the JIT. Sounds like a good idea, I'll have to dig

Re: Objects in a Templated World

2012-10-30 Thread Jesse Phillips
On Tuesday, 30 October 2012 at 18:59:24 UTC, Jesse Phillips wrote: On Tuesday, 30 October 2012 at 18:27:39 UTC, Alex Rønne Petersen wrote: On 30-10-2012 19:23, Jesse Phillips wrote: I think you should cover C#. It allows virtual generic methods in its implementation of reified generics

Re: DConf 2013 on kickstarter.com: we're live!

2012-11-05 Thread Jesse Phillips
On Monday, 5 November 2012 at 21:57:01 UTC, Ali Çehreli wrote: On 10/31/2012 05:35 PM, Faux Amis wrote: I will pledge 100$ if that would mean videos. There is a change on the project page: :) Late-Breaking News: Smile, You're On Camera! It's confirmed - through volunteer support, the

Re: Announcing the existence of dlang-workspace

2012-12-07 Thread Jesse Phillips
In response to an email Nathan wrote: Submodules seem to be meant for including a project you're not working on, just referencing (i.e. a library). dlang-workspace is built for contributors for D in mind, so there will be a lot of forking/branching, something submodules to not handle well.

Re: D1 D2 alpha's for Win64

2012-12-11 Thread Jesse Phillips
On Tuesday, 11 December 2012 at 15:28:08 UTC, Moritz Maxeiner wrote: One more thing: It's been asked before in this thread, but I haven't seen a reply by Walter yet: Is it viable to add the option of using the VC linker for 32bit, e.g. as something like -linkvc. And I don't mean to remove

Re: Getting ready for 2.061

2012-12-22 Thread Jesse Phillips
On Friday, 21 December 2012 at 22:12:47 UTC, Andrei Alexandrescu wrote: We plan to start building a new release on Sunday evening. To do so (pursuant to the embryonic process we're putting in place), at that time we'll create a new branch called staging for each of dmd, druntime, and phobos.

Re: Getting ready for 2.061

2012-12-22 Thread Jesse Phillips
On Saturday, 22 December 2012 at 21:48:51 UTC, Brad Roberts wrote: I strongly recommend requiring that all bugs be first fixed in the development branch and then being pushed backwards through the version history. Quite a few projects follow this pattern based on the requirement that no fix

Re: DPaste ain't going anywhere

2013-01-15 Thread Jesse Phillips
On Monday, 14 January 2013 at 09:34:50 UTC, nazriel wrote: Hello! I would love to say that it was just 1 April joke that Dpaste is going down but I can't. Things got complicated. I couldn't afford extending domain because I began to run low on money. Just a thought paste.dlang.org?

Re: DIP22 : Private symbol visibility

2013-01-29 Thread Jesse Phillips
On Monday, 28 January 2013 at 17:05:38 UTC, Dicebot wrote: http://wiki.dlang.org/DIP22 I think your going to need to give some evidence to the problems with the current behavior. dlang.org states that Private module members are equivalent to static declarations in C programs. but this is

Re: DIP22 : Private symbol visibility

2013-01-31 Thread Jesse Phillips
On Wednesday, 30 January 2013 at 09:42:01 UTC, Dicebot wrote: On Wednesday, 30 January 2013 at 05:29:14 UTC, Jesse Phillips wrote: And this results in people writing code that ...? Is there an example where you can break code in another module by changing something marked as private

Re: DIP22 : Private symbol visibility

2013-01-31 Thread Jesse Phillips
On Wednesday, 30 January 2013 at 09:29:17 UTC, Dicebot wrote: Case 1 (binary level, C + D): - sample.d - module sample; private int func() { return 42; } -- - oops.c - #include stdio.h extern int _D6sample4funcFZi(); void* _Dmodule_ref = 0; void*

Re: DIP22 : Private symbol visibility

2013-02-01 Thread Jesse Phillips
On Friday, 1 February 2013 at 09:36:19 UTC, Dicebot wrote: Sorry, did not understand this part. Can you give a more code-ish example? Sorry I can't. If you see code where function is defined, and the compiler complains it is not defined, it can lead to checking imports and supplied files

  1   2   3   4   5   6   7   8   9   10   >