Re: DMD 1.036 and 2.020 releases

2008-10-21 Thread Brad Roberts
On Tue, 21 Oct 2008, Max Samukha wrote: Please add the compiler versions to bugzilla. Done.

Re: Scope storage class

2008-11-27 Thread Brad Roberts
On Thu, 27 Nov 2008, Walter Bright wrote: Jarrett Billingsley wrote: So my suspicion is correct, then? That is: scope int delegate() b; b = { ... }; Will allocate on the heap? Yes. The scope for delegates takes effect as a parameter storage class, not a local variable storage

Re: DMD 1.039 and 2.023 releases

2009-01-07 Thread Brad Roberts
Jason House wrote: Walter Bright Wrote: redsea wrote: I'm happy to see Bugzilla 2518(scope(success) not execuate and RAII variable destructor is not called) has been fixed, Great ! I have some questions when I check dstress suite and Bugzilla. In Bugzilla 99, according to test case:

Re: DMD 1.039 and 2.023 releases

2009-01-07 Thread Brad Roberts
BCS wrote: Reply to Brad, Restating in the form of a question... When would you _ever_ want {...} to not form a scope? static if(foo) { int i; float x; } That and the version one are good examples. However, the case example isn't. It actually already forms a scope, and

Re: Just one more thing...

2009-02-27 Thread Brad Roberts
Michel Fortin wrote: On 2009-02-27 16:37:13 -0500, Jacob Carlborg d...@me.com said: Nick Sabalausky wrote: Ordinarily, I detest the idea of pulling support for anything as recent as just a few years old. But Apple themselves has a habit of ignoring users of anything except the latest

Re: Compiler Construction seminar, Sep 20-22

2009-03-01 Thread Brad Roberts
Daniel Keep wrote: Walter Bright wrote: In Astoria, Oregon, on September 20-22 I'll be hosting a Compiler Construction seminar along with Cristian Vlasceanu. http://www.astoriaseminar.com/compiler-construction.html It'll be a two day intensive course in how compilers work and how to

Re: Metaprogramming in D tonight at the NWCPP

2009-05-04 Thread Brad Roberts
Sean Kelly wrote: Georg Wrede wrote: That's certainly true with non-techie audiences. I wish we had had speaking classes when I went to school. The first time I gave a lecture at the university, my hands trembled visibly on the OH. I'm fine if I can just sit down and talk, but if I have to

Re: Metaprogramming in D tonight at the NWCPP

2009-05-05 Thread Brad Roberts
BCS wrote: Reply to Georg, I was always terrible at memorization. I couldn't learn my lines in school plays, and once I starred in an educational movie. The director was pulling his hair because I couldn't remember 15 secs of lines at a time. If I make a presentation, I simply have to get

Re: dmd 1.046 and 2.031 releases

2009-07-07 Thread Brad Roberts
That's really cool. But I don't think that's actually happening (Or are these the bugs you're talking about?): byte x,y; short z; z = x+y; // Error: cannot implicitly convert expression (cast(int)x + cast(int)y) of type int to short // Repeat for ubyte, bool, char, wchar

Bugzilla upgrade: sometime tonight

2009-09-04 Thread Brad Roberts
I'm going to bump bugzilla from 3.2.3 to 3.4.1 sometime tonight. It should only take a few minutes. After the update, you'll need to force refresh your browser to pick up updated .css and similar files. The update on the digitalmars c++ bugzilla instance went fast and easy, so I don't expect

Re: dmd beta mailing list

2010-01-04 Thread Brad Roberts
On Mon, 4 Jan 2010, Guillaume B. wrote: Date: Mon, 04 Jan 2010 20:38:22 -0500 From: Guillaume B. guillaume.b.s...@spam.ca Reply-To: digitalmars.D.announce digitalmars-d-announce@puremagic.com To: digitalmars-d-announce@puremagic.com Newsgroups: digitalmars.D.announce Followup-To:

