DIP 1024---Shared Atomics---Community Review Round 2---Begins

2019-10-27 Thread Mike Parker via Digitalmars-d-announce
The second round of Community Review for DIP 1024, "Shared Atomics", has begun. To participate, please visit the review thread for the details: https://forum.dlang.org/post/jetqewtibsnrsdpcy...@forum.dlang.org *Please leave all feedback in the review thread rather than here!* Thanks!

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos due to Nullable.get and that was not detected and some weird linking errors, maybe du

Release Candidate 2.089.0 [was: Re: Beta 2.089.0]

2019-10-27 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs at https://issues.dlang.org -Mar

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos due to Nullable.get and that w

Re: Beta 2.089.0

2019-10-27 Thread drug via Digitalmars-d-announce
27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos

Re: I've created a binding for an LZW library

2019-10-27 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 27 October 2019 at 00:59:00 UTC, solidstate1991 wrote: https://github.com/ZILtoid1991/lzwford The hardest part was to find one that could work with D easily. I guess now Imageformats (and my own dimage) can have GIF and TIFF file support. That is really great. Side question, did

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 15:04:34 UTC, drug wrote: 27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested m

Re: Beta 2.089.0

2019-10-27 Thread baz via Digitalmars-d-announce
On Sunday, 27 October 2019 at 16:38:30 UTC, baz wrote: On Sunday, 27 October 2019 at 15:04:34 UTC, drug wrote: 27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs

Re: I've created a binding for an LZW library

2019-10-27 Thread solidstate1991 via Digitalmars-d-announce
On Sunday, 27 October 2019 at 16:19:58 UTC, Andre Pany wrote: That is really great. Side question, did you considered to rewrite a C library (e.g. https://github.com/vapier/liblzw) to D? Kind regards Andre Probably it would be easier than the times I tried to rewrite much more complex C++