Looks like `resolver.getSymbolsWithAnnotation(...)...
# ksp
g
Looks like
resolver.getSymbolsWithAnnotation(...)
doesn't return annotated
typealias
, but still I can find them with
resolver.getDeclarationsFromPackage(String)
. Is it the expected behavior?
j
it is a bug and should be fixed, thanks for catching this!
g
By curiosity, I'm trying to prepare a PR for that.
👍 1
https://github.com/google/ksp/pull/724 not sure if this is complete
j
this is pretty much identical to what I have on my disk 🙂
please sign CLA so I can merge your change
g
I signed but I may have used 2 accounts somehow, can you check please?
j
Copy code
The following contributors were found for this pull request:

❌ f4cff49 PR Opener: @glureau
❌ f4cff49 Author: <gl****u​@deezer.com>
what I can see is this
g
It looks like you've already signed this CLA.
🤔
(I got this message now when I go on the CLA page)
No idea what I'm doing wrong
Oh and thanks for the honor but if you already have the same code you can push your changes, no problem. 😉
Re-reading, looks like I pushed with my pro account and I've signed with my personal one. 🤦