Re: D compiler as part of GCC

2010-01-23 Thread Brad Roberts
On 1/23/2010 4:15 PM, Walter Bright wrote: Leandro Lucarella wrote: Walter Bright, el 23 de enero a las 12:54 me escribiste: Jerry Quinn wrote: Walter Bright Wrote: Will they take a fork of the dmd source, such that they own the copyright to the fork and Digital Mars still has copyright to

Re: D compiler as part of GCC

2010-01-24 Thread Brad Roberts
On 1/24/2010 11:34 AM, Jesse Phillips wrote: 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

Re: D compiler as part of GCC

2010-01-24 Thread Brad Roberts
On 1/24/2010 2:13 PM, Walter Bright wrote: Brad Roberts wrote: That's the question that Walter asked to have clarified, but that's not the question that was asked. Asking the gcc developers is also a bad idea since they're not lawyers. The only way to really handle this correctly

d mailing list downtime

2010-03-20 Thread Brad Roberts
Due to some mis-timing on the part of my t1 circuit provider, all of the mailing lists that I host that gateway the newsgroups are currently off the air. Hopefully I'll have things working again sometime later tonight or tomorrow. The ironic thing is that those that read via the mailing list

Re: d mailing list downtime

2010-03-20 Thread Brad Roberts
On Fri, 19 Mar 2010, Brad Roberts wrote: Due to some mis-timing on the part of my t1 circuit provider, all of the mailing lists that I host that gateway the newsgroups are currently off the air. Hopefully I'll have things working again sometime later tonight or tomorrow. The ironic thing

Re: dmd 1.060 and 2.045 release

2010-05-04 Thread Brad Roberts
On Tue, 4 May 2010, Robert Clipsham wrote: On 04/05/10 19:50, Walter Bright wrote: That's the problem with D extensions; unless they get officially adopted they conflict with future changes to the spec. We need to get them officially adopted. Too late for this, DWARF 4 has introduced

Re: dmd 1.060 and 2.045 release

