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

Add support for boolean comparisons in 'diff' #13

Open
lowell80 opened this issue Apr 21, 2018 · 1 comment
Open

Add support for boolean comparisons in 'diff' #13

lowell80 opened this issue Apr 21, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@lowell80
Copy link
Member

Avoid producing output like this:

 [source]
-INDEXED = True
+INDEXED = 1
-INDEXED_VALUE = False
+INDEXED_VALUE = 0

Users should optionally be allowed to suppress identical boolean values on the diff CLI. We don't want to suppress these difference entirely, because sometimes a field looks like a boolean but really isn't, and we don't easily have access to a comprehensive list.

@lowell80 lowell80 added this to To do in Refactor code into modules via automation Apr 21, 2018
@lowell80 lowell80 added the enhancement New feature or request label Apr 21, 2018
@lowell80
Copy link
Member Author

Work started in 0403008.

@lowell80 lowell80 added this to Backlog in Scrum board May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant