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

[lang] Remove wildcard imports #488

Merged
merged 7 commits into from
Feb 9, 2022
Merged

[lang] Remove wildcard imports #488

merged 7 commits into from
Feb 9, 2022

Commits on Dec 21, 2021

  1. [lang] Remove wildcard imports

    - Replace the wildcard imports with explicit ones to make the code easier to read.
    - Also fixes some redundant import namespacing which was causing conflicts as a result
      of wildcard import.
    - Removes unused imports
    am357 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    761a90e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Resolve merge conflicts

    am357 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9096e22 View commit details
    Browse the repository at this point in the history
  2. Optimize imports

    am357 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4e2a434 View commit details
    Browse the repository at this point in the history
  3. Fix errors in tests

    am357 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4f8627a View commit details
    Browse the repository at this point in the history
  4. Fix SqlLexerTest

    am357 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    06a2a5d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Fix continuation indent

    am357 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    64f0a16 View commit details
    Browse the repository at this point in the history
  2. Address recent comments

    am357 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a32e9fc View commit details
    Browse the repository at this point in the history