Thread overview
[dmd-internals] 12th sprint planning
Mar 15, 2016
Martin Nowak
Mar 15, 2016
Kenji Hara
Mar 15, 2016
Martin Nowak
March 15, 2016
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

# Next sprint

- I want to mostly focus on dub (improving dependency resolver, adding a package score/quality rating to the website)



March 16, 2016
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


March 15, 2016
On 03/15/2016 04:47 PM, Kenji Hara wrote:
> 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.

Thanks, I've seen them and will try my best to review them, but it's
quite a lot.
Are the cards already prioritized, i.e. more important tasks on top?