Skip to content

C++: Promote the product-dataflow library out of experimental #13244

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

Merged
merged 1 commit into from
May 23, 2023

Conversation

MathiasVP
Copy link
Contributor

This PR moves the experimental product-dataflow library out of the experimental directory. This is a necessary step before we can promote any of the new experimental queries that depend on it out of experimental.

I'm happy to bikeshed on the QLDoc I've added if you can think of something that sounds better 😅.

@MathiasVP MathiasVP requested a review from a team as a code owner May 22, 2023 21:43
@MathiasVP MathiasVP force-pushed the promote-product-flow branch from 1cf20f9 to 3b893db Compare May 22, 2023 21:49
@@ -1,10 +1,29 @@
import semmle.code.cpp.ir.dataflow.DataFlow
/**
Copy link
Contributor

@hvitved hvitved May 23, 2023

Choose a reason for hiding this comment

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

How about putting it in dataflow/internal, for now? Eventually, this should probably be in the shared dataflow pack?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We could definitely do that, yeah 👍. I guess that means I should also revert the change note commit since we don't want users importing internal libraries.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've force-pushed a new commit that moves the library to dataflow/internal now. I've also reverted the change note since we don't want people to start using the library yet now that it's in an internal folder.

@MathiasVP MathiasVP force-pushed the promote-product-flow branch from 3b893db to 81dbfec Compare May 23, 2023 16:49
@MathiasVP MathiasVP added the no-change-note-required This PR does not need a change note label May 23, 2023
@rdmarsh2 rdmarsh2 merged commit bad72c4 into github:main May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants