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

lib: minor cleanup #25149

Closed
wants to merge 4 commits into from
Closed

Commits on Dec 23, 2018

  1. bootstrap: make sure all type checks exist early

    Combine all type checks on the internal types binding during
    bootstrapping. This makes sure all of those checks exist early on
    and not only after loading the util module.
    BridgeAR committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    21c0a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c06fd3 View commit details
    Browse the repository at this point in the history
  3. fixup

    BridgeAR committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    8f56213 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. fixup: refactor internal types

    Now all type checks should be required loading 'internal/util/types'.
    BridgeAR committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    394bfb9 View commit details
    Browse the repository at this point in the history