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

Implement Hy builtins as actual builtins #1979

Merged
merged 10 commits into from
Mar 16, 2021

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    4fc341a View commit details
    Browse the repository at this point in the history
  2. add hy models to core

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    67bc5bc View commit details
    Browse the repository at this point in the history
  3. inject hy core/stdlib directly into python's builtins

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e5e70d7 View commit details
    Browse the repository at this point in the history
  4. remove autoimports from compilation

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d340973 View commit details
    Browse the repository at this point in the history
  5. clean up unnecessary imports

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b3d1587 View commit details
    Browse the repository at this point in the history
  6. update tests to reflect changes to core

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    93d9c24 View commit details
    Browse the repository at this point in the history
  7. regression tests for fixed bugs

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    974c259 View commit details
    Browse the repository at this point in the history
  8. update prior test after hylang#1977

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f4545f0 View commit details
    Browse the repository at this point in the history
  9. Let doc find builtin macros

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bf6aa92 View commit details
    Browse the repository at this point in the history
  10. update NEWS

    Sunjay Cauligi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bf272ac View commit details
    Browse the repository at this point in the history