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

Unused functions #2083

Open
albinahlback opened this issue Oct 8, 2024 · 4 comments
Open

Unused functions #2083

albinahlback opened this issue Oct 8, 2024 · 4 comments

Comments

@albinahlback
Copy link
Collaborator

albinahlback commented Oct 8, 2024

There are a couple of unused functions in FLINT, that is, functions that are not defined in headers, not tested and not used in other functions.

The complete list can be found in the description of #2085.

@vneiger
Copy link
Collaborator

vneiger commented Oct 8, 2024

Could you please clarify a bit what you mean by "unused" functions, so that we can help you build this list when we go through source files? Is it e.g. "dangling" functions that are defined somewhere, but not exposed to the user via some declaration in a header, and not called within flint? or is it more general / more specific?

@albinahlback
Copy link
Collaborator Author

Ah sorry, yes. I updated the description!

@vneiger
Copy link
Collaborator

vneiger commented Oct 8, 2024

thanks!!

@albinahlback
Copy link
Collaborator Author

The list of unused functions can be found in the description of #2085 along with its compiler messages on the form

# pragma message "MYFUNC is currently unused/untested/undocumented!"

when compiling FLINT.

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

No branches or pull requests

2 participants