2016-03-15 21:45 GMT+09:00 Martin Nowak via dmd-internals <dmd-internals@puremagic.com>:
Let's just make a short planning for the next few weeks.

There is a fairly impressive done list for the last (11th) sprint.
https://trello.com/b/XoFjxiqG/active

Fixing import/protection/module issues worked well, all have deprecation
warnings now (-transition=checkimports) and appropriate changelog
entries (we might still need to update some specs).

# 2.071.0

- scheduled for Mar 27th, but we're already a bit late for that
- much code changed => more regressions to fix (please help everyone)
- master will be merged into stable in the next few days (make sure
nothing important is left behind and always target the stable branch w/
bugfixes)
- hope we can release the first beta on Mar 20th
- what's the state of EH?
- please keep an eye on the review list

https://trello.com/c/jGUb9iDk/164-issue-15785-spurious-warning-when-calling-protected-super

 
I have three opened PRs to fix regression issues.

https://trello.com/c/EneSkK69/162-issue-15733-reg2-066-forward-reference-issue-involving-inheritance
https://trello.com/c/23l1RhDf/166-issue-15781-reg2-069-template-type-deduction-failure-with-same-type-variables-with-different-constness
https://trello.com/c/cM4My4r4/159-issue-15726-reg2-068-0-forward-reference-error-for-circular-classes-refcounted

The last one would have a certain level of impact, but I'd like to push into the first 2.071.0 beta.

Kenji Hara