You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IgnatBeresnev opened this issue
Nov 20, 2023
· 0 comments
· Fixed by #3361
Assignees
Labels
tech-debtA technical issue that is not observable by the users, but improves maintainers quality of lifetopic: K2Issues / PRs that are related to the K2 migration. See #2888
Unit tests that check @sample resolution (introduced in #3195) used to pass, but after #3195 they started failing.
Looking at the failing tests, I think it's because the symbol implementation can no longer resolve local functions, such as
/** * @sample bar*/funfoo() {
}
funbar() {}
It's probable that the project sources are no longer added to the scope of sample analysis in the symbols implementation.
The tests can be found with FTS for TODO #3359.
The text was updated successfully, but these errors were encountered:
IgnatBeresnev
added
tech-debt
A technical issue that is not observable by the users, but improves maintainers quality of life
topic: K2
Issues / PRs that are related to the K2 migration. See #2888
labels
Nov 20, 2023
tech-debtA technical issue that is not observable by the users, but improves maintainers quality of lifetopic: K2Issues / PRs that are related to the K2 migration. See #2888
Unit tests that check
@sample
resolution (introduced in #3195) used to pass, but after #3195 they started failing.Looking at the failing tests, I think it's because the symbol implementation can no longer resolve local functions, such as
It's probable that the project sources are no longer added to the scope of sample analysis in the symbols implementation.
The tests can be found with FTS for
TODO #3359
.The text was updated successfully, but these errors were encountered: