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

Make ddg map compilation optional #2341

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Make ddg map compilation optional #2341

merged 3 commits into from
Jun 26, 2024

Conversation

domenukk
Copy link
Member

@domenukk domenukk commented Jun 26, 2024

Since it does not build on all systems

@domenukk domenukk requested a review from tokatoka June 26, 2024 23:01
@@ -152,7 +152,7 @@ fn build_pass(
src_dir: &Path,
src_file: &str,
additional_srcfiles: Option<&Vec<&str>>,
optional: bool,
required: bool,
Copy link
Member Author

Choose a reason for hiding this comment

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

Personal preference, but when I don't see the prarameter names in the calling code and read true, I assume it's "required", not "optional" (as in, true means force it, false means be cool about it)

@domenukk domenukk merged commit 8031111 into main Jun 26, 2024
96 of 100 checks passed
@domenukk domenukk deleted the optional_ddg branch June 26, 2024 23:19
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.

1 participant