We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cc @ulwlu @HaleTom ref #307 #340 (comment)
I feel that this should work, but it does not:
[delta] line-numbers = true features = no-line-numbers [delta "no-line-numbers"] line-numbers = false
Debugging suggests that it may involve delta refusing to visit the line-numbers entry twice:
line-numbers
[src/options/set.rs:393] &features = [ "line-numbers", "no-line-numbers", ]
Perhaps however it should notice that the second entry was associated with a different value from the first.
The text was updated successfully, but these errors were encountered:
DEBUGGING
5a18b85
Ref #446
No branches or pull requests
cc @ulwlu @HaleTom ref #307 #340 (comment)
I feel that this should work, but it does not:
Debugging suggests that it may involve delta refusing to visit the
line-numbers
entry twice:Perhaps however it should notice that the second entry was associated with a different value from the first.
The text was updated successfully, but these errors were encountered: