Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace duplicate symbol in owner #41737

Conversation

manuranga
Copy link
Contributor

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8bc2d15) 76.71% compared to head (d0d0e67) 76.71%.
Report is 476 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #41737   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
- Complexity    52668    52671    +3     
=========================================
  Files          2880     2880           
  Lines        198580   198593   +13     
  Branches      25801    25805    +4     
=========================================
+ Hits         152340   152350   +10     
- Misses        37805    37806    +1     
- Partials       8435     8437    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

if (!Symbols.isFlagOn(invokableSymbol.flags, Flags.ATTACHED)) {
return dupFuncSymbol;
}
List<BAttachedFunction> attachedFuncs = ((BStructureTypeSymbol) invokableSymbol.owner).attachedFuncs;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this modifies the BIR. maybe we should add a BIR test case to verify this.

Copy link

github-actions bot commented Dec 7, 2023

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

@github-actions github-actions bot added the Stale label Dec 7, 2023
Copy link

Closed PR due to inactivity for more than 18 days.

@github-actions github-actions bot closed this Dec 11, 2023
@manuranga manuranga removed the Stale label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try-It code lens does not work with "Fast Run"
2 participants