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 #18169: rudder-lang fails to test its documentation examples #3204

Conversation

peckpeck
Copy link
Member

@peckpeck peckpeck commented Sep 7, 2020

@peckpeck
Copy link
Member Author

peckpeck commented Sep 7, 2020

Commit modified

@peckpeck peckpeck force-pushed the bug_18169/rudder_lang_fails_to_test_its_documentation_examples branch from fd315f4 to b69286d Compare September 7, 2020 09:37
@@ -289,7 +289,10 @@ impl<'src> IR1<'src> {
parents: Vec<(Token<'src>, Token<'src>)>,
) -> HashMap<Token<'src>, HashSet<Token<'src>>> {
let mut children = HashMap::new();
println!("{:?}",parents);
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess this is not intended

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 8d0d08c into Normation:master Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants