Re: D 2.066 new behavior

2014-08-22 Thread Paul D Anderson via Digitalmars-d-announce
On Friday, 22 August 2014 at 02:26:38 UTC, safety0ff wrote: On Friday, 22 August 2014 at 01:54:55 UTC, Paul D Anderson wrote: Is this expected behavior that has never been enforced before, or is it something new? And is anyone else having the same problem? Paul Looks like a regression

D 2.066 new behavior

2014-08-21 Thread Paul D Anderson via Digitalmars-d-announce
In all previous versions through 2.066 beta 5, the following code compiled and ran correctly: import std.stdio; T add(T)(in T x, in T y) { T z; z = x + y; return z; } void main() { const double a = 1.0; const double b = 2.0; double c; c

Re: Decimal Numbers

2014-07-08 Thread Paul D Anderson via Digitalmars-d-announce
On Tuesday, 8 July 2014 at 08:15:28 UTC, Sönke Ludwig wrote: Am 07.07.2014 23:15, schrieb Paul D Anderson: On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks

Re: Decimal Numbers

2014-07-07 Thread Paul D Anderson via Digitalmars-d-announce
On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? etcimon generated a dub.json file which I've merged into github. Thanks. However, I am unable to register the package because it requires a version number, which I don't know how

Re: Decimal Numbers

2014-07-06 Thread Paul D Anderson via Digitalmars-d-announce
On Monday, 7 July 2014 at 03:26:54 UTC, Poyeyo wrote: Can you add a dub.json and submit it to the dub registry? I can do that but I want to get the 32-, 64- and 128-bit structs in place first. Probably by midweek (July 9).

Re: Decimal Numbers

2014-07-04 Thread Paul D Anderson via Digitalmars-d-announce
On Friday, 4 July 2014 at 06:43:15 UTC, Iain Buclaw via Digitalmars-d-announce wrote: 6) Rename the file decimal.d to package.d, and module eris.decimal.decimal to eris.decimal Thanks, will do. Paul

Re: Decimal Numbers

2014-07-03 Thread Paul D Anderson via Digitalmars-d-announce
Sorry for the unusual formatting. Paul

Decimal Numbers

2014-07-03 Thread Paul D Anderson via Digitalmars-d-announce
A candidate implementation of decimal numbers (arbitrary-precision floating-point numbers) is available for review at https://github.com/andersonpd/eris/tree/master/eris/decimal. This is a substantial rework of an earlier implementation which was located at

Re: core.checkedint added to druntime

2014-07-01 Thread Paul D Anderson via Digitalmars-d-announce
Will this be in the 2.066 Beta? On Wednesday, 18 June 2014 at 01:26:16 UTC, Walter Bright wrote: https://github.com/D-Programming-Language/druntime/pull/839 While being a very modest piece of code in and of itself, I believe this offers a significant opportunity that both D compilers and

DConf13: Venue and Cost

2013-02-01 Thread Paul D. Anderson
The DConf13 website is mostly coming soon. That makes sense for the schedule, speakers, talks, etc., but I'd like to make travel plans. Venue? Which hotel? Cost of Registration? Thanks, Paul

Re: dmd 1.075 and 2.060 release

2012-08-02 Thread Paul D. Anderson
On Thursday, 2 August 2012 at 19:19:04 UTC, Walter Bright wrote: Another big pile of bug fixes. More contributors than ever! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.075.zip http://www.digitalmars.com/d/2.0/changelog.html

Re: D Conference 2012 - Sep 26-29 at the Banker's Suite and Ballroom in Astoria, Oregon

2012-05-27 Thread Paul D. Anderson
Summary of previous discussion: Q. Is there more information on the Astoria seminar? A. Yes: http://astoriaseminar.com/index.html So which is less helpful? The answer to a question asked in the previous post which requires the reader to actually read down ten lines, or a long digression

Re: D Conference 2012 - Sep 26-29 at the Banker's Suite and Ballroom in Astoria, Oregon

2012-05-24 Thread Paul D. Anderson
Here it is! http://astoriaseminar.com/index.html On Thursday, 17 May 2012 at 21:38:32 UTC, Paul D. Anderson wrote: On Wednesday, 22 February 2012 at 22:07:26 UTC, Walter Bright wrote: Pricing isn't set yet, nor has a web site been set up yet, this is just a heads up to reserve the dates

Re: D Conference 2012 - Sep 26-29 at the Banker's Suite and Ballroom in Astoria, Oregon

2012-05-17 Thread Paul D. Anderson
On Wednesday, 22 February 2012 at 22:07:26 UTC, Walter Bright wrote: Pricing isn't set yet, nor has a web site been set up yet, this is just a heads up to reserve the dates on your calendar, and start thinking about that presentation you want to do! The general idea is: Wed evening - meet

Re: Dscience

2012-03-12 Thread Paul D. Anderson
On Friday, 2 March 2012 at 12:27:06 UTC, bioinfornatics wrote: Dear, I have do a D 2 port to my dscience project: https://gitorious.org/dscience/dscience Any help are welcome I'm willing to help but I've got a couple of other things I need to get out the door first. But I will take a look

Re: D Conference 2012 - Sep 26-29 at the Banker's Suite and Ballroom in Astoria, Oregon

2012-02-23 Thread Paul D. Anderson
On Thursday, 23 February 2012 at 19:54:00 UTC, Walter Bright wrote: On 2/23/2012 5:33 AM, James Miller wrote: Question: Can I save enough money by September to pay for return flights from NZ and accomodation for a week? Answer: Probably not, but I can try! On the plus side, Astoria isn't an

Unsubscribing from D.Announce

2011-12-20 Thread Paul D. Anderson
Sorry if this question has an obvious answer, but how do I unsubscribe from D.Announce? I subscribed because I was missing compiler updates, etc., but I didn't realize how busy the forum was. I get 10 or 20 messages every time I check my e-mail (less than once a day) and that's about 9 or 19

Re: Unsubscribing from D.Announce

2011-12-20 Thread Paul D. Anderson
On Tuesday, 20 December 2011 at 18:35:52 UTC, Andrej Mitrovic wrote: http://lists.puremagic.com/cgi-bin/mailman/listinfo/digitalmars-d-announce Last input box (unsuscribe or edit options button). Thx

Re: dmd 1.045 / 2.030 release

2009-05-12 Thread Paul D. Anderson
Tomas Lindquist Olsen Wrote: Is there a reason for the missing announcement ? http://digitalmars.com/d/1.0/changelog.html#new1_045 http://www.digitalmars.com/d/2.0/changelog.html#new2_030 and what happened to 1.044 ? -Tomas Walter usuallly updates the changelog pages just before the

std.bigint is missing from 2.029 release

2009-04-21 Thread Paul D. Anderson
I didn't mind so much when bigint was missing from the preview, but I hoped it would be in the actual release! :0 Paul