Re: Recompiling D code

2014-08-14 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 14 August 2014 at 11:54:57 UTC, Rikki Cattermole wrote: Atleast from my experience with this, its dmd thats actually taking the time. I can't glean this from looking at the code, but are you recompiling the entire program? Web development is a perfect fit for incremental

Re: DMD v2.066.0-rc2

2014-08-15 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 11 August 2014 at 23:44:26 UTC, deadalnix wrote: On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote: DMD v2.066.0-rc2 binaries are available for testing: http://wiki.dlang.org/Beta_Testing Upped https://issues.dlang.org/show_bug.cgi?id=12754 to regression. It is

Re: Recompiling D code

2014-08-15 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 15 August 2014 at 06:54:28 UTC, Rikki Cattermole wrote: On 15/08/2014 2:58 a.m., Vladimir Panteleev wrote: How many D modules / object files is that? I haven't gone into that, I don't really want to go around modifying dub if I can help it. Well, to be blunt, I doubt you'll get

Re: COFF support for Win32 merged

2014-08-17 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 17 August 2014 at 22:25:55 UTC, Andrei Alexandrescu wrote: Indeed! Does this enable VS debugging of D programs? This enables using the MS C runtime for Win32 programs, but you could already use VS for debugging thanks to cv2pdb (also written by Rainer!). Though, now that the debug

Re: D 2.066 is out. Enjoy!

2014-08-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 18 August 2014 at 19:23:14 UTC, Dicebot wrote: I have a mixed feelings about this release. It has some really cool features and is good to finally see live. But it has taken ages and there are still many open regressions (http://wiki.dlang.org/Beta_Testing). And stuff like

Re: D 2.066 is out. Enjoy!

2014-08-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 18 August 2014 at 22:20:19 UTC, ketmar via Digitalmars-d-announce wrote: On Mon, 18 Aug 2014 22:01:24 + bachmeier via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: What's the advantage of this over maintaing packages for the RC version until it's ready?

Re: D 2.066 is out. Enjoy!

2014-08-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 18 August 2014 at 23:14:45 UTC, Dicebot wrote: I also propose to start 2.067 beta branch right now and declare it yet another bug-fixing release. Isn't this what point-releases are for, though?

Re: 438-byte Hello, world Win32 EXE in D

2014-09-08 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 8 September 2014 at 08:06:37 UTC, Ola Fosheim Grøstad wrote: On Sunday, 7 September 2014 at 21:03:17 UTC, Vladimir Panteleev wrote: The 438-byte Hello, world program is achieved using Crinkler, which is a COFF linker with aggressive compression and header optimization. It was

Re: 438-byte Hello, world Win32 EXE in D

2014-09-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 18 September 2014 at 04:50:52 UTC, dcrepid wrote: On Wednesday, 17 September 2014 at 20:49:37 UTC, Vladimir Panteleev wrote: Yes, sorry, that was the wrong command. Currently you have to also specify the full paths to the compiler on make's command line. I sent in two pull

Digger 1.0

2014-09-18 Thread Vladimir Panteleev via Digitalmars-d-announce
Most notable change since DConf is that on Windows, Digger can now build D from source (including x64 versions) without requiring Git or Visual Studio to be installed. It achieves this by downloading and locally installing (unpacking) all the software it needs. Windows binaries:

Re: Digger 1.0

2014-09-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 19 September 2014 at 01:36:54 UTC, Vladimir Panteleev wrote: Windows binaries: https://github.com/CyberShadow/Digger/releases/tag/1.0 Yet another release ruined by a DMD -inline wrong-code bug :( Reuploaded new .zip file without -inline.

Re: 438-byte Hello, world Win32 EXE in D

2014-09-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 9 September 2014 at 20:07:33 UTC, Trass3r wrote: And how do ldc and gdc do? =) LDC doesn't do very well. It generates more verbose code, even with -Oz. I'll try GDC next. In other news, I switched from makefiles to a dedicated build tool, as their limitations were becoming

Re: Digger 1.0

2014-09-22 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 22 September 2014 at 10:50:51 UTC, Nick Treleaven wrote: AFAICT the test suite needs a separate MSYS install from the one Git uses, e.g. for a newer version of 'diff'. Not sure if that makes it harder for Digger to support. It shouldn't be too hard. The difficult part is getting

