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

Fixes #16078: Applying directives using the exact same GM with same parameters will always result in missing reports #1092

Conversation

Fdall
Copy link
Contributor

@Fdall Fdall commented Oct 29, 2019

…arameters will always result in missing reports
@Fdall Fdall requested a review from amousset October 29, 2019 16:26
"full_class_prefix" string => canonify("directory_present_${report_param}");
"class_prefix" string => string_head("${full_class_prefix}", "1000");
"old_class_prefix" string => canonify("directory_present_${target}");
"uniq_old_class_prefix" string => canonify("${report_data.directive_id}_directory_present_${target}");
Copy link
Member

Choose a reason for hiding this comment

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

why do we need the uniq_old_class_prefix ?

@Fdall
Copy link
Contributor Author

Fdall commented Jul 27, 2020

This not good enough, we should wait to have a proper id for each call done by the generation before trying to fix this, or it will seem super hacky

@Fdall Fdall closed this Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants