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

Group the import statements #1005

Merged
merged 15 commits into from
Nov 17, 2022
Merged

Group the import statements #1005

merged 15 commits into from
Nov 17, 2022

Conversation

yugeeklab
Copy link
Contributor

@yugeeklab yugeeklab commented Nov 17, 2022

Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".

fixed #646

Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
Group statements that can group. For example, "use A::b" and
"use A::c" can group into "use A::{b, c}".
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3484630300

  • 23 of 23 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0003%) to 98.428%

Totals Coverage Status
Change from base Build 3480295412: 0.0003%
Covered Lines: 39758
Relevant Lines: 40393

💛 - Coveralls

@yugeeklab yugeeklab changed the title Group the import statements in cli Group the import statements Nov 17, 2022
@devgony devgony requested review from panarch, ever0de, devgony and MRGRAVITY817 and removed request for panarch and ever0de November 17, 2022 02:12
@devgony devgony added the improvement Improvements for existing features label Nov 17, 2022
Copy link
Member

@ever0de ever0de left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core/src/executor/alter/mod.rs
test-suite/src/alter/mod.rs
test-suite/src/transaction/mod.rs

The list above doesn't seem to be resolved.

@panarch
Copy link
Member

panarch commented Nov 17, 2022

@ever0de thanks for the review :)
This PR itself doesn't need to cover everything at once so let's merge this into the main and do remainders in a different PR.

Copy link
Member

@panarch panarch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome! Thanks a lot for the contribution 👍 Looks all good!

@panarch panarch merged commit 19beceb into gluesql:main Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements for existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group the import statements
5 participants