Re: Digger 1.0

2014-09-30 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 12:19:05 UTC, Nick Treleaven wrote: On 23/09/2014 11:20, Nick Treleaven wrote: Linking phobos.lib is the first time I've got OOM, I use Firefox heavily. phobos.lib is only 10 MB, which is why I thought it odd that linking uses well over 1 GB. I'm now

Re: Blog Post - Reducing vibe.d turnaround time (Part 2 Less Compiling)

2014-11-17 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 18 November 2014 at 00:41:42 UTC, Martin Nowak wrote: Second part on my series to reduce vibe.d turnaround time. In this part we'll reduce compilation time by 60%. https://code.dawg.eu/reducing-vibed-turnaround-time-part-2-less-compiling.html From the post: I converted the

forum.dlang.org is now using DCaptcha

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
I'm sure you all are as tired of the occasional spam that hits these lists as I was deleting it. (Mailing list users in particular, I guess, since we can't delete an email once it was sent out.) Most of the spam was coming in through the forum, so I suppose I was responsible for [not] keeping

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 2 December 2014 at 21:53:15 UTC, Ali Çehreli wrote: On 12/02/2014 01:41 PM, Vladimir Panteleev wrote: impossible for non-technical people with no incentive to learn or research stuff I hope this will not alienate complete beginners. They should be able to talk to us on the

dsource.org moved

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
DSource in the headlines? In 2014? Shocking, I know. Since Brad is no longer an active D user, and the website has had spotty uptime lately, I've offered to take over the hosting and any maintenance. Although opinions exist that the site should simply be shut down, I think archiving it

Re: dsource.org moved

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 2 December 2014 at 23:02:32 UTC, Kiith-Sa wrote: On Tuesday, 2 December 2014 at 22:20:29 UTC, Vladimir Panteleev wrote: DSource in the headlines? In 2014? Shocking, I know. Since Brad is no longer an active D user, and the website has had spotty uptime lately, I've offered to take

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 00:56:12 UTC, Brad Anderson wrote: On Tuesday, 2 December 2014 at 21:56:31 UTC, Vladimir Panteleev wrote: [snip] I hope so too! The CAPTCHA only triggers on a spam check fail, which should not occur for normal forum content. I get the captcha every single

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 01:48:57 UTC, krzaq wrote: Asking for feature names is a very bad choice, you're essentially excluding all beginners and it's almost impossible to google the answers (you want to exclude lazy uninterested humans, not all of them, right?). The answers not

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 08:24:46 UTC, Gary Willoughby wrote: On Tuesday, 2 December 2014 at 21:41:28 UTC, Vladimir Panteleev wrote: Enter DCaptcha, a question-answer challenge tailored for D programmers. Its goals are to challenge posters of suspicious-looking content with questions

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 07:46:42 UTC, Brad Anderson wrote: I could add links to DPaste and the #d IRC channel. Both good ideas. Done. You can see this here: http://forum.dlang.org/reply/qpfcqedcbkipjllnk...@forum.dlang.org (just click Send) If it's that low than I'm not worried

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 08:51:13 UTC, Gary Willoughby wrote: On Wednesday, 3 December 2014 at 08:28:25 UTC, Vladimir Panteleev wrote: Got it. But we're not going back to reCAPTCHA either. I'm tired of deleting spam by hand. Please suggest some ideas (or better, send pull requests).

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 20:19:34 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 03 Dec 2014 14:47:09 +0100 Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On 2014-12-03 14:02, Martin Krejcirik wrote: Asking for D feature names in not good

Re: dsource.org moved

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 20:24:05 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 03 Dec 2014 09:13:12 + Dejan Lekic via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: I think DSource should not be shut down, but instead modernised and open for new D-based

Re: dsource.org moved

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 20:42:28 UTC, Vladimir Panteleev wrote: On Wednesday, 3 December 2014 at 20:24:05 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 03 Dec 2014 09:13:12 + Dejan Lekic via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: I think DSource

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 21:26:19 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 03 Dec 2014 20:22:31 + Vladimir Panteleev via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Wednesday, 3 December 2014 at 20:19:34 UTC, ketmar via Digitalmars-d-announce

