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

Separate list_exposed_modules from compile_library #891

Merged
merged 3 commits into from
May 24, 2019

Conversation

aherrmann
Copy link
Member

Before compile_library contained a conditional step to list all exposed modules, but only if with_profiling was False. This step is not strictly related to compile_library and the step being conditional meant that the function potentially returned a None value which was error prone. This PR separates list_exposed_modules into its own step.

@aherrmann aherrmann requested review from mboes and Profpatsch May 23, 2019 13:18
These are two completely separate steps. Furthermore, only the
non-profiled version would actually perform list_exposed_modules.
@aherrmann aherrmann force-pushed the list_exposed_modules branch from 749968c to 3647732 Compare May 23, 2019 13:42
The resulting file was never used
@mboes mboes merged commit f9eaf6d into master May 24, 2019
@mboes mboes deleted the list_exposed_modules branch May 24, 2019 08:58
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