-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix selective formatting (issue #1127) #1128
Conversation
20afadd
to
9c9541f
Compare
I think, my fix is ready, but I'd like to add an automated test for that case, too. |
Thanks for the fix. It looks good to me but I will wait for the test case before merging. |
Also adapt mock server to support range formatting and add tests.
9c9541f
to
f32bf62
Compare
431f74b
to
15350a9
Compare
I think, now, the PR is ready to be merged. But please take a look at the following line. Is that the right thing to be returned in this case? |
Hi @rubenporras, |
I am also not sure and you implementation seems sensible. In any case, I think that if the client pays attention to the capabilities of the client, we should never reach this code. |
In that case, I will prepare a new release today or tomorrow. |
Hi @travkin79 , you have a new release ;) Cheers. |
Hi @rubenporras, One more thing: I think, we can close the issue #1127 now. |
This PR fixes selective formatting.