Re: dsource.org moved

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 21:37:33 UTC, ketmar via Digitalmars-d-announce wrote: On Wed, 03 Dec 2014 20:42:27 + Vladimir Panteleev via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Wednesday, 3 December 2014 at 20:24:05 UTC, ketmar via Digitalmars-d-announce

Re: dsource.org moved

2014-12-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 22:48:50 UTC, ponce wrote: On Wednesday, 3 December 2014 at 21:32:27 UTC, ketmar via Digitalmars-d-announce wrote: i think that the whole dsource site must be shut down and replaced with a stub (except planetD) to stop this disease. that site was great, but

Re: forum.dlang.org is now using DCaptcha

2014-12-04 Thread Vladimir Panteleev via Digitalmars-d-announce
I removed all the harder challenges, so y'all can now stop complaining. Sorry. There are now only 2 simple questions. Pull requests welcome.

Re: forum.dlang.org is now using DCaptcha

2014-12-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 December 2014 at 02:48:07 UTC, MattCoder wrote: On Tuesday, 2 December 2014 at 21:41:28 UTC, Vladimir Panteleev wrote: Although forum.dlang.org has had a spam check and used reCAPTCHA since it was announced, it is only somewhat effective against fully-automated bots - it is

Re: forum.dlang.org is now using DCaptcha

2014-12-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 19:42:39 UTC, Ary Borenszweig wrote: On 12/2/14, 6:41 PM, Vladimir Panteleev wrote: Enter DCaptcha I think this could work with just two or three variants of a question. Always ask what's the return value of the function. 1. int foo() { return 8 % 3; } I

Re: forum.dlang.org is now using DCaptcha

2014-12-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 December 2014 at 04:02:49 UTC, Mike wrote: I had to maintain a technical forum last year that was getting spammed like crazy. I added the question how many bits are in a byte?, and the spam vanished. Based on that experience, I think the bar can be set very low. The Wiki had

Re: dsource.org moved

2014-12-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 December 2014 at 08:04:05 UTC, Rainer Schuetze wrote: On 02.12.2014 23:20, Vladimir Panteleev wrote: DSource in the headlines? In 2014? Shocking, I know. Since Brad is no longer an active D user, and the website has had spotty uptime lately, I've offered to take over the

Re: forum.dlang.org is now using DCaptcha

