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

Change order clause order #54

Merged
merged 1 commit into from
Dec 14, 2017
Merged

Change order clause order #54

merged 1 commit into from
Dec 14, 2017

Conversation

vmx
Copy link
Member

@vmx vmx commented Dec 12, 2017

This change changes the recommend way of ordering the order clause

Instead of

order .baz asc default=1

use

order .baz default=1 asc

This makes the language more uniform. Paths with default values in
return values have the same shape (as they don't have an additional
asc/desc keyword).

This is related to #51.

This change changes the recommend way of ordering the order clause

Instead of

    order .baz asc default=1

use

    order .baz default=1 asc

This makes the language more uniform. Paths with default values in
return values have the same shape (as they don't have an additional
asc/desc keyword).

This is related to pipedown#51.
@vmx vmx mentioned this pull request Dec 13, 2017
@vmx vmx merged commit d324c71 into pipedown:master Dec 14, 2017
@vmx vmx deleted the order-group branch December 14, 2017 15:35
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.

1 participant