Re: LDC 1.26.0-beta1

2021-04-12 Thread jmh530 via Digitalmars-d-announce
On Saturday, 10 April 2021 at 20:50:08 UTC, kinke wrote: [snip] Please help test, and thanks to all contributors & sponsors! ldc-beta is passing tests I have for enabling dependencies in unittests in run.dlang.org [1]. Will be happy to get this in when the next release is live (the only

Re: Release D 2.096.0

2021-04-12 Thread Mario Kröplin via Digitalmars-d-announce
The fix for Issue 21508 - _private class p in file p.d visible outside the file (module)_ removed a behavior that was (wrongly) used from time to time: ``` module Foo; class Foo {...} ``` The class `Foo` can no longer be imported with `import Foo;` This is a surprising breaking change.