2014-12-10 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 9 December 2014 at 18:23:26 UTC, deadalnix wrote: Hijacking this thread. Captcha is still not working on https :( Sorry, had to revert to an earlier version due to an unrelated regression. It's back on reCaptcha now. The new one should work on HTTPS once I'll find and fix the

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 11 December 2014 at 00:35:13 UTC, Martin Nowak wrote: On 12/02/2014 10:41 PM, Vladimir Panteleev wrote: Although forum.dlang.org has had a spam check and used reCAPTCHA since it was announced, it is only somewhat effective against fully-automated bots - it is powerless against

Re: forum.dlang.org is now using DCaptcha

2014-12-11 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 11 December 2014 at 11:04:09 UTC, Martin Nowak wrote: Good idea, but the demo site is down right now :(. http://wiki.dlang.org/extensions/DCaptcha/demo.php Ah, fixed. Broke that when I updated to the easy version. Nice one, failed the first try :). You should probably reload on

trimcheck, dhcptest, RABCDAsm

2015-01-16 Thread Vladimir Panteleev via Digitalmars-d-announce
Over the past few years, I've released a few programs written in D which I've never announced here before, since they were not targeted at D programmers. Some of them seem to have caught on with some degree of popularity. After seeing the recent DMD download stats, I thought to check the

Re: Heady House Hunting with D

2015-01-16 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say! You can check it out here:

Re: NEW asm.dlang.org site

2015-01-26 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 26 January 2015 at 23:46:24 UTC, Iain Buclaw wrote: Hi, It is my pleasure to release a new site onto the community. An Interactive DMD compiler. Cool, but I think we ought to improve Dpaste instead, as right now we have two services with overlapping roles. nazriel seems to have

Re: painlessjson released, looking for improvement advice

2015-01-31 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 29 January 2015 at 20:04:51 UTC, Pierre Krafft wrote: It's fun to see that there are so many different solutions to working with JSON in D. jsvar seems to be for keeping your variables in JavaScript-land, something I think is a bad idea in most cases. The idea of painlessjson is

Re: painlessjson released, looking for improvement advice

2015-02-01 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 1 February 2015 at 14:10:58 UTC, data man wrote: On Sunday, 1 February 2015 at 13:43:19 UTC, Vladimir Panteleev wrote: By 5-ish compiler patches I meant patches that are not in the official compiler. I would be very, very surprised if it worked out of the box for you. Yes, I

Re: painlessjson released, looking for improvement advice

2015-02-01 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 1 February 2015 at 07:56:53 UTC, data man wrote: On Sunday, 1 February 2015 at 06:08:35 UTC, Vladimir Panteleev wrote: (Caveat: last one needs 5-ish compiler patches to work.) Which, please specify? It should tell you nicely when you try to compile without them:

Re: 2015 H1 Vision

2015-02-01 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 1 February 2015 at 10:20:47 UTC, Dicebot wrote: I'd really like Emphasize vibe.d to be replaced with Emphasize dub. Get the latter and you get the former essentially for free (and it is WIP already). I wish inclusions like this would go through a code review, the sort we put new

Re: painlessjson released, looking for improvement advice

2015-02-01 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 1 February 2015 at 11:12:11 UTC, data man wrote: Alas, but... void main() { pragma(msg, is(typeof({ struct S { int i; } S s; __traits(child, s, S.i) = 0; }))); } output false By 5-ish compiler patches I meant patches that are not in the official compiler. I would be very,

Re: 2015 H1 Vision

2015-02-02 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 2 February 2015 at 05:23:52 UTC, Daniel Murphy wrote: Vladimir Panteleev wrote in message news:viqwfixznbdbdwvha...@forum.dlang.org... I don't use Dub You really should! I put it off for months and months but I'm quite happy with it now. Replied in a new thread here:

Re: Packt is looking for someone to author a Learning D

2015-02-14 Thread Vladimir Panteleev via Digitalmars-d-announce
On Saturday, 14 February 2015 at 17:04:24 UTC, Russel Winder wrote: Obviously XeLaTeX is the correct medium, but AsciiDoc is acceptable as a second best. During the editing of the Russian translation of TDPL, I've worked in MS Word as well. Probably its main advantage is its collaboration

Re: Digger 1.1

2015-03-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 8 March 2015 at 18:20:07 UTC, Robert M. Münch wrote: Ok, great. I just tried it on Windows and get this here: I've pushed support for DMD bootstrapping, so if you need to build master now, build latest Digger from source. I'll make a binary release after 2.067 is out.

Re: Digger 1.1

2015-03-18 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 18 March 2015 at 18:18:19 UTC, Martin Nowak wrote: On 03/04/2015 05:54 AM, Vladimir Panteleev wrote: Finally, this is the first stable release with binary downloads for all major platforms: Nice, out of curiosity. How did you build the releases for all the platforms?

Re: Digger 1.1

2015-03-19 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 19 March 2015 at 15:40:19 UTC, Robert M. Münch wrote: On 2015-03-18 12:14:01 +, Vladimir Panteleev said: I've pushed support for DMD bootstrapping, so if you need to build master now, build latest Digger from source. I'll make a binary release after 2.067 is out. I just

Re: Digger 1.1

2015-03-07 Thread Vladimir Panteleev via Digitalmars-d-announce
On Saturday, 7 March 2015 at 19:19:30 UTC, Robert M. Münch wrote: On 2015-03-04 04:54:02 +, Vladimir Panteleev said: Digger is a tool for working with D's source code and its history. It can build D (including older D versions), customize the build with pending pull requests or forks, and

Re: Release D 2.067.0

2015-03-25 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 24 March 2015 at 23:00:56 UTC, Mathias Lang wrote: Congrats to everyone involved ! A special thanks to Martin, that helped a lot to get Vibe.d ready for 2.067, and reverted the problematic changes when we realize it wasn't gonna cut it. What were the reverted changes?

Re: Digger 1.1

2015-03-25 Thread Vladimir Panteleev via Digitalmars-d-announce
On Wednesday, 25 March 2015 at 20:01:43 UTC, Robert M. Münch wrote: On 2015-03-19 16:59:34 +, Vladimir Panteleev said: Hmm... Does it happen with a fresh Digger install? Just tried a fresh installed. With this I could build Digger from Git without any problems. Now trying to build 2.067

Re: Release D 2.067.0

2015-03-29 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 29 March 2015 at 06:02:55 UTC, ketmar wrote: On Sun, 29 Mar 2015 05:57:59 +, Vladimir Panteleev wrote: On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote: i told about that, but nobody cares, as usual. Told where? in general, as i mentioned before in this thread.

Re: Release D 2.067.0

2015-03-29 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 26 March 2015 at 11:25:50 UTC, ketmar wrote: Was it filed at issues.dlang.org as a regression? nope, it's not. i was asking for help in general (building minimised sample), but nobody was interested. Asked where?

Re: Release D 2.067.0

2015-03-29 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 26 March 2015 at 06:16:59 UTC, ketmar wrote: i told about that, but nobody cares, as usual. Told where?

Re: Release D 2.067.0

2015-03-29 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 29 March 2015 at 02:47:42 UTC, lobo wrote: On Saturday, 28 March 2015 at 14:12:19 UTC, Vladimir Panteleev wrote: Do you think your time is more valuable than that of D contributors' or something? This attitude is crap and is becoming more frequent on the forums. The D

Re: Release D 2.067.0

2015-03-28 Thread Vladimir Panteleev via Digitalmars-d-announce
On Saturday, 28 March 2015 at 05:35:57 UTC, ketmar wrote: On Sat, 28 Mar 2015 04:55:47 +, Vladimir Panteleev wrote: But honestly, there already exists so much information on how to use DustMite... ...that people in bugzilla keep asking what it is. Not knowing what something is and not

Digger 1.1

2015-03-03 Thread Vladimir Panteleev via Digitalmars-d-announce
This release brings the following improvements: An install action was added, which can upgrade an existing D install (such as from an official ZIP archive, OS installer or package, or DVM). This allows combining components of D which Digger builds (DMD, Druntime, Phobos and rdmd) with those

Re: Release D 2.067.0

2015-03-26 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 26 March 2015 at 20:08:23 UTC, Andrei Alexandrescu wrote: I communicated to an acquaintance at HackerNews and he noticed that their spam algorithm misclassified the post. He has subsequently restored the post's standing (which got back to a slightly lower position due to the time

Re: Release D 2.067.0

2015-03-27 Thread Vladimir Panteleev via Digitalmars-d-announce
On Saturday, 28 March 2015 at 04:36:18 UTC, Walter Bright wrote: On 3/26/2015 3:53 PM, ketmar wrote: filling bugs like this huge project not compiling! is not working, as nobody wants to run dustmite on such projects, people just waiting for issue author to provide more information.

Re: Trial migration of Dsource bindings project to Github

2015-04-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 20 April 2015 at 22:57:51 UTC, Stewart Gordon wrote: I committed some updates the other day and they seem they have gone straight into the online repository. Committing is a local (non-network) operation in git, so you must have pushed them afterwards, or your GUI has done this for

Re: dsource.org moved

2015-04-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 20 April 2015 at 23:27:58 UTC, Stewart Gordon wrote: On 21/04/2015 00:19, Stewart Gordon wrote: snip ?? When I worked on the project on dsource, until it stopped working recently I generally had no trouble just committing my updates using SVN. I didn't have to create patches at

Re: Trial migration of Dsource bindings project to Github

2015-04-21 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 21 April 2015 at 21:31:39 UTC, Stewart Gordon wrote: On 21/04/2015 00:42, Vladimir Panteleev wrote: snip I'm sorry but someone else will need to take over here. With all due respect for the work you've done so far, I simply don't have the time or energy to catch you up with the

Re: dsource.org moved

2015-04-19 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 17 April 2015 at 21:34:07 UTC, Stewart Gordon wrote: Has Walter promised us that every pull request for the WindowsAPI bindings will be put in right away? Pull requests are merged once they pass review and automatic testing. Walter Bright is not the only person who can merge pull

Re: [hackathon] One week left to the first D Hackathon!

2015-04-19 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 19 April 2015 at 19:38:14 UTC, Gary Willoughby wrote: Also the tools repository needs work to build too. This is because of the `if(arr)` warnings. I think there are pull requests waiting[2] but until they are merged a few of the tools are broken which breaks the whole build.

Re: Trial migration of Dsource bindings project to Github

2015-04-19 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 19 April 2015 at 23:14:13 UTC, Stewart Gordon wrote: For those of you who are still unfamiliar with GitHub, Stewart, I haven't seen an active D project that WASN'T hosted on GitHub for years now. Could people please try checking out the project on GitHub, and committing a

Re: Digger 2.1

2015-05-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 4 May 2015 at 10:33:14 UTC, Robert M. Münch wrote: So, it looks I'm missing something that needs to be installed. But I don't have a clue how to find out what's missing. Any idea? Turn off or delete the cache to get a meaningful error message.

Re: [hackathon] ARE WE SLIM YET?

2015-05-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 3 May 2015 at 13:20:03 UTC, cym13 wrote: I got a parsererror for data/data.json, Unrecognized token '?' Please try Chrome or Firefox.

Digger 2.1

2015-05-03 Thread Vladimir Panteleev via Digitalmars-d-announce
Digger v2.0 (2015-04-26) * `idgen.d` update (DMD now requires DMD to build) * Full core overhaul, for improved performance, granularity and extensibility. A fresh install is recommended. Digger v2.1 (2015-05-03) * Add license (dual

[hackathon] ARE WE SLIM YET?

2015-05-03 Thread Vladimir Panteleev via Digitalmars-d-announce
Gah, I'm late! Anyway, this is my hackathon project: http://digger.k3.1azy.net/trend/ Succinctly, it is the lovechild of Digger and Mozilla's areweslimyet.com. It measures stats about D built from D's entire GitHub history, as well as those of programs built with said D versions.

Re: D needs...

2015-05-11 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 11 May 2015 at 11:59:02 UTC, Namespace wrote: http://dgame.github.io/dneeds/ There seems to be some overlap with some existing wiki pages: http://wiki.dlang.org/Language_design_discussions http://wiki.dlang.org/Language_issues

Re: [hackathon] ARE WE SLIM YET?

2015-05-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 3 May 2015 at 19:06:50 UTC, Andrei Alexandrescu wrote: On 5/3/15 12:04 PM, Andrei Alexandrescu wrote: This is awesome! Any chance to get the guilty commit more precisely? For example I see a large jump recently, but any of 3 dozens commits (or a combination thereof) could have

Re: [hackathon] ARE WE SLIM YET?

2015-05-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 3 May 2015 at 19:04:20 UTC, Andrei Alexandrescu wrote: This is awesome! Any chance to get the guilty commit more precisely? For example I see a large jump recently, but any of 3 dozens commits (or a combination thereof) could have caused it. Keep zooming in until you start seeing

Re: [hackathon] ARE WE SLIM YET?

2015-05-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 3 May 2015 at 13:04:41 UTC, Vladimir Panteleev wrote: There is a bunch of cool things happening under the hood about which I might or might not do a full blog post later. http://blog.thecybershadow.net/2015/05/05/is-d-slim-yet/

Re: Digger 1.1

2015-04-03 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 3 April 2015 at 16:43:38 UTC, Robert M. Münch wrote: On 2015-03-18 12:14:01 +, Vladimir Panteleev said: I've pushed support for DMD bootstrapping, so if you need to build master now, build latest Digger from source. I'll make a binary release after 2.067 is out. Any news on

Re: DUB 0.9.23 released

2015-04-06 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 6 April 2015 at 08:21:46 UTC, Sönke Ludwig wrote: The new version contains some important bug fixes for sub modules and overridden string imports, as well as some other major fixes. Congratulations! So, 2.068 will include Dub, right?

Re: dsource.org moved

2015-04-07 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 7 April 2015 at 16:33:37 UTC, Stewart Gordon wrote: I haven't been active on the newsgroups lately, so lose track of what's going on. Has anything happened? Just now I tried to commit to the bindings project on dsource, but got an error POST request on

Re: Implementing cent/ucent...

2015-04-07 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 7 April 2015 at 15:55:24 UTC, Kai Nacke wrote: I started to work on cent/ucent support in LDC (and possible in upstream DMD). Here is the current state: Hi, I appreciate all the work you're doing for LDC, but isn't ucent better implemented as a library type (e.g. as a FixNum

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:05:32 UTC, Andrei Alexandrescu wrote: On 6/4/15 5:08 PM, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 00:06:04 UTC, Charles wrote: Any change of making the D Logo redirect to dlang.org rather than the forum itself? No, I'm very used to clicking the logo

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code formatting for the web interface? Not sure what you mean. Do you mean syntax highlighting for D code? If you mean the rewrapping issues with forum.dlang.org, those should be fixed now. Code (and other text

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:49:31 UTC, Manu wrote: On 5 June 2015 at 11:42, Vladimir Panteleev via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Friday, 5 June 2015 at 01:39:48 UTC, Manu wrote: [...] How do I reproduce this? What browser, view mode, etc.? I don't

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:10:02 UTC, Andrei Alexandrescu wrote: When one clicks create thread, focus should go on the post title, not the post body. -- Andrei Fixed. (You have an eye for details!)

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:39:48 UTC, Manu wrote: If I click to select some text, the page bounces downwards on the mouse-up event. If I click again to select some other text, the page bounces back upwards again to it's original position (again, on the mouse-up). How do I reproduce this?

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 00:46:11 UTC, Mike wrote: On Friday, 5 June 2015 at 00:37:20 UTC, Vladimir Panteleev wrote: It appears the horizontal split puts the latest thread at the bottom of the list instead of the top. I think that should be reversed. I think not, as that would mean that

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 00:50:17 UTC, Mike wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ In threaded view, when viewing any post except the original post, and then clicking the leaf breadcrumb at the top, the following appears:

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:42:20 UTC, Manu wrote: Also, oauth? There is no way I would register an account to make a post unless I was *really* motivated. What gave you the impression that you have to register an account in order to post? The front page now explicitly says that you don't

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 02:02:11 UTC, IgorStepanov wrote: Sorry if this question has been raised but is the reason for the inability to edit posts? Posts are not editable because once sent, they are relayed to the NNTP server, mailing lists, and users' email inboxes. Will be this feature

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 00:34:27 UTC, Mike wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ This is really nice. It appears the horizontal split puts the latest thread at the bottom of the list instead of the top. I think that

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 02:11:17 UTC, IgorStepanov wrote: On Friday, 5 June 2015 at 02:03:48 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 02:02:11 UTC, IgorStepanov wrote: Sorry if this question has been raised but is the reason for the inability to edit posts? Posts are not

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 June 2015 at 21:23:19 UTC, sigod wrote: Also, I just noticed: when you open direct link linked post appears on the bottom of the page instead of the top. For example: http://beta.forum.dlang.org/post/gbzgmtrjpnsexfasx...@beta.forum.dlang.org Chrome weirdness. Push fixed.

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:56:33 UTC, sigod wrote: On Thursday, 4 June 2015 at 20:25:02 UTC, sigod wrote: Few issues with help dialog (opened with Shift+H): - Centers on full page instead of only visible part of it. - Scrolls with page. `fixed` instead of [`absolute`][0] and it should be

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 June 2015 at 21:10:13 UTC, Sönke Ludwig wrote: I don't know how things are now, but when I tried to move to Vibe.d (which was several years ago), you had to do some strange acrobatics in order to read the same connection in one fiber but write to it from another. In ae.net, reads

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 00:06:04 UTC, Charles wrote: Any change of making the D Logo redirect to dlang.org rather than the forum itself? No, I'm very used to clicking the logo to back to the forum index, and I suspect so are many others. You can use the D Home links to go to dlang.org.

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:33:29 UTC, sigod wrote: On Thursday, 4 June 2015 at 20:30:38 UTC, sigod wrote: Hm. Actually 63 key code will appear on `keypress` event. And 191 on `keydown`. (But you use `keydown` for webkit.) Take a look here: http://stackoverflow.com/a/29494190/944911

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 11:28:41 UTC, Kagamin wrote: The beta forum doesn't look plaintext. It's still plain text. It just parses format=flowed now (in addition to emitting it).

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:16:30 UTC, sigod wrote: How about markdown support? It can have completely client-side implementation. I have thought for a long time about this. It's tricky. There are multiple concerns: 1. People receiving messages through NNTP/mailing lists will not see the

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:43:18 UTC, extrawurst wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 13:31:05 UTC, sigod wrote: On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. That isn't a problem at all. I don't know what you mean by this. I provided

  1   2   3   >