Skip to content

Conversation

@esky-software
Copy link

Allows --callee to refer to extern functions.

cally.py Outdated
print_buf(std_buf, '"{}" -> "{}";'.format(func, caller))

if caller not in functions:
if (caller not in functions) or (len(functions[caller]["files"]) == 0):
Copy link
Owner

Choose a reason for hiding this comment

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

Dont think you need the extra () sets.

@chaudron
Copy link
Owner

chaudron commented Dec 7, 2023

I have not looked at the logic of the patch, but there are some style issues to fix, and it needs a DCO.

@esky-software esky-software force-pushed the master branch 2 times, most recently from 2944a33 to 0e0b1c5 Compare December 7, 2023 12:00
@chaudron
Copy link
Owner

chaudron commented Dec 7, 2023

Thanks for the changes, can you force-push this as a single commit? I'll try to do a proper review over the weekend.

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.

2 participants