Conversation
NEWS.md
Outdated
| - Ignore `@extends` and `@inherit` used on interfaces, to avoid false positive `PhanAccessWrongInheritanceCategoryInternal` issues | ||
| (phan does not support generic interfaces yet) [#5002](https://github.com/phan/phan/issues/5002) | ||
| - Addressed various limitations in analysis of generic types [#5013](https://github.com/phan/phan/pull/5013) | ||
| - Prevent generic types from leaking out of function calls where some generic parameters aren't filled [#4982](https://github.com/phan/phan/issues/4982) |
There was a problem hiding this comment.
s/generic types/generic type parameters/
There was a problem hiding this comment.
How about now? I think I got confused a bit.
rlerdorf
left a comment
There was a problem hiding this comment.
looks good, let's do the release
|
I belatedly found a bug in my generics stuff, I'd appreciate if #5020 could also be included in this release. |
|
(For reference, downstream bug which prompted most of my work: https://phabricator.wikimedia.org/T397781) |
|
Sorry, is there any chance we can include #5027 in this release? |
|
Sorry folks, at first I wanted to try squeezing in a fix for #5029, but then other things took precedence. I'll update this later today and include the latest changes. |
ee16333 to
0ab4b55
Compare
2ca5a7a to
57d1ba5
Compare
I finally made a quick fix for #5029, and included it in the release notes here :) I'd like to do the release once that PR is merged if that's OK. |
|
Yes, go for it! |
No description provided.