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

refactor: builtin functions inherit from VyperType #3559

Merged
merged 12 commits into from
Nov 22, 2023

Commits on Aug 17, 2023

  1. make builtins vyper type

    tserg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da126ac View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. add mypy hints

    tserg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bbe1f32 View commit details
    Browse the repository at this point in the history
  2. fix more mypy

    tserg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2a8733e View commit details
    Browse the repository at this point in the history
  3. try removing circular import

    tserg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9fbba35 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Revert "try removing circular import"

    This reverts commit 9fbba35.
    tserg committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a7ddc31 View commit details
    Browse the repository at this point in the history
  2. apply bts suggestion

    tserg committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    06b2cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    74aeb08 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    9974293 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. move builtinfunction type back

    tserg committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    815f59d View commit details
    Browse the repository at this point in the history
  2. reorder file

    tserg committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4cc10b0 View commit details
    Browse the repository at this point in the history
  3. more reverts

    tserg committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    348767f View commit details
    Browse the repository at this point in the history
  4. fix mypy

    tserg committed Nov 21, 2023