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

[test] add Neon node re-print tests for list #63

Closed

Conversation

TomasVotruba
Copy link

Hi, thanks for new AST feature for NEON :).
This will make Nette upgrades even easier and allows to analyse configs with static analysis 👍

I tried prototype in automated upgrade and 3.3.0 worked quite well.
Since 3.3.1, there is a bug in simple list reprint.:

 services:
-    key: value
+key: value

Looks like first nested line is removed. I looked into diff of 3.3.0 and 3.3.1, but could not find anything uesful.

But maybe I'm using printer it wrong. How can I help to fix this?

Thank you 👍

@TomasVotruba TomasVotruba marked this pull request as ready for review November 10, 2021 12:27
dg added a commit that referenced this pull request Nov 10, 2021
@dg dg force-pushed the master branch 3 times, most recently from ad0f8b4 to 90abe95 Compare November 10, 2021 14:24
@dg
Copy link
Member

dg commented Nov 10, 2021

fixed

@dg dg closed this Nov 10, 2021
@TomasVotruba
Copy link
Author

TomasVotruba commented Nov 10, 2021

Wow, you're super fast. Thank you 👍

@TomasVotruba TomasVotruba deleted the tv-re-print-node-tests branch November 10, 2021 14:47
dg added a commit that referenced this pull request Nov 25, 2021
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