2010-05-06 Thread Brad Roberts
On Fri, 7 May 2010, Lionello Lunesu wrote: On 6-5-2010 22:37, Michel Fortin wrote: On 2010-05-05 23:45:50 -0400, Walter Bright newshou...@digitalmars.com said: Walter Bright wrote: Alex Makhotin wrote: It takes ~40 seconds 50% load on the dual core processor(CentOS 5.3 kernel

Re: Bug fix week

2010-05-26 Thread Brad Roberts
On Thu, 27 May 2010, Masahiro Nakagawa wrote: On Sun, 23 May 2010 22:50:14 +0900, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: We've had a tremendous infusion of talent and energy in Phobos, and lately work has picked up in unprecedented ways, both in terms of new features and

Re: dmd 1.062 and 2.047 release

2010-06-15 Thread Brad Roberts
On Tue, 15 Jun 2010, Walter Bright wrote: strtr wrote: It's the optimization :) Without -O compilation took only a few seconds! Well, that explains it! Little attempt is made in the optimizer to make it compile faster if that would interfere with generating faster code. Chances are that

Re: dmd 1.063 and 2.048 release

2010-08-15 Thread Brad Roberts
On 8/15/2010 12:54 PM, Walter Bright wrote: Nick Sabalausky wrote: This may be a pain to do, but you could narrow it down from the other direction: recompile DMD from various trunk revisions between 2.046 and 2.047 and see which actual commit created the problem. Try mixing/matching the

Re: Programming Windows D Examples are now Online!

2011-06-21 Thread Brad Roberts
On 6/21/2011 2:24 PM, Andrej Mitrovic wrote: Walter, would it be possible to make .map file generation follow the -od flag? It's odd when a build script fills a directory with map files while executables and object files are properly in their own directories as specified via -od and -of

Re: update.sh

2012-01-15 Thread Brad Roberts
On 1/15/2012 6:28 PM, Andrei Alexandrescu wrote: On 1/15/12 7:39 PM, Jordi Sayol wrote: Al 16/01/12 01:32, En/na Andrei Alexandrescu ha escrit: I just added a handy script, tools/update.sh. https://github.com/D-Programming-Language/tools/commit/cc4e3c07c2ebb19dbb90c2d29c828f5fb714e605 It's

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

2012-01-21 Thread Brad Roberts
On 1/21/2012 11:18 PM, Andrei Alexandrescu wrote: We just put together a page that counts the bugs per category. It's linked from Bug tracker in the navigation panel. http://dlang.org/bugstats.php The format is sketchy. Looking forward to your suggestions for improvements. Andrei

d.puremagic.com downtime

2012-03-03 Thread Brad Roberts
The server that hosts the mailing lists, bugzilla, and the auto-tester is moving to a new data-center. I intend to do the move tomorrow afternoon. Hopefully it won't take terribly long, but it's hard to estimate since I don't know how long it will take slicehost to do the migration. The first

Re: d.puremagic.com downtime

2012-03-04 Thread Brad Roberts
On 3/3/2012 4:56 PM, Brad Roberts wrote: The server that hosts the mailing lists, bugzilla, and the auto-tester is moving to a new data-center. I intend to do the move tomorrow afternoon. Hopefully it won't take terribly long, but it's hard to estimate since I don't know how long

Re: Visual D 0.3.32 maintenance release

2012-05-13 Thread Brad Roberts
On 5/13/2012 4:48 AM, Rainer Schuetze wrote: Using git/github is probably less work for you compared to svn, but this also depends on a rather large infrastructure like the auto tester. I'm not sure it does actually help for a project with very few contributors. Neither github nor git made

Re: Pull freeze

2012-08-01 Thread Brad Roberts
On 8/1/2012 12:30 AM, Russel Winder wrote: On Tue, 2012-07-31 at 01:10 -0700, Walter Bright wrote: […] We're already using Git. I will be robust. You may be making use of Git commands but you are still using Subversion, you are not using Git. You keep blaming it on using subversion or

Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010

2012-09-28 Thread Brad Roberts
On 9/27/2012 11:01 PM, Jacob Carlborg wrote: On 2012-09-27 21:51, Walter Bright wrote: Well, I did. The EH mechanism in dmd Win64 is the same as that used for dmd Linux, OSX and FreeBSD, 32 and 64. What does that practically mean from the users point of view? It's another interoperability

Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010

2012-09-28 Thread Brad Roberts
On Fri, 28 Sep 2012, Andrej Mitrovic wrote: On 9/28/12, Brad Roberts bra...@puremagic.com wrote: It's another interoperability problem. It means that when mixing c++/d that stackframe unwinding during exception handling doesn't work as expected. It'll be one more thing that eventually

Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010

2012-09-28 Thread Brad Roberts
On Fri, 28 Sep 2012, Walter Bright wrote: On 9/27/2012 11:01 PM, Jacob Carlborg wrote: On 2012-09-27 21:51, Walter Bright wrote: Well, I did. The EH mechanism in dmd Win64 is the same as that used for dmd Linux, OSX and FreeBSD, 32 and 64. What does that practically mean from the

Re: D 1.076 Alpha for Windows 64 bits, works with VS 2010

2012-09-28 Thread Brad Roberts
On Fri, 28 Sep 2012, Walter Bright wrote: On 9/28/2012 12:39 PM, Brad Roberts wrote: It's more than just catching. That's a relatively minor issue. The bigger one is stack unwinding and related cleanups. Consider: c++ function with local variables that have dtors that calls a D function

Re: Getting ready for 2.061

2012-12-22 Thread Brad Roberts
On 12/22/2012 10:39 AM, Jesse Phillips wrote: 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

Re: Getting ready for 2.061

2012-12-22 Thread Brad Roberts
On 12/22/2012 3:44 PM, Jesse Phillips wrote: 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

Re: Getting ready for 2.061

2012-12-25 Thread Brad Roberts
On Tue, 25 Dec 2012, Walter Bright wrote: On 12/25/2012 5:27 AM, John Colvin wrote: If only we had some small commercial support of some sort... A mac mini is less than ?500 new here in the UK, probably less than that in the US and that's not even considering second-hand... An old,

Re: Getting ready for 2.061

2012-12-26 Thread Brad Roberts
On Wed, 26 Dec 2012, Jacob Carlborg wrote: On 2012-12-25 20:53, Brad Roberts wrote: More hardware would be nice, but isnt a blocker for additional branch testing, software is. Working on it over the holidays. Have you considered using any existing software for continues integration

Re: D 1.076 and 2.061 release

2013-01-06 Thread Brad Roberts
On 1/6/2013 4:25 PM, Leandro Lucarella wrote: I really hope at some point this will be addressed, and I think other areas of the development process have been improved enough to think this is a good moment to do so, but first management (OK, I will say it: Walter) have to be convinced (or

Re: D 1.076 and 2.061 release

2013-01-06 Thread Brad Roberts
On 1/6/2013 5:41 PM, Jonathan M Davis wrote: On Sunday, January 06, 2013 17:28:57 Brad Roberts wrote: Does anyone know of any mechanism for getting people to do what needs to be done vs what they want to do that doesn't involve paying them? The only long term successes I can point to all

Re: D 2.062 release

2013-02-17 Thread Brad Roberts
On 2/17/2013 5:07 PM, Andrej Mitrovic wrote: On 2/18/13, Walter Bright newshou...@digitalmars.com wrote: http://digitalmars.com/d/download.html The dlang.org site isn't updated yet, but the downloads are there. The zip download is broken:

Re: Four new committers on github: AndrejMitrovic, ibuclaw, klickverbot, and rainers

2013-03-09 Thread Brad Roberts
On 3/9/2013 9:13 AM, Andrej Mitrovic wrote: On 3/7/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: I'm happy to announce we have four new committers to our project on github: AndrejMitrovic, ibuclaw, klickverbot, and rainers. Can we get added to the dmd-internals group? My

mail/news gateway, bugzilla, and auto-tester outage

2013-03-13 Thread Brad Roberts
The host running the above services is temporarily off the air. Hopefully it'll be back in a couple hours. Worse case, tomorrow some time (if I have to create a new host and restore from backups). Sorry, Brad

Re: mail/news gateway, bugzilla, and auto-tester outage

2013-03-13 Thread Brad Roberts
On 3/13/2013 2:10 AM, Brad Roberts wrote: The host running the above services is temporarily off the air. Hopefully it'll be back in a couple hours. Worse case, tomorrow some time (if I have to create a new host and restore from backups). Sorry, Brad Services were restored at around 7

Re: We have completed our GSoC 2013 application

2013-04-09 Thread Brad Roberts
On 4/9/13 12:10 AM, Walter Bright wrote: On 4/8/2013 11:42 PM, Rory McGuire wrote: Could we not still run the basics of the program minus the funding? Perhaps there are still students and mentors that would be interested in contributing their time for their name down in the history of D. :) We

Re: DConf 2013 Day 1 Talk 5: Using D Alongside a Game Engine by Manu Evans

2013-05-17 Thread Brad Roberts
On 5/17/13 3:52 PM, Adam D. Ruppe wrote: On Friday, 17 May 2013 at 22:47:56 UTC, Joseph Rushton Wakeling wrote: Really exciting to see how D is being used in this context, and the C++ binding examples are inspiring. The last question in the video was if it would work in Linux too, and idk

Re: Arch Linux users and packagers : upcoming coomunity/dmd package change

2013-05-18 Thread Brad Roberts
On 5/18/13 8:59 AM, nazriel wrote: On Saturday, 18 May 2013 at 15:26:49 UTC, Dicebot wrote: On Saturday, 18 May 2013 at 14:19:08 UTC, nazriel wrote: Will be shared library installed alongside with static library? Yes. Cool! Will libdruntime.so belong to druntime package? No. Currently

Re: Don's talk's video to be online soon

2013-06-10 Thread Brad Roberts
On 6/10/13 5:02 PM, Andrei Alexandrescu wrote: On 6/10/13 7:19 PM, Anthony Goins wrote: On Monday, 10 June 2013 at 18:59:22 UTC, Andrei Alexandrescu wrote: I'm experiencing trouble uploading the video of Don's talk, please bear with me. It will be available either later today or tomorrow

Re: Start of dmd 2.064 beta program

2013-10-16 Thread Brad Roberts
On 10/16/13 6:33 AM, Andrej Mitrovic wrote: On 10/16/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: What are you protesting against? Walter. That's not a what, that's a who. Would you please elaborate on the what and why? I haven't seen any obstructionism coming from anyone

Re: dmd 2.064 release candidate 1

2013-11-04 Thread Brad Roberts
On 11/4/13 5:20 PM, Walter Bright wrote: On 11/4/2013 2:47 PM, Rainer Schuetze wrote: Thanks. The Visual D installation is missing from this installer. Obviously, https://github.com/D-Programming-Language/installer/pull/23 has never been merged. As I've just released a new version, it would be

Re: dmd 2.064 release candidate 1

2013-11-05 Thread Brad Roberts
On 11/5/13 2:00 PM, Walter Bright wrote: On 11/5/2013 1:52 AM, Arjan wrote: Why not volunteer to handle the FreeBSD package builds? I have access to FreeBSD machine(s) and willing to lend a hand and spend some time on this. What is needed to do the FreeBSD package build? (Currently I just do

Re: https everywhere

2014-02-21 Thread Brad Roberts
On 2/21/14, 12:34 PM, Walter Bright wrote: dlang.org and dconf.org now support https, https://dlang.org https://dconf.org Note that this is a self-signed certificate, and so when you first access it you'll get a dire warning from your browser. At this point I'm just repeating what others

Re: DigitalMars' GSoC application has been rejected

2014-02-28 Thread Brad Roberts
On 2/27/14, 3:21 PM, Craig Dillabaugh wrote: On Thursday, 27 February 2014 at 22:25:27 UTC, Brad Roberts wrote: On 2/27/14, 2:03 PM, Craig Dillabaugh wrote: On Thursday, 27 February 2014 at 21:59:37 UTC, Andrei Alexandrescu wrote: On 2/27/14, 1:42 PM, Craig Dillabaugh wrote: In that case

Bugzilla maintenance tonight

2014-04-08 Thread Brad Roberts
Tonight at 11pm pacific time, about 3 hours from now, the D bugzilla is going to go read-only for some much needed maintenance and upgrading. Assuming all goes well, it will come back an hour or so later as issues.dlang.org. That name isresolvable now with an old copy of the db -- don't use it

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
from the old db - speed up mail sending - copy data dir from old site (affects some functionality) Andrei: can you change the bounty site's config What have I left out / forgotten? More when my connectivity is restored. On Apr 8, 2014, at 8:03 PM, Brad Roberts bra...@puremagic.com wrote

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
On 4/9/14, 2:38 AM, Andrej Mitrovic wrote: On 4/9/14, Brad Roberts bra...@puremagic.com wrote: Tonight at 11pm pacific time, about 3 hours from now, the D bugzilla is going to go read-only for some much needed maintenance and upgrading. Interesting. So what's new in this version of bugzilla

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
On 4/9/14, 5:55 AM, Sönke Ludwig wrote: Am 09.04.2014 14:38, schrieb Sönke Ludwig: Not sure what exactly needs to be done about it, but I noticed that Deskzilla Lite doesn't recognize issues.dlang.org as an open source installation and thus denies to add the D product with its 12k bugs. Also

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
://jira.almworks.com/browse/DZO-1187) with them about it. On 4/9/14, Brad Roberts bra...@puremagic.com wrote: On 4/9/14, 5:55 AM, Sönke Ludwig wrote: Am 09.04.2014 14:38, schrieb Sönke Ludwig: Not sure what exactly needs to be done about it, but I noticed that Deskzilla Lite doesn't recognize issues.dlang.org

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
It's moving your focus down to the status block just below the comment textarea. Not a bug, but also not super obvious. On 4/9/14, 1:50 PM, Andrej Mitrovic wrote: On 4/9/14, Brad Roberts bra...@puremagic.com wrote: Tonight at 11pm pacific time, about 3 hours from now, the D bugzilla is going

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
On 4/9/14, 2:26 PM, Kapps wrote: On Wednesday, 9 April 2014 at 07:59:26 UTC, Brad Roberts wrote: Well, my ISP decided that it wanted to take the night off while I was about half done. Completed: - issues.dlang.org should be functional - bug changes are slow due to mail sending

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
On 4/9/14, 2:47 PM, Andrej Mitrovic wrote: On 4/9/14, Brad Roberts bra...@puremagic.com wrote: It's moving your focus down to the status block just below the comment textarea. Not a bug, but also not super obvious. I know. But it's a total usability anti-pattern. It would be like hitting

Re: Bugzilla maintenance tonight

2014-04-09 Thread Brad Roberts
On 4/9/14, 9:03 PM, Daniel Murphy wrote: Is there some way to get the severity column back on the search results page? And make regressions orange again? At the bottom of the search results page there is a 'change columns' button with the ui to control the columns to display. You'd have

Re: How I Came to Write D -- by Walter Bright

2014-04-10 Thread Brad Roberts
On 4/10/14, 10:44 AM, Andrej Mitrovic wrote: On 4/8/14, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: http://www.reddit.com/r/programming/comments/22jwcu/how_i_came_to_write_d/ Btw, w.r.t. #2: W.B.: I've had to learn how to manage a project where people are all volunteers. Since

auto tester moved

2014-04-16 Thread Brad Roberts
I moved the auto-tester to another host and domain name today. It now lives at: https://auto-tester.puremagic.com/ There's a redirect in place from the old location. There's a reasonable chance I've forgotten to update something somewhere. If you stumble across anything broken, please

Re: auto tester moved

2014-04-16 Thread Brad Roberts
On 4/16/14, 7:12 AM, Andrei Alexandrescu wrote: On 4/16/14, 1:47 AM, Brad Roberts wrote: I moved the auto-tester to another host and domain name today. It now lives at: https://auto-tester.puremagic.com/ I hate to ask this just after a change already, but... how about moving

D's timeline

2014-05-20 Thread Brad Roberts via Digitalmars-d-announce
I'm working on my presentation for the conference and I'm running out of time. I'd like to ask you guys for some help locating a few dates: 1) When 0.x transitioned from alpha to beta 2) Was there a beta to release candidate transition for 0.x - 1.x? If so, when? I have the 1.00 release

bugzilla and auto-tester temporarily down

2014-07-01 Thread Brad Roberts via Digitalmars-d-announce
The host that runs these two services is down. I'm working on getting them back up. There's a reasonable chance I'll end up having to restore both db's from last night's backups, meaning a loss of the last 18 hours of bugzilla changes other than the messages sent to the bugs

Re: bugzilla and auto-tester temporarily down

2014-07-01 Thread Brad Roberts via Digitalmars-d-announce
, so very little data loss. I'll re-enter those now. Please report anything that seems broken (... relative to how it was yesterday). On 7/1/14, 3:30 PM, Brad Roberts via Digitalmars-d-announce wrote: The host that runs these two services is down. I'm working on getting them back up. There's

Re: DMD 2.066.0-b1

2014-07-03 Thread Brad Roberts via Digitalmars-d-announce
The same set of available files are also here: http://downloads.dlang.org/pre-releases/2014/ NOTE: The amd64 linux build is listed as available, but it's not, yet. On 7/3/14, 6:13 PM, Andrew Edwards via Digitalmars-d-announce wrote: A number of technical difficulties resulted in a delayed

Re: DMD v2.066.0-b3

2014-07-11 Thread Brad Roberts via Digitalmars-d-announce
Also available at downloads.dlang.org On 7/11/14, 5:00 PM, Andrew Edwards via Digitalmars-d-announce wrote: The v2.066.0-b3 binaries are now available. The review period for beta 3 will run until 0700 UTC ( PDT, 0300 EDT, 1600 JST) on 14 July 2014, at which time binaries for RC1 will be

Re: DMD v2.066.0-b3

2014-07-12 Thread Brad Roberts via Digitalmars-d-announce
On 7/12/14, 4:31 PM, Andrew Edwards via Digitalmars-d-announce wrote: On Saturday, 12 July 2014 at 00:13:47 UTC, David Nadlinger wrote: For convenience, the list of unresolved issues marked as regressions: https://issues.dlang.org/buglist.cgi?bug_severity=regressionresolution=--- Seems like

Re: D 2.066 is out. Enjoy!

2014-08-22 Thread Brad Roberts via Digitalmars-d-announce
On 8/22/2014 11:33 AM, Andrei Alexandrescu via Digitalmars-d-announce wrote: On 8/22/14, 10:05 AM, John Colvin wrote: As I'm sure has been mentioned elsewhere, the website changes should be part of the release process, not an afterthought. Agreed. Who would like to volunteer being our

Re: [OT Security PSA] Shellshock: Update your bash, now!

2014-10-03 Thread Brad Roberts via Digitalmars-d-announce
On 10/3/2014 3:25 AM, David Nadlinger via Digitalmars-d-announce wrote: On Friday, 3 October 2014 at 07:16:14 UTC, Kagamin wrote: On Thursday, 2 October 2014 at 12:44:08 UTC, eles wrote: I doubt. At least, not easily. However, installing LMDE should be a one-time process (it's a rolling

Re: Travis-CI support for D

2014-12-11 Thread Brad Roberts via Digitalmars-d-announce
On 12/10/2014 11:34 PM, Andrej Mitrovic via Digitalmars-d-announce wrote: On 12/11/14, Martin Nowak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Glad to announce that D support on Travis-CI was launched today.

Re: Travis-CI support for D

2015-01-27 Thread Brad Roberts via Digitalmars-d-announce
On 12/11/2014 3:16 AM, Martin Nowak via Digitalmars-d-announce wrote: On Thursday, 11 December 2014 at 07:40:14 UTC, Andrej Mitrovic via Digitalmars-d-announce wrote: On 12/11/14, Martin Nowak via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Glad to announce that D

Re: Release D 2.067.0

2015-03-24 Thread Brad Roberts via Digitalmars-d-announce
On 3/24/2015 11:18 AM, Martin Nowak via Digitalmars-d-announce wrote: One way to improve this would be to have changelogs in the dmd/druntime/phobos repo and make the entries part of the pull requests. For what it's worth, that's how things were setup a long time ago (by me), but a lot of

auto-tester partial outage

2015-04-26 Thread Brad Roberts via Digitalmars-d-announce
Tuesday and Wednesday between 8:00am and 4:30pm PDT the auto-tester is going to loose a significant fraction of its build hardware due to power maintenance (my entire neighborhood is loosing its incoming power lines, apparently). I'm in the process of spinning up additional ec2 instances to

Re: https everywhere update - dlang.org gets an "A" now!

2015-12-03 Thread Brad Roberts via Digitalmars-d-announce
On 12/3/15 5:38 PM, Brad Anderson via Digitalmars-d-announce wrote: On Wednesday, 2 December 2015 at 22:17:20 UTC, Walter Bright wrote: https://www.ssllabs.com/ssltest/analyze.html?d=dlang.org=on Dlang.org gets an "A" now! Thanks to Jan Knepper's efforts. Nice work by Jan. I know how big of

Re: 4x faster strlen with 4 char sentinel

2016-06-27 Thread Brad Roberts via Digitalmars-d-announce
On 6/26/2016 11:47 AM, Jay Norwood via Digitalmars-d-announce wrote: On Sunday, 26 June 2016 at 16:59:54 UTC, David Nadlinger wrote: Please keep general discussions like this off the announce list, which would e.g. be suitable for announcing a fleshed out collection of high-performance string

Re: Qt's MOC getting replicated in D for Calypso

2016-02-21 Thread Brad Roberts via Digitalmars-d-announce
On 2/21/2016 9:09 AM, Elie Morisse via Digitalmars-d-announce wrote: On Saturday, 20 February 2016 at 17:34:48 UTC, Nicolas F. wrote: This is really cool and an interesting project, though I've got one concern: How will this fit in with the rest of the C++ efforts done upstream? (...) or is the

Re: Vision document for H2 2016

2016-07-07 Thread Brad Roberts via Digitalmars-d-announce
On 7/7/16 12:55 PM, Andrei Alexandrescu via Digitalmars-d-announce wrote: https://wiki.dlang.org/Vision/2016H2 -- Andrei In the release management section, I'd like to see some priority placed on regressions. There was a time that releases were held until those where addressed. It was only

Re: Release D 2.075.0

2017-07-25 Thread Brad Roberts via Digitalmars-d-announce
On 7/24/2017 10:35 PM, Dmitry Olshansky via Digitalmars-d-announce wrote: On Saturday, 22 July 2017 at 21:22:00 UTC, Walter Bright wrote: On 7/22/2017 2:04 AM, Martin Nowak It'll be converted anyway. :-) Putting the entire set in D (C compiler, C++ compiler, C preprocessor, htod

Re: Work on ARM backend for DMD started

2017-07-04 Thread Brad Roberts via Digitalmars-d-announce
On 7/3/2017 11:50 PM, Iain Buclaw via Digitalmars-d-announce wrote: On Monday, 3 July 2017 at 23:16:07 UTC, solidstate1991 wrote: While I currently don't have an ARM based hardware that would be easy to develop on, I'm planning to use QEMU to emulate some form of ARMv6 CPU, as it'll be the

list server maintenance

2017-09-16 Thread Brad Roberts via Digitalmars-d-announce
The server that hosts the d email/newsgroup gateway is migrating to new hardware today, so there's going to be some down time (rough estimate, a couple hours).  This includes bugzilla emails as well.

Re: list server maintenance

2017-09-16 Thread Brad Roberts via Digitalmars-d-announce
On Sat, 16 Sep 2017, Brad Roberts via Digitalmars-d-announce wrote: The server that hosts the d email/newsgroup gateway is migrating to new hardware today, so there's going to be some down time (rough estimate, a couple hours).  This includes bugzilla emails as well. Ok, took a lot longer

Re: GitHub could be acquired by Microsoft

2018-06-08 Thread Brad Roberts via Digitalmars-d-announce
On 6/8/2018 2:34 PM, Walter Bright via Digitalmars-d-announce wrote: On 6/7/2018 10:01 PM, H. S. Teoh wrote: And that is why it's a bad thing to build a walled garden around a code repo, esp. when the underlying VCS is well capable of distributed development.  If only there has been a standard

Re: The New DIP Process

2024-02-28 Thread Brad Roberts via Digitalmars-d-announce
On 2/28/2024 7:34 PM, Jonathan M Davis via Digitalmars-d-announce wrote: On Wednesday, February 28, 2024 7:18:29 PM MST Mike Parker via Digitalmars-d- announce wrote: On Wednesday, 28 February 2024 at 19:24:32 UTC, Jonathan M Davis wrote: I see that they're up on the NNTP server, and the web